81 Commits (d93fdcbf5c0e70ca03aaad2581fd328f277cd7cb)

Author SHA1 Message Date
Rodney Baker 2d525ef483 Change all occurences of "inofficial" to "unofficial" in code, comments 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Pavel Pavlov be548816dc Always check if ff_alloc_picture() succeeds. 15 years ago
Michael Niedermayer fc4a2d1e8c Change ref_index structure so it matches how its organized in h264. 15 years ago
Michael Niedermayer 53f66cee0c Add ff_ prefix for mpeg2_dc_scale_table. 15 years ago
Michael Niedermayer 6506c3d2b2 Support intra_dc_precision>8 in jpeg 15 years ago
Michael Niedermayer bd57cae86f use mpeg2 quantization bias for mjpeg. 15 years ago
Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 years ago
Måns Rullgård 40d1122752 Use LOCAL_ALIGNED macro for local arrays 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Alexander Strange 7ffd8332c7 Add missing internal.h to files calling ff_match_2uint16(). 15 years ago
Michael Niedermayer c46eeae2a8 Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 15 years ago
Michael Niedermayer ca334dd14b Split the mpeg4 encoder and decoder off h263.c 15 years ago
Michael Niedermayer 6a14a15722 Move forgotton "AVCodec flv_encoder" over to flvenc.c. 15 years ago
Michael Niedermayer eb52376915 Split out flv encoding. 15 years ago
Diego Biurrun 4052cbf161 Get rid of pointless CONFIG_ANY_H263 preprocessor definition. 15 years ago
Diego Biurrun f34121f351 Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. 15 years ago
Michael Niedermayer 954a0b482a Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding. 15 years ago
Michael Niedermayer a1a63143f1 Cosmetic (restructure RGB ljpeg check to be more readable) 15 years ago
Michael Niedermayer 401e0a74bd 10l, Fix YUV ljpeg that i just broke by mistake. 15 years ago
Michael Niedermayer e0b176adff Fix RGB LJPEG encoding. 15 years ago
Michael Niedermayer ccc4b91832 Make sure ff_init_qscale_tab() is called one way or another when 15 years ago
Michael Niedermayer 9015b095bc Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. 15 years ago
Stefano Sabatini b0bef34209 Add additional long names for the Flash Video decoder and encoder. 15 years ago
Reimar Döffinger 01418506a2 Remove casts that are useless since the argument is void *. 15 years ago
Michael Niedermayer b52b0913c2 Check for thread_count==0. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Diego Biurrun 0bd485300e Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. 15 years ago
Diego Biurrun 965424dad1 Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. 15 years ago
Diego Biurrun 735e36a3e4 Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or 15 years ago
Diego Biurrun f7e1353523 Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. 16 years ago
Baptiste Coudurier c0601d705c remove apparently unused real_pict_num from AVCodecContext 16 years ago
Baptiste Coudurier a4a750d3b2 Rename alloc_picture to ff_alloc_picture and move its definition 16 years ago
Baptiste Coudurier 01bc48f4d5 Set progressive_sequence before MPV_common_init which cares about it when 16 years ago
Michael Niedermayer 4601e76a43 Fix VBV delay for mpeg1/2 CBR. 16 years ago
Benjamin Larsson 241f5eab32 Remove dead assignments found by CSA 16 years ago
Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
Diego Biurrun 0ffbc258aa Change a bunch of codec long_names to be more consistent and descriptive. 16 years ago
Michael Niedermayer 8c7f820686 Let rgb32 pass for ljpeg. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Stefano Sabatini 57be00bea7 Make more descriptive the long names for the various variants of H.263. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Baptiste Coudurier 3bff4d8b7a Implement the fields rc_max_available_vbv_use and 16 years ago
Diego Biurrun 8b22017f38 Move aanscales tables to their own file; fixes compilation without encoders. 16 years ago
Diego Biurrun 5bdf124c42 cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. 16 years ago
Roman Shaposhnik 3a84713aaa Making it easier to send arbitrary structures as work orders to MT workers 16 years ago
Peter Ross 939e4e3a72 Promote inv_aanscales array to global scope (ff_inv_aanscales) 16 years ago