| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avidec: Check nb_streams in read_gab2_sub() | Michael Niedermayer | 2016-10-01 | 1 | -0/+2 |
* | avformat/avidec: Remove ancient assert | Michael Niedermayer | 2016-10-01 | 1 | -1/+0 |
* | avformat/avidec: Fix memleak with dv in avi | Michael Niedermayer | 2016-09-28 | 1 | -0/+4 |
* | avformat/avidec: Fix infinite loop in avi_read_nikon() | Michael Niedermayer | 2016-09-27 | 1 | -2/+2 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | avformat/avidec: Detect index with too short entries | Michael Niedermayer | 2016-05-18 | 1 | -0/+2 |
* | | avformat: add AVFormatContext to ff_get_extradata() | Paul B Mahol | 2016-04-14 | 1 | -2/+2 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -90/+89 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -68/+67 |
* | | lavf/avidec: Add blurb regarding the skipping of xxpc entries in the index | Mats Peterson | 2016-03-18 | 1 | -0/+2 |
* | | lavf/avidec: Skip xxpc entries in index; fixes trac #5311 | Mats Peterson | 2016-03-10 | 1 | -0/+3 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -1/+1 |
* | | Merge commit '5f3a081b42b84404a40a52c80ef7a354cf048c56' | Hendrik Leppkes | 2015-12-08 | 1 | -62/+72 |
|\| |
|
| * | 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 |
* | | Merge commit 'd017ed878a45171f2f6c69fb9d76401c3c494110' | Hendrik Leppkes | 2015-12-07 | 1 | -2/+3 |
|\| |
|
| * | avi: Use the correct data type | Luca Barbato | 2015-12-02 | 1 | -2/+3 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -3/+3 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -3/+3 |
* | | avformat/avidec: disable parsing for RV40 | Michael Niedermayer | 2015-09-17 | 1 | -0/+2 |
* | | avformat/avidec: Change (last)pos to 64bit | Michael Niedermayer | 2015-09-15 | 1 | -3/+4 |
* | | avformat/avidec: Workaround broken initial frame | Michael Niedermayer | 2015-09-15 | 1 | -1/+2 |
* | | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8' | Hendrik Leppkes | 2015-09-05 | 1 | -13/+0 |
|\| |
|
| * | lavc: Drop deprecated destruct_packet related functions | Vittorio Giovara | 2015-08-28 | 1 | -13/+0 |
* | | avformat/avidec: Simplify dshow_block_align based special case detection | Michael Niedermayer | 2015-08-12 | 1 | -3/+3 |
* | | avformat/avidec: Disable AVSTREAM_PARSE_TIMESTAMPS for flac | Michael Niedermayer | 2015-08-12 | 1 | -0/+3 |
* | | avformat/avidec: Add flac to the dshow_block_align exception list | Michael Niedermayer | 2015-08-12 | 1 | -2/+3 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | avformat/avidec: Fix demuxing avi with broken index | Michael Niedermayer | 2015-07-20 | 1 | -2/+6 |
* | | Merge commit 'd80811c94e068085aab797f9ba35790529126f85' | Michael Niedermayer | 2015-07-12 | 1 | -1/+1 |
|\| |
|
| * | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 1 | -1/+1 |
* | | avformat/avidec: add mp2 to the list of exceptions instead of generally treat... | Michael Niedermayer | 2015-05-17 | 1 | -2/+3 |
* | | Merge commit '4d0ee4962be7e07cdc038a78008ef2e4e47e5f81' | Michael Niedermayer | 2015-05-10 | 1 | -3/+17 |
|\| |
|
| * | avi: Validate sample_size | Andreas Cadhalpun | 2015-05-09 | 1 | -0/+17 |
* | | avformat/avidec: print a warning for negative sample_size | Michael Niedermayer | 2015-05-05 | 1 | -0/+2 |
* | | avidec: avoid infinite loop due to negative ast->sample_size | Andreas Cadhalpun | 2015-05-05 | 1 | -0/+1 |
* | | avidec: check for valid bit_rate range | Andreas Cadhalpun | 2015-05-04 | 1 | -1/+5 |
* | | avformat/avidec: Do not call av_log() per byte, use ff_tlog() | Michael Niedermayer | 2015-04-20 | 1 | -1/+1 |
* | | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' | Michael Niedermayer | 2015-04-20 | 1 | -16/+15 |
|\| |
|
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -15/+15 |
* | | avformat/avidec: also print frame_num in debug output | Michael Niedermayer | 2015-03-19 | 1 | -2/+3 |
* | | Merge commit '4326bc364b58e97fc3d89417054a6b7610179a00' | Michael Niedermayer | 2015-03-17 | 1 | -3/+8 |
|\| |
|
| * | lavf: Do not list mov-only codecs in riff tags | Carl Eugen Hoyos | 2015-03-17 | 1 | -0/+12 |
* | | avformat/avidec: cleanup include | zhaoxiu.zeng | 2015-03-15 | 1 | -1/+1 |
* | | avformat/avidec: use avpriv_find_start_code in avi_read_packet() | zhaoxiu.zeng | 2015-03-15 | 1 | -8/+8 |
* | | lavf: Do not list mov-only codecs in riff.c. | Carl Eugen Hoyos | 2015-03-13 | 1 | -0/+7 |