287 Commits (167ea1fbf15ecefa30729f9b8d091ed431bf43bd)

Author SHA1 Message Date
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 9 years ago
Andreas Cadhalpun 4d0ee4962b avi: Validate sample_size 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Carl Eugen Hoyos 4326bc364b lavf: Do not list mov-only codecs in riff tags 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Anton Khirnov f771b3ab5d avidec: do not export stream_codec_tag 10 years ago
Joakim Plate 90411b333d Allow reading of growing avi files (currently being written) 10 years ago
Michael Niedermayer 9d599e3f6e avi: Improve non-interleaved detection 11 years ago
Marc-Antoine Arnaud f1c4a54f6e lavf: add supported extension to avi and mov demuxers 11 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Anton Khirnov ce9bba5340 avidec: fix a memleak in the dv init code. 11 years ago
Luca Barbato ceec6e792e avi: directly resync on DV in AVI read failure 11 years ago
Luca Barbato 756547ce7f avi: DV in AVI must be considered single stream 11 years ago
Luca Barbato 1cac9accbd avi: properly fail if the dv demuxer is missing 11 years ago
Martin Storsjö 8d07258bb6 avidec: Make sure a packet is large enough before reading its data 11 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Luca Barbato c8f0b20b4a avidec: Let the inner dv demuxer take care of discarding 11 years ago
Luca Barbato 10aa44aa67 avidec: K&R formatting cosmetics 11 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Jindrich Makovicka 570a4a0189 avidec: use sensible error codes instead of -1 12 years ago
Diego Biurrun 72eaba5e4f avformat: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Anton Khirnov 0af49a63c7 avidec: use actually read size instead of requested size 12 years ago
Anton Khirnov eeade678f0 avidec: return 0, not packet size from read_packet(). 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Anton Khirnov a982e5a031 avidec: make scale and rate unsigned. 13 years ago
Anton Khirnov 3c90cc2ef2 lavf: deprecate av_read_packet(). 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Dustin Brody b89f8774f2 avidec: migrate last of lavf from FF_ER_* to AV_EF_* 13 years ago
Anton Khirnov cd3716b9aa Replace all uses of av_close_input_file() with avformat_close_input(). 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Victor Vasiliev 12bc20502a Generalize RIFF INFO tag support; support reading INFO tag in wav 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Anton Khirnov ab88b25f99 lavf: use avpriv_ prefix for some dv functions. 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Mans Rullgard 1703013cb7 avidec: fix signed overflow in avi_sync() 13 years ago
Janne Grunau 2886f6759f avidec: simplify size parameter in memset() 13 years ago
Dustin Brody 2f63440c59 lavf: add support for error_recognition, use it in avidec, and bump minor API version 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard c9403419b2 avidec: simplify convoluted flow in avi_load_index() 14 years ago
Alex Converse d3f610c186 avidec: infer absolute vs relative index from first packet 14 years ago
Alex Converse 8b84af7488 avidec: Factor out the sync fucntionality. 14 years ago