10689 Commits (8cac86e091118dab5a7463cb6119c940a6b8940c)

Author SHA1 Message Date
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
Samuel Pitoiset e49e6b6451 rtmp: Allow having more unknown data at the end of a chunk size packet without failing 13 years ago
Samuel Pitoiset 2357f60687 rtmp: Prevent reading outside of an allocate buffer when receiving server bandwidth packets 13 years ago
Michael Niedermayer 97c0d5357d omadec: switch to AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer 9c83f3e659 loasdec: switch to AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer e083a62e9d aacdec: switch to AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer 6f6182372c hls: replace probsize=0 by noheader flag removial. 13 years ago
Michael Niedermayer 12d1ee6a5e ff_add_index_entry: reject AV_NOPTS_VALUE 13 years ago
Michael Niedermayer 2cd491a47c lavf: move generic index generation code to a later point 13 years ago