| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -5/+5 |
|\ |
|
| * | prefer avio_check() over url_exist() | Stefano Sabatini | 2011-04-19 | 1 | -3/+3 |
| * | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-09 | 1 | -0/+8 |
|\| |
|
| * | lavf: make av_guess_image2_codec internal | Anton Khirnov | 2011-04-08 | 1 | -0/+8 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-08 | 1 | -2/+2 |
|\| |
|
| * | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Add .dpx to the list of supported file extensions for the image2 muxer | Peter Ross | 2011-04-01 | 1 | -1/+1 |
* | | make image2 muxer/demuxer support sequence of individual rawvideo files | Peter Ross | 2011-03-31 | 1 | -0/+1 |
* | | img2: stop using CODEC_ID_RAWVIDEO to trigger processing of independant y/u/v... | Peter Ross | 2011-03-31 | 1 | -3/+9 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-17 | 1 | -3/+3 |
|\| |
|
| * | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
| * | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
| * | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
| * | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 1 | -4/+5 |
| * | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -6/+6 |
| * | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -9/+9 |
| * | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
| * | Make the image2 demuxer log more verbose | Stefano Sabatini | 2011-01-28 | 1 | -1/+3 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -4/+4 |
* | | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-08 | 1 | -1/+1 |
* | | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-26 | 1 | -4/+5 |
* | | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -6/+6 |
* | | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-22 | 1 | -9/+9 |
* | | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-22 | 1 | -1/+1 |
* | | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | | Make the image2 demuxer log more verbose | Stefano Sabatini | 2011-01-30 | 1 | -1/+3 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -4/+4 |
|/ |
|
* | cosmetics: align fields, and remove useless ones, in img2.c | Pascal Massimino | 2010-10-21 | 1 | -28/+24 |
* | cleanup image2pipe_{de}muxer fields | Pascal Massimino | 2010-10-21 | 1 | -42/+37 |
* | Associate .tga with format image2. | Carl Eugen Hoyos | 2010-07-07 | 1 | -1/+1 |
* | Add Pictor/PC Paint to image2 muxer/demuxer | Peter Ross | 2010-06-08 | 1 | -0/+1 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -4/+4 |
* | Dont senselessly fail on rawvideo that isnt 3 files per frame. | Michael Niedermayer | 2010-03-22 | 1 | -0/+2 |
* | Add flag so muxers not needing width/height can signal this. | Michael Niedermayer | 2010-02-12 | 1 | -2/+2 |
* | Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. | Jai Menon | 2010-01-28 | 1 | -4/+4 |
* | print error message when image2 muxer fail to compute frame filename | Baptiste Coudurier | 2009-12-01 | 1 | -1/+3 |
* | Fixes detection and error reporting of non-existing files in img2.c. | Samuli Valo | 2009-10-22 | 1 | -2/+4 |
* | return EOF in image2 demuxer | Baptiste Coudurier | 2009-07-30 | 1 | -0/+2 |
* | Revert unintended hunk of r19241. | Carl Eugen Hoyos | 2009-06-20 | 1 | -1/+1 |
* | Revert r19239: It broke four conformance tests. | Carl Eugen Hoyos | 2009-06-20 | 1 | -1/+1 |
* | Print meaningful error messages when url_fopen fails. | Jai Menon | 2009-06-20 | 1 | -2/+6 |
* | DPX (Digital Picture Exchange) image decoder | Jimmy Christensen | 2009-06-12 | 1 | -0/+1 |
* | PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. | Daniel Verkamp | 2009-03-20 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | add jp2 formater in image2 muxer | Baptiste Coudurier | 2009-01-18 | 1 | -1/+24 |
* | include intreadwrite.h, fix compilation, img2.c use AV_RL32 | Baptiste Coudurier | 2009-01-14 | 1 | -0/+1 |