summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* DXA demuxer and decoderKostya Shishkov2007-03-14
* deprecate ff_realloc_staticMichael Niedermayer2007-03-14
* 10l to whoever wrote thisMichael Niedermayer2007-03-14
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-14
* move RLTable stuff to its own headerMichael Niedermayer2007-03-14
* kill av_mallocz_static()Michael Niedermayer2007-03-14
* reindent after last commitBaptiste Coudurier2007-03-14
* h264 complete frames parsing supportBaptiste Coudurier2007-03-14
* kill 3 more av_mallocz_static()Michael Niedermayer2007-03-14
* kill another 2 av_mallocz_static()Michael Niedermayer2007-03-14
* kill a av_mallocz_static()Michael Niedermayer2007-03-13
* 10^10l to whoever wrote thisMichael Niedermayer2007-03-13
* remove useless static cm variableMichael Niedermayer2007-03-13
* cosmeticMichael Niedermayer2007-03-13
* remove silly static int done protecting the initalization of 32 elements to 1Michael Niedermayer2007-03-13
* remove redundant memset()Michael Niedermayer2007-03-13
* dont malloc() static mv_penalty arraysMichael Niedermayer2007-03-13
* deprecate av_mallocz_static()Michael Niedermayer2007-03-13
* Combine the window and overlap loops,Ian Braithwaite2007-03-13
* Give context to dprintfMichel Bardiaux2007-03-12
* Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behavi...Benjamin Larsson2007-03-11
* Replace custom modified discrete cosine transform with ffmpeg's own.Ian Braithwaite2007-03-11
* the AC-3 parser needs ac3.oJustin Ruggles2007-03-11
* move AC-3 header parsing to ac3.cJustin Ruggles2007-03-11
* Correctly ME border blocksKostya Shishkov2007-03-11
* Check dimensions to avoid division by zero due to invalid new dimensions.Reimar Döffinger2007-03-11
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-11
* 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