summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Simplify, use avctx->frame_number.Benjamin Larsson2007-03-10
* Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles2007-03-09
* Create ac3.c which will be used for AC-3 common code.Justin Ruggles2007-03-09
* simplify AC-3 bit allocationJustin Ruggles2007-03-09
* cosmetics. remove space before semi-colon.Justin Ruggles2007-03-08
* Simplify gain block handling.Ian Braithwaite2007-03-08
* Don't output the first two frames, since they don't contain valid audio.Ian Braithwaite2007-03-08
* fix drop frame timecode flagBaptiste Coudurier2007-03-08
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-08
* bitrate sanity check (fixes assertion failure)Michael Niedermayer2007-03-08
* Remove useless casts as recommended by Måns Rullgård.Benoit Fouet2007-03-08
* Cosmetics in amr.c.Benoit Fouet2007-03-08
* Move the initialization on context definition. In amr.c, only theBenoit Fouet2007-03-08
* add a -ab with default of 64kMichael Niedermayer2007-03-07
* add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take Cod...Michael Niedermayer2007-03-07
* add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags...Michael Niedermayer2007-03-07
* make av_find_opt() available to the public and add a mask+flags parameter to ...Michael Niedermayer2007-03-07
* typo: unkown->unknownAlex Beregszaszi2007-03-07
* add little endian 24bit read/writeAlex Beregszaszi2007-03-06
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-05
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
* imx dump header bitstream filter, modifies bitstream to fit in mov and be dec...Baptiste Coudurier2007-03-04
* add bytestream_get/put_be24 functionsBaptiste Coudurier2007-03-04
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
* check for no frame and prevent segfaultMichael Niedermayer2007-03-03
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-03
* Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.Patrice Bensoussan2007-03-03
* Clarify that this decoder uses liba52.Diego Biurrun2007-03-03
* support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer2007-03-02
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-02
* fix adpcm swf decodingBaptiste Coudurier2007-03-02
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-01
* Add documentation to some avcodec.h's pix_fmt related functions and defines.Panagiotis Issaris2007-03-01
* quicktime 'raw ' supportBaptiste Coudurier2007-03-01
* get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier2007-03-01
* define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bumpBaptiste Coudurier2007-03-01
* get rid of rtp_mode field after next major bumpBaptiste Coudurier2007-02-28
* enable rtp payload size AVOption for video encodingBaptiste Coudurier2007-02-28
* free faac extradataBaptiste Coudurier2007-02-28
* Looks like I'll work on it this year tooKostya Shishkov2007-02-28
* WMV3 Complex Profile initial supportKostya Shishkov2007-02-28
* enable some 64bit optimized code on 64bit archAurelien Jacobs2007-02-28
* Fix wrong license header.Diego Biurrun2007-02-27
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-27
* Supply context to tprintfMichel Bardiaux2007-02-27
* DCA decoderKostya Shishkov2007-02-27
* The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.Diego Biurrun2007-02-27
* Remove useless conditional.Diego Biurrun2007-02-27
* cleanup setting of returned data frameAurelien Jacobs2007-02-25
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-25