| Commit message (Expand) | Author | Age | Files | Lines |
* | asfdec: Account for different Format Data sizes | Alexandra Hájková | 2017-02-15 | 1 | -1/+1 |
* | Use the new AVIOContext destructor. | Anton Khirnov | 2017-02-11 | 1 | -2/+2 |
* | Remove some pointless TRACE level debug code | Diego Biurrun | 2016-10-27 | 1 | -17/+0 |
* | avidec: Set palette alpha as fully opaque | Vittorio Giovara | 2016-10-02 | 1 | -1/+1 |
* | avidec: Do not special case palette on big-endian | Vittorio Giovara | 2016-10-02 | 1 | -5/+1 |
* | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -2/+3 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -68/+67 |
* | avi: Spin out the logic to position to the next non-interleaved stream | Luca Barbato | 2015-12-02 | 1 | -62/+72 |
* | avi: Validate the stream-id for DV as well | Michael Niedermayer | 2015-12-02 | 1 | -1/+4 |
* | avi: Use the correct data type | Luca Barbato | 2015-12-02 | 1 | -2/+3 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -3/+3 |
* | lavc: Drop deprecated destruct_packet related functions | Vittorio Giovara | 2015-08-28 | 1 | -13/+0 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 1 | -1/+1 |
* | avi: Validate sample_size | Andreas Cadhalpun | 2015-05-09 | 1 | -0/+17 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -15/+15 |
* | lavf: Do not list mov-only codecs in riff tags | Carl Eugen Hoyos | 2015-03-17 | 1 | -0/+12 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | avidec: do not export stream_codec_tag | Anton Khirnov | 2015-01-27 | 1 | -2/+8 |
* | Allow reading of growing avi files (currently being written) | Joakim Plate | 2014-12-08 | 1 | -4/+4 |
* | avi: Improve non-interleaved detection | Michael Niedermayer | 2014-04-02 | 1 | -2/+68 |
* | lavf: add supported extension to avi and mov demuxers | Marc-Antoine Arnaud | 2014-04-02 | 1 | -0/+1 |
* | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -2/+2 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | avidec: fix a memleak in the dv init code. | Anton Khirnov | 2013-11-21 | 1 | -0/+1 |
* | avi: directly resync on DV in AVI read failure | Luca Barbato | 2013-10-10 | 1 | -0/+2 |
* | avi: DV in AVI must be considered single stream | Luca Barbato | 2013-10-10 | 1 | -3/+7 |
* | avi: properly fail if the dv demuxer is missing | Luca Barbato | 2013-10-10 | 1 | -1/+2 |
* | avidec: Make sure a packet is large enough before reading its data | Martin Storsjö | 2013-09-29 | 1 | -1/+2 |
* | lavf: Reset the entry count and allocation size variables on av_reallocp fail... | Martin Storsjö | 2013-09-26 | 1 | -2/+3 |
* | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -4/+5 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+5 |
* | avidec: Let the inner dv demuxer take care of discarding | Luca Barbato | 2013-07-27 | 1 | -3/+6 |
* | avidec: K&R formatting cosmetics | Luca Barbato | 2013-07-27 | 1 | -443/+536 |
* | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -0/+8 |
* | avidec: use sensible error codes instead of -1 | Jindrich Makovicka | 2013-01-21 | 1 | -19/+22 |
* | avformat: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -7/+16 |
* | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 1 | -4/+0 |
* | avidec: use actually read size instead of requested size | Anton Khirnov | 2012-09-29 | 1 | -1/+1 |
* | avidec: return 0, not packet size from read_packet(). | Anton Khirnov | 2012-09-29 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -8/+8 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | avidec: make scale and rate unsigned. | Anton Khirnov | 2012-06-04 | 1 | -2/+2 |
* | lavf: deprecate av_read_packet(). | Anton Khirnov | 2012-03-20 | 1 | -3/+3 |
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | avidec: migrate last of lavf from FF_ER_* to AV_EF_* | Dustin Brody | 2012-01-20 | 1 | -3/+4 |
* | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -1/+1 |