| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | avformat/avidec: Check avio_read() return before using the results for meta-data | Michael Niedermayer | 2015-03-05 | 1 | -1/+2 |
* | | avformat/avidec: initialize header array | Michael Niedermayer | 2015-03-05 | 1 | -1/+1 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | Merge commit 'f771b3ab5d3c0b763ee356152be550f4121babd0' | Michael Niedermayer | 2015-01-27 | 1 | -2/+8 |
|\| |
|
| * | 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 |
* | | avformat/avidec: optimize probe | Michael Niedermayer | 2014-12-23 | 1 | -2/+2 |
* | | wavdec: RIFX file format support | Thomas Volkert | 2014-12-18 | 1 | -1/+1 |
* | | avformat/avidec: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-15 | 1 | -2/+2 |
* | | avformat/avidec: Do not fail for crazy start times | Gabor Nagy | 2014-12-11 | 1 | -1/+1 |
* | | avformat/avidec: Increase dshow_block_align use threshold by 1 | Gabor Nagy | 2014-12-10 | 1 | -1/+1 |
* | | avformat/avidec: fix handling dv in avi | Michael Niedermayer | 2014-11-21 | 1 | -1/+4 |