| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -10/+10 |
|\ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -1/+0 |
|\| |
|
| * | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-10 | 1 | -20/+20 |
|\| |
|
| * | Rename ff_put_string to avpriv_put_string | Martin Storsjö | 2012-09-09 | 1 | -3/+3 |
| * | mjpeg: Rename some symbols to avpriv_* instead of ff_* | Samuel Pitoiset | 2012-09-09 | 1 | -17/+17 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -8/+8 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -6/+6 |
* | | mjpegenc: enable frame multithreading encoder | Michael Niedermayer | 2012-06-23 | 1 | -1/+1 |
* | | mjpegenc: mark as intra only | Michael Niedermayer | 2012-06-23 | 1 | -1/+1 |
* | | mjpegenc: use av_assert | Michael Niedermayer | 2012-06-20 | 1 | -7/+4 |
* | | lavc: build some codecs only if they are actually enabled | Paul B Mahol | 2012-06-17 | 1 | -1/+4 |
* | | mjpegenc: support slice multithreading | Michael Niedermayer | 2012-06-14 | 1 | -6/+28 |
* | | cosmetics: align more codecs declarations | Paul B Mahol | 2012-06-12 | 1 | -1/+3 |
* | | mjpegenc: add a limit for maximum supported resolution | Piotr Bandurski | 2012-05-31 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+4 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+4 |
* | | mjpegenc: Fix const correctness and avoid writes into AVFrame of amv_encode_p... | Michael Niedermayer | 2012-03-07 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-20 | 1 | -7/+6 |
|\| |
|
| * | mpegvideo_enc: switch to encode2(). | Anton Khirnov | 2012-02-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -6/+6 |
|\| |
|
| * | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | | Support encoding BGR24 and BGR0 in ljpeg. | Carl Eugen Hoyos | 2012-02-09 | 1 | -1/+3 |
* | | lavc: constify enums for .pix_fmts | Paul B Mahol | 2012-01-12 | 1 | -1/+1 |
* | | Cosmetics: Replace -1 with PIX_FMT_NONE. | Paul B Mahol | 2012-01-01 | 1 | -1/+1 |
* | | add missing long_name for amv and dca encoder | Paul B Mahol | 2011-12-10 | 1 | -0/+1 |
* | | mjpegenc: use named struct initializers | Aurelien Jacobs | 2011-09-26 | 1 | -7/+7 |
* | | AMV video encoder. | Michael Niedermayer | 2011-09-25 | 1 | -0/+36 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -7/+7 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+7 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | mjpegenc: Fix JFIF version | William Yu | 2011-06-15 | 1 | -1/+1 |
* | | MJPEG encoder to write aspect ratio information | Niobos | 2011-04-28 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Count non-header data towards intra block bit count in MJPEG encoder | Bobby Bingham | 2010-12-04 | 1 | -0/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on | Michael Niedermayer | 2009-12-10 | 1 | -1/+1 |
* | Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 | Reimar Döffinger | 2009-09-30 | 1 | -4/+1 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini | 2009-04-13 | 1 | -3/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | bitstream: move put_sbits() from flacenc.c to bitstream.h and use it | Ramiro Polla | 2008-07-13 | 1 | -2/+2 |
* | remove duplicate tables | Stefan Gehrer | 2008-06-25 | 1 | -4/+4 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |