projects
/
libav.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libm: Provide fallback definitions for isnan() and isinf()
2012-06-27
Martin Storsjö
libm: Provide fallback definitions for isnan() and...
commit
|
commitdiff
|
tree
2012-06-26
Martin Storsjö
network: Include unistd.h from network.h
commit
|
commitdiff
|
tree
2012-06-25
Martin Storsjö
wtv: Check the return value from gmtime
commit
|
commitdiff
|
tree
2012-06-24
Martin Storsjö
log: Only include unistd.h if configure found it
commit
|
commitdiff
|
tree
2012-06-19
Martin Storsjö
udp: Properly check for invalid sockets
commit
|
commitdiff
|
tree
2012-06-19
Martin Storsjö
tcp: Check the return value from getsockopt
commit
|
commitdiff
|
tree
2012-06-19
Martin Storsjö
network: Use av_strerror for getting error messages
commit
|
commitdiff
|
tree
2012-06-19
Martin Storsjö
udp: Properly print error from getnameinfo
commit
|
commitdiff
|
tree
2012-06-19
Martin Storsjö
mmst: Use AVUNERROR() to convert error codes to the...
commit
|
commitdiff
|
tree
2012-06-19
Martin Storsjö
network: Pass pointers of the right type to get/setsockopt...
commit
|
commitdiff
|
tree
2012-06-18
Martin Storsjö
rtpenc: Support packetizing iLBC
commit
|
commitdiff
|
tree
2012-06-18
Martin Storsjö
rtpdec: Add a depacketizer for iLBC
commit
|
commitdiff
|
tree
2012-06-18
Martin Storsjö
Implement the iLBC storage file format
commit
|
commitdiff
|
tree
2012-06-18
Martin Storsjö
mov: Support muxing/demuxing iLBC
commit
|
commitdiff
|
tree
2012-06-18
Martin Storsjö
Add support for iLBC decoding/encoding via the external...
commit
|
commitdiff
|
tree
2012-06-18
Martin Storsjö
rtsp: Send mode=record instead of mode=receive
commit
|
commitdiff
|
tree
2012-06-18
Martin Storsjö
rtpenc: Allow requesting H264 RTP packetization mode 0
commit
|
commitdiff
|
tree
2012-06-18
Martin Storsjö
configure: Sort the library listings in the help text...
commit
|
commitdiff
|
tree
2012-06-17
Martin Storsjö
http: Properly handle chunked transfer-encoding for...
commit
|
commitdiff
|
tree
2012-06-17
Martin Storsjö
http: Fail reading if the connection has gone away
commit
|
commitdiff
|
tree
2012-06-17
Martin Storsjö
amr: Mark an array const
commit
|
commitdiff
|
tree
2012-06-17
Martin Storsjö
amr: More space cleanup
commit
|
commitdiff
|
tree
2012-06-17
Martin Storsjö
rtpenc: Fix memory leaks in the muxer open function
commit
|
commitdiff
|
tree
2012-06-17
Martin Storsjö
amr: Cosmetic cleanup
commit
|
commitdiff
|
tree
2012-06-17
Martin Storsjö
mov_chan: Fix operator precedence by adding parentheses
commit
|
commitdiff
|
tree
2012-06-14
Martin Storsjö
rtpdec: Don't require frames to start with a Mode A...
commit
|
commitdiff
|
tree
2012-06-13
Martin Storsjö
rtmp: Tokenize the AMF connection parameters manually...
commit
|
commitdiff
|
tree
2012-06-01
Martin Storsjö
http: Add the url_shutdown function for https, too
commit
|
commitdiff
|
tree
2012-06-01
Martin Storsjö
http: Simplify code by removing a local variable
commit
|
commitdiff
|
tree
2012-06-01
Martin Storsjö
http: Clear the old URLContext pointer when closed
commit
|
commitdiff
|
tree
2012-05-31
Martin Storsjö
tcp: Try enabling SO_REUSEADDR when listening
commit
|
commitdiff
|
tree
2012-05-31
Martin Storsjö
tcp: Check the return values from bind and accept
commit
|
commitdiff
|
tree
2012-05-26
Martin Storsjö
rtsp: Check for dynamic payload handlers if no static...
commit
|
commitdiff
|
tree
2012-05-26
Martin Storsjö
avconv: Display the error returned by avformat_write_header
commit
|
commitdiff
|
tree
2012-05-26
Martin Storsjö
rtpenc_chain: Return an error code instead of just...
commit
|
commitdiff
|
tree
2012-05-26
Martin Storsjö
rtpenc_chain: Free the URLContext on failure
commit
|
commitdiff
|
tree
2012-05-26
Martin Storsjö
rtpenc: Expose the ssrc as an avoption
commit
|
commitdiff
|
tree
2012-05-25
Martin Storsjö
cosmetics: Fix indentation
commit
|
commitdiff
|
tree
2012-05-23
Martin Storsjö
flvdec: Make sure sample_rate is set to the updated...
commit
|
commitdiff
|
tree
2012-05-17
Martin Storsjö
rtmp: Don't assume path points to a string of nonzero...
commit
|
commitdiff
|
tree
2012-05-16
Martin Storsjö
fate: Work around non-standard wc implementations at...
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Add missing newlines to av_log calls
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Free old extradata before clearing the...
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Reorder code blocks
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Make start_sequence a static const array
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Cleanup debug packet type counting
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Cosmetic cleanup
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Clean up comments
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Convert commented out code into setting...
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Remove a useless ifdef
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Remove outdated/useless/incorrect comments
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Remove useless memory corruption checks
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Return proper error codes
commit
|
commitdiff
|
tree
2012-05-05
Martin Storsjö
rtpdec_h264: Check the available data length before...
commit
|
commitdiff
|
tree
2012-04-27
Martin Storsjö
mpegts: Make sure we don't return uninitialized packets
commit
|
commitdiff
|
tree
2012-04-22
Martin Storsjö
mpegts: Try seeking back even for nonseekable protocols
commit
|
commitdiff
|
tree
2012-04-10
Martin Storsjö
mem: Consistently return NULL for av_malloc(0)
commit
|
commitdiff
|
tree
2012-04-08
Martin Storsjö
rtsp: Don't use av_malloc(0) if there are no streams
commit
|
commitdiff
|
tree
2012-04-08
Martin Storsjö
rtsp: Don't use uninitialized data if there are no...
commit
|
commitdiff
|
tree
2012-04-08
Martin Storsjö
cosmetics: Fix indentation
commit
|
commitdiff
|
tree
2012-04-08
Martin Storsjö
rtsp: Don't expose the MS-RTSP RTX data stream to the...
commit
|
commitdiff
|
tree
2012-04-06
Martin Storsjö
rtpdec_asf: Set the no_resync_search option for the...
commit
|
commitdiff
|
tree
2012-04-06
Martin Storsjö
asfdec: Add an option for not searching for the packet...
commit
|
commitdiff
|
tree
2012-04-06
Martin Storsjö
cosmetics: Clean up the tiffenc pix_fmts declaration...
commit
|
commitdiff
|
tree
2012-04-06
Martin Storsjö
cosmetics: Align codec declarations
commit
|
commitdiff
|
tree
2012-04-06
Martin Storsjö
cosmetics: Convert mimic.c to utf-8
commit
|
commitdiff
|
tree
2012-04-06
Martin Storsjö
avplay: Don't try to scale timestamps if the tb isn...
commit
|
commitdiff
|
tree
2012-04-06
Martin Storsjö
cosmetics: Align muxer/demuxer declarations
commit
|
commitdiff
|
tree
2012-03-29
Martin Storsjö
configure: Check for a different SDL function
commit
|
commitdiff
|
tree
2012-03-24
Martin Storsjö
movenc: Merge if statements
commit
|
commitdiff
|
tree
2012-03-24
Martin Storsjö
avc: Add a function for converting mp4 style extradata...
commit
|
commitdiff
|
tree
2012-03-24
Martin Storsjö
libavformat: Document who sets the AVStream.id field
commit
|
commitdiff
|
tree
2012-03-20
Martin Storsjö
movenc: Add a min_frag_duration option
commit
|
commitdiff
|
tree
2012-03-20
Martin Storsjö
rtsp: Set the default delay to 0.1 s for the RTSP/SDP...
commit
|
commitdiff
|
tree
2012-03-20
Martin Storsjö
libavformat: Set the default for the max_delay option...
commit
|
commitdiff
|
tree
2012-03-19
Martin Storsjö
rtpenc: Use AVFormatContext.packet_size instead of...
commit
|
commitdiff
|
tree
2012-03-19
Martin Storsjö
libavformat: Use AVFormatContext.probesize in init_input
commit
|
commitdiff
|
tree
2012-03-19
Martin Storsjö
docs: Fix a stray reference to tags in the generic...
commit
|
commitdiff
|
tree
2012-03-19
Martin Storsjö
cosmetics: Align some AVInput/OutputFormat declarations
commit
|
commitdiff
|
tree
2012-03-13
Martin Storsjö
http: Clear the auth state on redirects
commit
|
commitdiff
|
tree
2012-03-13
Martin Storsjö
http: Retry auth if it failed due to being stale
commit
|
commitdiff
|
tree
2012-03-13
Martin Storsjö
rtsp: Resend new keepalive commands if they used stale...
commit
|
commitdiff
|
tree
2012-03-13
Martin Storsjö
rtsp: Retry authentication if failed due to being stale
commit
|
commitdiff
|
tree
2012-03-13
Martin Storsjö
httpauth: Parse the stale field in digest auth
commit
|
commitdiff
|
tree
2012-03-12
Martin Storsjö
rtsp: Fix a typo
commit
|
commitdiff
|
tree
2012-03-09
Martin Storsjö
rtsp: Only set the ttl parameter if the server actually...
commit
|
commitdiff
|
tree
2012-03-09
Martin Storsjö
udp: Set ttl for read-write streams, too, not only...
commit
|
commitdiff
|
tree
2012-03-09
Martin Storsjö
udp: Only bind to the multicast address if in read...
commit
|
commitdiff
|
tree
2012-03-09
Martin Storsjö
udp: Clarify the comment about binding the multicast...
commit
|
commitdiff
|
tree
2012-03-09
Martin Storsjö
udp: Reorder comments
commit
|
commitdiff
|
tree
2012-03-07
Martin Storsjö
rtpenc: Fix the AVRational used for av_rescale_q_rnd
commit
|
commitdiff
|
tree
2012-03-07
Martin Storsjö
udp: Print an error message if bind fails
commit
|
commitdiff
|
tree
2012-03-06
Martin Storsjö
libx264: Allow overriding the sliced threads option
commit
|
commitdiff
|
tree
2012-03-02
Martin Storsjö
g722: Fix the QMF scaling
commit
|
commitdiff
|
tree
2012-03-01
Martin Storsjö
rtpenc: Use MB info side data for splitting H263 packets...
commit
|
commitdiff
|
tree
2012-03-01
Martin Storsjö
h263enc: Add an option for outputting info about MBs...
commit
|
commitdiff
|
tree
2012-03-01
Martin Storsjö
avpacket: Add a function for shrinking already allocated...
commit
|
commitdiff
|
tree
2012-02-29
Martin Storsjö
dpxenc: Don't include the libavcodec ident if bitexact...
commit
|
commitdiff
|
tree
2012-02-29
Martin Storsjö
rtpenc: Fix setting the max packet size
commit
|
commitdiff
|
tree
2012-02-27
Martin Storsjö
flvdec: Validate index entries added from metadata...
commit
|
commitdiff
|
tree
next