| Commit message (Expand) | Author | Age | Files | Lines |
* | rmdec: add missing brackets to compound statement | Sean McGovern | 2017-07-25 | 1 | -1/+2 |
* | rmdec: don't ignore the return value of av_get_packet() | Sean McGovern | 2017-07-17 | 1 | -5/+14 |
* | Use correct printf conversion specifiers for POSIX integer types | Diego Biurrun | 2016-12-23 | 1 | -1/+1 |
* | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+2 |
* | rm: Drop broken disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -13/+0 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -57/+57 |
* | 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 | -5/+0 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -3/+3 |
* | rmdec: Improve message for demux error | Carl Eugen Hoyos | 2015-03-08 | 1 | -1/+1 |
* | rmdec: Check memory allocations from ff_rm_alloc_rmstream() | Hugo Beauzée-Luyssen | 2015-02-17 | 1 | -0/+6 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | rm: Use the correct codec_data_size signedness | Luca Barbato | 2014-12-04 | 1 | -3/+3 |
* | rmdec: stricter error check to avoid theoretical unitialized use | Vittorio Giovara | 2014-10-21 | 1 | -1/+1 |
* | rmdec: check av_new_packet return value | Vittorio Giovara | 2014-10-21 | 1 | -1/+3 |
* | Replace av_malloc() and memset(0) by av_mallocz() | Diego Biurrun | 2014-06-22 | 1 | -2/+1 |
* | rmdec: do not export anything to AVCodecContext.codec_name | Anton Khirnov | 2014-05-01 | 1 | -2/+0 |
* | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -1/+3 |
* | rmdec: Validate the fps value | Martin Storsjö | 2013-09-18 | 1 | -2/+7 |
* | cosmetics: Fix ATRAC codec name spelling | Diego Biurrun | 2013-09-02 | 1 | -1/+1 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |
* | rmdec: Use the AVIOContext given as parameter in rm_read_metadata() | Michael Niedermayer | 2013-07-07 | 1 | -6/+6 |
* | lavf: remove disabled FF_API_R_FRAME_RATE cruft | Anton Khirnov | 2013-03-11 | 1 | -3/+0 |
* | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -0/+4 |
* | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -1/+0 |
* | rmdec: set channel layout for RA version 3 | Justin Ruggles | 2012-11-12 | 1 | -0/+2 |
* | rmdec: Move SIPR code shared with Matroska demuxer to a separate file | Diego Biurrun | 2012-10-15 | 1 | -41/+1 |
* | avformat: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -2/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -11/+11 |
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -2/+4 |
* | avcodec: add a cook parser to get subpacket duration | Justin Ruggles | 2012-04-20 | 1 | -0/+1 |
* | RealAudio Lossless decoder | Kostya Shishkov | 2012-03-19 | 1 | -0/+9 |
* | rmdec: Honor .RMF tag size rather than assuming 18. | Alex Converse | 2012-03-02 | 1 | -4/+2 |
* | rmdec: adjust printf format string specifier to fix warning | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
* | rm: prevent infinite loops for index parsing. | Ronald S. Bultje | 2012-02-22 | 1 | -3/+17 |
* | rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1. | Ronald S. Bultje | 2012-02-22 | 1 | -0/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | rmdec: don't set codec timebase. | Anton Khirnov | 2011-11-30 | 1 | -3/+2 |
* | rdt: Set AVFMT_NOFILE on ff_rdt_demuxer | Martin Storsjö | 2011-11-07 | 1 | -0/+1 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -2/+2 |
* | rmdec: Reject invalid deinterleaving parameters | Laurent Aimar | 2011-09-19 | 1 | -26/+31 |
* | rmdec: use the deinterleaving mode and not the codec when creating audio pack... | Laurent Aimar | 2011-09-19 | 1 | -1/+2 |
* | Use deinterleavers for demangling audio packets in RealMedia. | Kostya Shishkov | 2011-08-27 | 1 | -12/+34 |
* | rmdec: parse FPS in RealMedia properly | Kostya Shishkov | 2011-08-17 | 1 | -8/+8 |
* | Use parsers for RealVideo 3/4 to determine correct PTS | Kostya Shishkov | 2011-08-17 | 1 | -0/+1 |
* | rmdec: correct DTS calculation in RealMedia container. | Kostya Shishkov | 2011-08-17 | 1 | -4/+7 |