summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* dnxhd decoderBaptiste Coudurier2007-03-18
* AC-3 encoded volume is too high. Revert revision 7160:Bill O'Shaughnessy2007-03-18
* fix init_vlc() with nonzero flagsMåns Rullgård2007-03-18
* split ac3_parametric_bit_allocation into 3 separate functionsJustin Ruggles2007-03-18
* Zero MV vectors for P frame intra blocksKostya Shishkov2007-03-18
* huffyuv rgb encoderLoren Merritt2007-03-18
* indentationKostya Shishkov2007-03-18
* Proper handling of motion vectors for adv. profileKostya Shishkov2007-03-18
* hardcode ff_ac3_frame_sizes tableJustin Ruggles2007-03-18
* Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.Bobby Bingham2007-03-17
* Move the encoding of the image data to its own function.Bobby Bingham2007-03-17
* Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.Bobby Bingham2007-03-17
* force 16-bytes alignement of block array, as needed by the implementation of ...John Dalgliesh2007-03-15
* subband_coef_noise -> subband_coef_signIan Braithwaite2007-03-15
* Targa (.tga) encoder,Bobby Bingham2007-03-15
* 10l for myself, fixing --disable-encodersMichael Niedermayer2007-03-14
* 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