298 Commits (0b77a5933635293508e7289e7cf191ed166cf070)

Author SHA1 Message Date
Diego Biurrun ca1e5eea0c Remove some pointless TRACE level debug code 8 years ago
Vittorio Giovara 497c087939 avidec: Set palette alpha as fully opaque 8 years ago
Vittorio Giovara bad4aad403 avidec: Do not special case palette on big-endian 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Luca Barbato 5f3a081b42 avi: Spin out the logic to position to the next non-interleaved stream 9 years ago
Michael Niedermayer 0fc61c6ab6 avi: Validate the stream-id for DV as well 9 years ago
Luca Barbato d017ed878a avi: Use the correct data type 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 9 years ago
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