| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -2/+0 |
* | lavc: Move prediction_method to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -0/+19 |
* | build: Split JPEG-related tables off into a separate component | Diego Biurrun | 2015-03-30 | 1 | -0/+1 |
* | mjpegenc: fix argument size in encode_mb | Vittorio Giovara | 2014-11-11 | 1 | -1/+1 |
* | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 1 | -3/+3 |
* | mjpeg: return proper error code | Nidhi Makhijani | 2014-07-21 | 1 | -1/+1 |
* | mjpeg: Split off bits shared by MJPEG and LJPEG encoders | Diego Biurrun | 2014-06-30 | 1 | -285/+1 |
* | ljpegenc: accept bgr24 instead of bgra | Anton Khirnov | 2013-12-05 | 1 | -2/+2 |
* | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc() | Anton Khirnov | 2013-12-05 | 1 | -6/+6 |
* | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer() | Anton Khirnov | 2013-12-05 | 1 | -11/+11 |
* | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header() | Anton Khirnov | 2013-12-05 | 1 | -44/+67 |
* | mjpegenc: do not pass MpegEncContext to jpeg_table_header() | Anton Khirnov | 2013-12-05 | 1 | -5/+5 |
* | mjpegenc: remove commented out never-to-be-finished WIP cruft | Anton Khirnov | 2013-12-05 | 1 | -25/+0 |
* | mjpegenc: do not pass MpegEncContext to put_huffman_table() | Anton Khirnov | 2013-12-05 | 1 | -6/+5 |
* | mjpegenc: cosmetics, reformat jpeg_put_comments() | Anton Khirnov | 2013-12-05 | 1 | -15/+14 |
* | mjpegenc: write the JFIF header if the sample aspect ratio is set | Anton Khirnov | 2013-12-05 | 1 | -10/+9 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | avcodec: Remove some commented-out debug cruft | Diego Biurrun | 2013-08-20 | 1 | -1/+0 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -2/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -6/+6 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | 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 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -6/+6 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+4 |
* | mpegvideo_enc: switch to encode2(). | Anton Khirnov | 2012-02-19 | 1 | -1/+1 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | 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 |
* | 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 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -4/+4 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -6/+3 |
* | move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c | Aurelien Jacobs | 2007-05-18 | 1 | -0/+11 |
* | add a proper prefix to all mjpeg encoder exported functions | Aurelien Jacobs | 2007-05-18 | 1 | -12/+11 |