10809 Commits (7cb9f1a8d0109ada0d677bf4e288b9fb5453a517)

Author SHA1 Message Date
Michael Niedermayer 71a5cd7dbc flvdec: perform duration search just once 13 years ago
Clément Bœsch bc42682749 lavf/movenc: fix invalid free with timecode meta and tmcd data copy. 13 years ago
Michael Niedermayer 31d8261cde mpegprobe: fix misdetection of mp3 13 years ago
Alex Rønne Petersen 150adea6da rtmppkt: Add missing libavcodec/bytestream.h include. 13 years ago
Kifayat ullah 32aeba1275 mpegtsenc: Fix AC3 Sound issue with Blu-ray Players. 13 years ago
Nicolas George 93d428953c assdec: return EOF instead of EIO. 13 years ago
Jordi Ortiz 50468f93e3 rtmp: add functions for reading AMF values 13 years ago
Derek Buitenhuis 45eaac02cb Canopus Lossless decoder 13 years ago
Derek Buitenhuis 91c86d3cf8 Canopus Lossless decoder 13 years ago
Nicolas George ff2955a4f7 apetag: return value when required. 13 years ago
Diego Biurrun 19cf7163c1 dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs 13 years ago
Carl Eugen Hoyos d1ebb25ac6 Skip chan tag padding. 13 years ago
Paul B Mahol c36bad3b89 xvma: remove unused variable 13 years ago
Diego Biurrun 9e4bca16f8 dca: Move tables used outside of dcadec.c to a separate file. 13 years ago
Anton Khirnov 921063877e apetag: change a forgotten return to return 0 13 years ago
Anton Khirnov f2ed006c90 mpc8: return more meaningful error codes. 13 years ago
Anton Khirnov 263dbe9d95 mpc: return more meaningful error codes. 13 years ago
Anton Khirnov 782e64fbe1 wv,mpc8: don't return apetag data in packets. 13 years ago
Samuel Pitoiset 9c9c21eaa1 rtmp: do not warn about receiving metadata packets 13 years ago
Michael Niedermayer 00ddf62078 mpegdemux: Fix probing of unrecognized_mpeg_video.mpg 13 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 13 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 13 years ago
Paul B Mahol 8a6d673eff flacdec: fix memleaks 13 years ago
jamal 938e4470ae options: Fix warning about incompatible pointer type 13 years ago
Anton Khirnov 29d70274ec wv: K&R formatting cosmetics 13 years ago
Luca Barbato 41f43202cf flvdec: remove spurious use of stream id 13 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 13 years ago
Anton Khirnov f66eeff1c8 lavf: round estimated average fps to a "standard" fps. 13 years ago
Anton Khirnov fe1c1198e6 lavf: use dts difference instead of AVPacket.duration in find_stream_info() 13 years ago
Luca Barbato 681ed00099 avf: introduce nobuffer option 13 years ago
Paul B Mahol e4f3a9693d lavf/apetag: move common stuff between writer and reader to single file 13 years ago
Paul B Mahol 29ba3aacb1 lavf/smacker: remove bogus video from .long_name 13 years ago
Paul B Mahol c25dc1f9c7 wvenc: support for ape tags 13 years ago
Paul B Mahol bd93f96540 APE tag writer 13 years ago
Paul B Mahol a3a0774be8 WavPack muxer 13 years ago
Anton Khirnov c1d865d563 wv: return meaningful error codes. 13 years ago
Anton Khirnov ccc10acb5b wv: return AVERROR_EOF on EOF, not EIO. 13 years ago
Anton Khirnov f73e3938ac mp3dec: forward errors for av_get_packet(). 13 years ago
Anton Khirnov 67b1156fe8 mp3dec: remove a pointless local variable. 13 years ago
Anton Khirnov 61f8bb74f3 mp3dec: remove commented out cruft. 13 years ago
Anton Khirnov efd34918ba lavf: remove commented out cruft in avformat_find_stream_info() 13 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 13 years ago
Michael Niedermayer 55cdd45446 avio: Document that write_packet() is not allowed to change its input 13 years ago
Martin Storsjö 8ebacfb598 hls: Proceed to the next segment at any error code 13 years ago
Martin Storsjö 41ecbbc7aa tls: Return AVERROR_EOF if the TLS_read/write functions return 0 13 years ago
Carl Eugen Hoyos 4f2549e3d0 Fix aiff demuxer dependencies. 13 years ago
Marton Balint 3be02afb56 mxfdec: fix off by one error in d10 aes3 decoding 13 years ago
jamal c49e0d2cdd aviobuf: Fix warning about discarded qualifier 13 years ago
Clément Bœsch 316f8db2c2 SubViewer demuxer and decoder. 13 years ago
Samuel Pitoiset 8ea1459bc3 rtmp: Check the buffer length of ping packets 13 years ago