279 Commits (3a19405d574a467c68b48e4b824c76617fd59de0)

Author SHA1 Message Date
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
Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
Diego Biurrun 919d7a345a Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Diego Biurrun d7cf5639e7 Replace some printf instances in debug code by av_log. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Kostya Shishkov 23f40a0788 read AVI palette from the end of extradata 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago