summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-041-2/+2
|\
| * mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje2011-06-031-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-1/+1
|\ \ | |/
| * H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-11/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-261-6/+2
|\ \ | |/
| * Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-251-6/+2
* | mpegvideo_enc: use AV_LOG_ERROR instead of AV_LOG_INFO for two error messagesami_stuff2011-05-251-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-21/+0
|\ \ | |/
| * lavc: remove msmpeg4v1 encoder.Anton Khirnov2011-05-241-21/+0
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-37/+37
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-37/+37
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-0/+1
|\ \ | |/
| * Introduce slice threads flag.Ronald S. Bultje2011-04-211-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Pass VBV delay to the calling application via ctxChristophe Massiot2011-02-151-0/+1
| * Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-3/+3
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-6/+6
| * Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard2011-01-251-4/+4
| * Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò2011-01-241-0/+2
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-221-11/+13
* | Pass VBV delay to the calling application via ctxChristophe Massiot2011-02-161-0/+1
* | Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-301-3/+3
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-6/+6
* | Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard2011-01-261-4/+4
* | Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò2011-01-261-0/+2
|/
* Make mpeg4 encoder log a more explicit error message when the timebaseStefano Sabatini2011-01-051-1/+3
* Our ljpeg encoder supports bgra, use the correct constant in the sanity check.Michael Niedermayer2011-01-051-1/+1
* Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ...Michael Niedermayer2011-01-051-1/+1
* Fix YUV444P LJPEG encoding.Michael Niedermayer2011-01-041-0/+6
* 10l fix h263 encoder resolution test, array size is 8 not 7Baptiste Coudurier2010-10-021-1/+1
* Fix rv20 encoding so the binary decoder can decode it.Michael Niedermayer2010-09-261-1/+1
* Allow mpeg encoding with qscale and very low frame rate.James Darnley2010-09-101-1/+1
* Check rc_buffer_size value using integer arithmeticMåns Rullgård2010-09-071-1/+1
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-031-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-6/+6
* Always check if ff_alloc_picture() succeeds.Pavel Pavlov2010-03-231-5/+14
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-231-1/+1
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-151-2/+2
* Support intra_dc_precision>8 in jpegMichael Niedermayer2010-03-151-1/+3
* use mpeg2 quantization bias for mjpeg.Michael Niedermayer2010-03-151-4/+1
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-081-0/+1
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-171-1/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Add missing internal.h to files calling ff_match_2uint16().Alexander Strange2010-01-111-0/+1
* Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer2010-01-091-1/+2
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-13/+1
* Move forgotton "AVCodec flv_encoder" over to flvenc.c.Michael Niedermayer2010-01-071-12/+0
* Split out flv encoding.Michael Niedermayer2010-01-071-0/+1
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-301-1/+0
OpenPOWER on IntegriCloud