summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Collapse)AuthorAge
...
* * first shot for generaly usable option parser for codecsZdenek Kabelac2003-01-06
| | | | Originally committed as revision 1402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel in mmx2/3dnowMichael Niedermayer2003-01-05
| | | | | | qpel refinement quality parameter Originally committed as revision 1393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 header encoding bugfixMichael Niedermayer2003-01-03
| | | | Originally committed as revision 1392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation pre passMichael Niedermayer2003-01-02
| | | | Originally committed as revision 1389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shape adaptive diamonds for EPZSMichael Niedermayer2003-01-01
| | | | | | | user specified amount of MV predictors from the last frame b frame MV predictor scaling fixed Originally committed as revision 1384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trellis quantizationMichael Niedermayer2002-12-31
| | | | Originally committed as revision 1380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correcter mpeg4 headersMichael Niedermayer2002-12-30
| | | | Originally committed as revision 1376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing PIX_FMT_ANYMichael Niedermayer2002-12-29
| | | | Originally committed as revision 1373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel encodingMichael Niedermayer2002-12-27
| | | | | | | | | | | 4mv+b frames encoding finally fixed chroma ME 5 comparission functions for ME b frame encoding speedup wmv2 codec (unfinished) user specified diamond size for EPZS Originally committed as revision 1365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mb qp limitsMichael Niedermayer2002-12-18
| | | | Originally committed as revision 1340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup / messup?Michael Niedermayer2002-12-09
| | | | | | | | fixes 20% speedloss bug removes redundant variables from MpegEncContext release buffers in avcodec_flush_buffers() (untested) Originally committed as revision 1325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing "\" (found by nick)Michael Niedermayer2002-12-06
| | | | Originally committed as revision 1315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new PSNR code (now works with chroma, b frames, ...)Michael Niedermayer2002-12-04
| | | | | | | rename *_TYPE to FF_*_TYPE for the external API allow user specified pict_type Originally committed as revision 1308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* specific debug output supportMichael Niedermayer2002-12-04
| | | | Originally committed as revision 1305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use ↵Michael Niedermayer2002-12-04
| | | | | | unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that) Originally committed as revision 1304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-04
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * two functions to handle allocation of static data more simpleZdenek Kabelac2002-12-03
| | | | | | | | | av_mallocz_static - called for every static data table av_free_static - called when ffmpeg is no longer needed and should free all static resources * simple usage shown in mpegaudiodec.c Originally committed as revision 1301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-22
| | | | Originally committed as revision 1268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mjpegb support (need more samples)Alex Beregszaszi2002-11-20
| | | | Originally committed as revision 1258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aspect ratio cleanupMichael Niedermayer2002-11-20
| | | | Originally committed as revision 1254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at ↵Joel Yliluoma2002-11-14
| | | | | | w-create dot com>) (note, rare formats disabled) Originally committed as revision 1212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuvMichael Niedermayer2002-11-14
| | | | Originally committed as revision 1211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing some minor const warningsZdenek Kabelac2002-11-12
| | | | Originally committed as revision 1205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added dsp_maskZdenek Kabelac2002-11-11
| | | | | | * using frame_bits for wav bits_per_sample Originally committed as revision 1190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid duplicate ";" warnings (based upon a patch by mru at users dot ↵Michael Niedermayer2002-11-10
| | | | | | sourceforge dot net (Måns Rullgård)) Originally committed as revision 1183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hurry_up>=5 -> skip everything except header & set pict_type&key_frameMichael Niedermayer2002-11-10
| | | | Originally committed as revision 1182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-11-09
| | | | Originally committed as revision 1178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-08
| | | | | | | | | | | remove CODEC_FLAG_NOT_TRUNCATED & add CODEC_FLAG_TRUNCATED add CODEC_CAP_TRUNCATED add alpha plane to AVPicture remove CODEC_ID_MSMPEG4 remove various unused stuff support "truncated" mpeg4 streams Originally committed as revision 1175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support forcing low_delay during decodingMichael Niedermayer2002-11-02
| | | | Originally committed as revision 1150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)Michael Niedermayer2002-11-02
| | | | Originally committed as revision 1147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-02
| | | | | | | | | contribution by Laszlo Torok <torokl@alpha.dfmk.hu> 4CC 'MAC3' and 'MAC6' in Quicktime. It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :) patch by (François Revol <revol at free dot fr>) Originally committed as revision 1145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exporting the internal qscale table, this allso fixes the orderingMichael Niedermayer2002-10-30
| | | | Originally committed as revision 1116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added wma decoderFabrice Bellard2002-10-28
| | | | Originally committed as revision 1090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle direct rendering buffer allocation failureMichael Niedermayer2002-10-27
| | | | Originally committed as revision 1075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid qpel bug workaroundMichael Niedermayer2002-10-22
| | | | Originally committed as revision 1063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 header parser clenup (needed for parsing of VOL header in ↵Michael Niedermayer2002-10-14
| | | | | | avctx->extradata) Originally committed as revision 1032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-13
| | | | | | h263/mpeg4 out of order slice decoding Originally committed as revision 1030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DV ntsc support, 411P colorspace addedArpi2002-10-07
| | | | Originally committed as revision 1010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added DV supportFabrice Bellard2002-10-04
| | | | Originally committed as revision 999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 cleanup (de)muxer still needs to be cleaned up (still searching ↵Michael Niedermayer2002-10-01
| | | | | | volunteer for that ;) ) Originally committed as revision 988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
| | | | | | fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor warning fix.Falk Hüffner2002-09-28
| | | | Originally committed as revision 977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-27
| | | | Originally committed as revision 975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autodetect UMP4 (by adding a fourcc field to AVCodecContext)Michael Niedermayer2002-09-26
| | | | Originally committed as revision 974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 interlaced dct encodingMichael Niedermayer2002-09-26
| | | | Originally committed as revision 971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* darkness masking (lumi masking does only bright stuff now)Michael Niedermayer2002-09-24
| | | | Originally committed as revision 967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-23
| | | | Originally committed as revision 964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ↵Michael Niedermayer2002-09-19
| | | | | | hopefully Originally committed as revision 959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* documenting most stuff in AVCodecContextMichael Niedermayer2002-09-19
| | | | Originally committed as revision 957 to svn://svn.ffmpeg.org/ffmpeg/trunk