| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/iff: fix deadlock in parsing dsd chunks | Paul B Mahol | 2016-04-30 | 1 | -2/+2 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -80/+80 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -27/+27 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | | avformat/iff: check for possible overflow in 2nd argument of av_new_packet | Paul B Mahol | 2015-09-25 | 1 | -0/+4 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
* | | 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 |
* | | libavformat/iff: print error message when DSDIFF compression type is not supp... | Peter Ross | 2014-09-26 | 1 | -1/+7 |
* | | avformat/iff: rudimentary support for animations | Paul B Mahol | 2014-08-18 | 1 | -0/+6 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | avformat/iff: Fix "source comment" | Michael Niedermayer | 2014-08-05 | 1 | -1/+1 |
* | | avformat/iff: extend IFF demuxer to decode DSDIFF 64-bit chunks | Peter Ross | 2014-04-20 | 1 | -8/+271 |
* | | avformat/iff: indent | Peter Ross | 2014-04-13 | 1 | -15/+15 |
* | | avformat/iff: remove unused code | Peter Ross | 2014-04-13 | 1 | -6/+0 |
* | | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430' | Michael Niedermayer | 2014-03-11 | 1 | -1/+3 |
|\| |
|
| * | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -1/+3 |
* | | avformat/iff: check avio_read() return in get_metadata() | Michael Niedermayer | 2013-12-29 | 1 | -1/+1 |
* | | avformat/iff: fix memleak of packet | Michael Niedermayer | 2013-12-15 | 1 | -1/+3 |
* | | avformat/iff: shrink packets to the initialized data | Michael Niedermayer | 2013-12-15 | 1 | -0/+2 |
* | | avformat/iff: Byte seek is unsupported | Michael Niedermayer | 2013-06-20 | 1 | -1/+1 |
* | | Merge commit '50c449ac24fbb4c03c15d2e2026cef2204b80385' | Michael Niedermayer | 2013-03-18 | 1 | -2/+5 |
|\| |
|
| * | iff: validate CMAP palette size | Kostya Shishkov | 2013-03-18 | 1 | -0/+5 |
* | | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -2/+2 |
* | | iff: fix integer overflow | Michael Niedermayer | 2013-03-05 | 1 | -0/+3 |
* | | iff: support seeking with maud | Paul B Mahol | 2013-01-07 | 1 | -7/+8 |
* | | iff demuxer: support RGB8 and RGBN | Peter Ross | 2012-12-11 | 1 | -1/+5 |
* | | iff demuxer: include DEEP TVDC lookup table in extradata buffer | Peter Ross | 2012-12-04 | 1 | -1/+12 |
* | | iff: fix some incorrect interpretations of invalid files | Paul B Mahol | 2012-11-30 | 1 | -3/+4 |
* | | iff: MAUD support | Paul B Mahol | 2012-11-30 | 1 | -5/+61 |
* | | iff demuxer: 16SV support | Paul B Mahol | 2012-11-28 | 1 | -1/+7 |
* | | iff demuxer: don't bother checking bitmap compression type; iff decoder does ... | Peter Ross | 2012-11-26 | 1 | -24/+2 |
* | | iff: DEEP RLE 32-bit decoder | Peter Ross | 2012-11-20 | 1 | -1/+1 |
* | | iff: process DEEP DLOC chunk to obtain image dimensions | Peter Ross | 2012-11-18 | 1 | -0/+8 |
* | | iff: recognise more DEEP colorspaces | Peter Ross | 2012-11-18 | 1 | -0/+9 |
* | | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b' | Michael Niedermayer | 2012-11-13 | 1 | -2/+10 |
|\| |
|
| * | iff: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -1/+9 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|
* | | lavf: add missing new line to some error messages | Piotr Bandurski | 2012-09-01 | 1 | -1/+1 |
* | | iff: replace av_abort by av_assert0 | Michael Niedermayer | 2012-08-10 | 1 | -1/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | cosmetics: iff: split very long line | Paul B Mahol | 2012-07-23 | 1 | -2/+6 |
* | | iff: pass context to av_log_ask_for_sample | Paul B Mahol | 2012-07-21 | 1 | -1/+1 |
* | | iff: remove dupe ID_ANNO definition | Paul B Mahol | 2012-07-21 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-20 | 1 | -1/+1 |
|\| |
|
| * | lavf: change some (de)muxer names to lowercase | Mans Rullgard | 2012-05-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-13 | 1 | -1/+1 |
|\| |
|