summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Always check if ff_alloc_picture() succeeds.Pavel Pavlov2010-03-23
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-23
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-15
* Support intra_dc_precision>8 in jpegMichael Niedermayer2010-03-15
* use mpeg2 quantization bias for mjpeg.Michael Niedermayer2010-03-15
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Add missing internal.h to files calling ff_match_2uint16().Alexander Strange2010-01-11
* Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer2010-01-09
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07
* Move forgotton "AVCodec flv_encoder" over to flvenc.c.Michael Niedermayer2010-01-07
* Split out flv encoding.Michael Niedermayer2010-01-07
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-30
* Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.Diego Biurrun2009-12-28
* Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.Michael Niedermayer2009-12-14
* Cosmetic (restructure RGB ljpeg check to be more readable)Michael Niedermayer2009-12-10
* 10l, Fix YUV ljpeg that i just broke by mistake.Michael Niedermayer2009-12-10
* Fix RGB LJPEG encoding.Michael Niedermayer2009-12-10
* Make sure ff_init_qscale_tab() is called one way or another whenMichael Niedermayer2009-12-03
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer2009-12-03
* Add additional long names for the Flash Video decoder and encoder.Stefano Sabatini2009-10-19
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-06
* Check for thread_count==0.Michael Niedermayer2009-09-10
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.Diego Biurrun2009-08-05
* Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER.Diego Biurrun2009-08-05
* Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER orDiego Biurrun2009-08-05
* Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun2009-08-03
* remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier2009-05-27
* Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier2009-05-27
* Set progressive_sequence before MPV_common_init which cares about it whenBaptiste Coudurier2009-05-23
* Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer2009-05-14
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Let rgb32 pass for ljpeg.Michael Niedermayer2009-02-12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-25
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Implement the fields rc_max_available_vbv_use andBaptiste Coudurier2008-11-29
* Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun2008-11-26
* cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.Diego Biurrun2008-11-26
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
* Promote inv_aanscales array to global scope (ff_inv_aanscales)Peter Ross2008-11-08
* Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos2008-10-02