10418 Commits (7001eee1f4bda539c449d191116af8a0ec88ee50)

Author SHA1 Message Date
Paul B Mahol 3821632e1b smush: set audio packet duration 13 years ago
Hendrik Leppkes 24e7a22e1f riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain that data. 13 years ago
Mans Rullgard dc7e336cae lavf, lavu: version bumps and APIchanges for av_gettime() move 13 years ago
Hendrik Leppkes 6d887ecac2 avformat: add 48 fps to the NTSC framerates 13 years ago
Paul B Mahol bef8fd7099 LucasArts SMUSH demuxer 13 years ago
Kostya Shishkov 005c80b645 MS Screen 1 decoder 13 years ago
Mans Rullgard ae0a301668 Move av_gettime() to libavutil 13 years ago
Ronald S. Bultje f1f37c7011 mov: fix operator precedence bug 13 years ago
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Mans Rullgard 4e5a514813 lavf: remove unnecessary inclusions of unistd.h 13 years ago
Paul B Mahol 86206035d1 avio: av_protocol_next() is gone 13 years ago
Martin Storsjö 042b272a4a udp: Properly check for invalid sockets 13 years ago
Martin Storsjö bb6c1abb0e tcp: Check the return value from getsockopt 13 years ago
Martin Storsjö a840cdda6c network: Use av_strerror for getting error messages 13 years ago
Martin Storsjö 860b40f1f2 udp: Properly print error from getnameinfo 13 years ago
Martin Storsjö 6aa4e88106 mmst: Use AVUNERROR() to convert error codes to the right range for strerror 13 years ago
Martin Storsjö 561687696f network: Pass pointers of the right type to get/setsockopt/ioctlsocket on windows 13 years ago
Samuel Pitoiset 9d811fd80f rtmp: Reduce the number of idle posts sent by sleeping 50ms 13 years ago
Paul B Mahol 6b9446e932 avidec: add .category 13 years ago
Michael Niedermayer 08613d50d6 lavf: separate muxer/demuxer class category 13 years ago
Paul B Mahol 7238ed6c84 avidec: use designated initializers for AVClass 13 years ago
Paul B Mahol ef8bea9107 mov: use designated initializers for AVClass 13 years ago
Ronald S. Bultje 8703f0140f flvdec: remove incomplete, disabled seeking code 13 years ago
Ronald S. Bultje 51a2b5546b http: replace atoll() with strtoll() 13 years ago
Ronald S. Bultje ae2bb52cd2 mpegts: remove unused/incomplete/broken seeking code 13 years ago
Martin Storsjö 579fd87b46 rtpenc: Support packetizing iLBC 13 years ago
Martin Storsjö 89c3960544 rtpdec: Add a depacketizer for iLBC 13 years ago
Martin Storsjö a2b251a05e Implement the iLBC storage file format 13 years ago
Martin Storsjö 9e74db6850 mov: Support muxing/demuxing iLBC 13 years ago
Samuel Pitoiset 46743a859c rtmp: Don't send every flv packet in a separate HTTP request in RTMPT 13 years ago
Martin Storsjö bbc8038614 rtsp: Send mode=record instead of mode=receive 13 years ago
Martin Storsjö d77f4afa98 rtpenc: Allow requesting H264 RTP packetization mode 0 13 years ago
Michael Bradshaw 2243f0d078 lavf: add field for how duration is estimated 13 years ago
Samuel Pitoiset 8e50c57dcb RTMPT protocol support 13 years ago
Martin Storsjö 35127bf156 http: Properly handle chunked transfer-encoding for replies to post data 13 years ago
Martin Storsjö eb564b23a3 http: Fail reading if the connection has gone away 13 years ago
Martin Storsjö eb3918c1fd amr: Mark an array const 13 years ago
Martin Storsjö 634e874de5 amr: More space cleanup 13 years ago
Martin Storsjö e9ef88fbd2 rtpenc: Fix memory leaks in the muxer open function 13 years ago
Martin Storsjö 5f26d4d448 amr: Cosmetic cleanup 13 years ago
Michael Niedermayer eaf655384b avienc: use av_assert 13 years ago
Martin Storsjö 44fdf37c94 mov_chan: Fix operator precedence by adding parentheses 13 years ago
Jordi Ortiz a7cc78cb11 tcp: Check the listen call 13 years ago
Ronald S. Bultje 17fad33f81 Change all uses of restrict to use av_restrict instead. 13 years ago
Michael Niedermayer 0354412aa3 ffmenc: use av_assert 13 years ago
Anton Khirnov ae702edf43 flacdec: read attached pictures. 13 years ago
Anton Khirnov a5db8e4a1a lavf: don't segfault when a NULL filename is passed to avformat_open_input() 13 years ago
Janne Grunau 1cdcf043ca segment: remove unnecessary <strings.h> include 13 years ago
Michael Niedermayer dd2086140c nutenc: use av_assert 13 years ago
Michael Niedermayer 17bbb818ae amr: use av_assert() 13 years ago