| Commit message (Expand) | Author | Age | Files | Lines |
* | img2dec: fix -loop | Michael Niedermayer | 2013-01-08 | 1 | -1/+1 |
* | img2dec: do not change packet pts for image2pipe | Paul B Mahol | 2013-01-08 | 1 | -1/+2 |
* | img2dec: seeking support | Paul B Mahol | 2013-01-08 | 1 | -0/+12 |
* | Add exception for "gif" in image2 probe() method. | Vitaliy E Sugrobov | 2012-11-30 | 1 | -1/+1 |
* | Merge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320' | Michael Niedermayer | 2012-11-30 | 1 | -69/+78 |
|\ |
|
| * | img2: K&R formatting cosmetics | Diego Biurrun | 2012-11-29 | 1 | -60/+69 |
* | | Allow forcing a frame size in bytes for image2pipe. | Carl Eugen Hoyos | 2012-11-10 | 1 | -1/+7 |
* | | img2dec: check return value of av_new_packet() | Paul B Mahol | 2012-10-15 | 1 | -1/+2 |
* | | img2dec: detect .raw files only with a low score as img2 | Michael Niedermayer | 2012-10-10 | 1 | -0/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -3/+3 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -3/+3 |
| * | img2dec: always close AVIOContexts | Tomas Härdin | 2012-09-12 | 1 | -3/+3 |
* | | img2dec: Don't leave AVIOContexts open on zero byte files | Tomas Härdin | 2012-09-07 | 1 | -3/+3 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -4/+4 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -3/+3 |
|\| |
|
* | | lavf/img2dec: add and document pattern_type option | Stefano Sabatini | 2012-08-08 | 1 | -2/+34 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | lavf/img2dec: add start_number_range option | Stefano Sabatini | 2012-08-05 | 1 | -7/+7 |
* | | lavf/img2doc: document options | Stefano Sabatini | 2012-08-05 | 1 | -5/+5 |
* | | lavf/img2dec: improve error logging in case of find_image_range() failure | Stefano Sabatini | 2012-08-05 | 1 | -1/+5 |
* | | lavf/img2dec: sort options by name | Stefano Sabatini | 2012-08-05 | 1 | -2/+2 |
* | | lavf/img2dec: introduce and use FIRST_INDEX_SEARCH_RANGE macro in find_image_... | Stefano Sabatini | 2012-08-05 | 1 | -2/+4 |
* | | lavf/img2dec: fix out-of-range check in find_image_range() | Stefano Sabatini | 2012-08-05 | 1 | -1/+1 |
* | | lavf/img2dec: doxygen find_image_range() function | Stefano Sabatini | 2012-08-05 | 1 | -1/+9 |
* | | lavf/img2dec: rename find_image_range() "max_start" parameter to "start_index" | Stefano Sabatini | 2012-08-05 | 1 | -2/+2 |
* | | lavf/img2dec: fix weird start_number count logic | Stefano Sabatini | 2012-08-05 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -2/+3 |
|\| |
|
| * | image2: Add "start_number" private option to the demuxer | Mashiat Sarker Shakkhar | 2012-06-24 | 1 | -3/+6 |
* | | image2: Add "start_number" private option to the demuxer | Mashiat Sarker Shakkhar | 2012-06-24 | 1 | -4/+6 |
* | | img2dec: remove GLOB_TILDE support. | Michael Niedermayer | 2012-03-30 | 1 | -7/+1 |
* | | img2dec: Recognize glob meta chars only if prefixed by % | Alexander Strasser | 2012-03-30 | 1 | -2/+28 |
* | | img2: glob matching for image series | Brian Olson | 2012-03-30 | 1 | -2/+70 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-23 | 1 | -6/+11 |
|/ |
|
* | img2: split muxer and demuxer into separate files | Paul B Mahol | 2012-02-22 | 1 | -0/+322 |