aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* fix handling of special case for lowest snroffset. regressions are unaffected.Justin Ruggles2007-03-201-0/+6
* 10l, fix debug, dprintf does not have log levelBaptiste Coudurier2007-03-191-5/+5
* dnxhd decoderBaptiste Coudurier2007-03-185-2/+480
* AC-3 encoded volume is too high. Revert revision 7160:Bill O'Shaughnessy2007-03-181-1/+1
* fix init_vlc() with nonzero flagsMåns Rullgård2007-03-181-3/+3
* split ac3_parametric_bit_allocation into 3 separate functionsJustin Ruggles2007-03-182-15/+105
* Zero MV vectors for P frame intra blocksKostya Shishkov2007-03-181-1/+12
* huffyuv rgb encoderLoren Merritt2007-03-181-4/+104
* indentationKostya Shishkov2007-03-181-36/+36
* Proper handling of motion vectors for adv. profileKostya Shishkov2007-03-181-0/+28
* hardcode ff_ac3_frame_sizes tableJustin Ruggles2007-03-184-12/+42
* Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.Bobby Bingham2007-03-171-4/+95
* Move the encoding of the image data to its own function.Bobby Bingham2007-03-171-12/+19
* Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.Bobby Bingham2007-03-171-2/+7
* force 16-bytes alignement of block array, as needed by the implementation of ...John Dalgliesh2007-03-151-2/+2
* subband_coef_noise -> subband_coef_signIan Braithwaite2007-03-151-16/+16
* Targa (.tga) encoder,Bobby Bingham2007-03-154-1/+99
* 10l for myself, fixing --disable-encodersMichael Niedermayer2007-03-141-2/+2
* DXA demuxer and decoderKostya Shishkov2007-03-144-2/+339
* deprecate ff_realloc_staticMichael Niedermayer2007-03-141-1/+1
* 10l to whoever wrote thisMichael Niedermayer2007-03-141-2/+1
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-146-25/+38
* move RLTable stuff to its own headerMichael Niedermayer2007-03-142-28/+38
* kill av_mallocz_static()Michael Niedermayer2007-03-141-5/+1
* reindent after last commitBaptiste Coudurier2007-03-141-9/+9
* h264 complete frames parsing supportBaptiste Coudurier2007-03-141-0/+4
* kill 3 more av_mallocz_static()Michael Niedermayer2007-03-141-0/+2
* kill another 2 av_mallocz_static()Michael Niedermayer2007-03-141-8/+2
* kill a av_mallocz_static()Michael Niedermayer2007-03-131-5/+2
* 10^10l to whoever wrote thisMichael Niedermayer2007-03-131-32/+4
* remove useless static cm variableMichael Niedermayer2007-03-131-3/+1
* cosmeticMichael Niedermayer2007-03-131-6/+3
* remove silly static int done protecting the initalization of 32 elements to 1Michael Niedermayer2007-03-131-4/+1
* remove redundant memset()Michael Niedermayer2007-03-131-2/+0
* dont malloc() static mv_penalty arraysMichael Niedermayer2007-03-133-9/+3
* deprecate av_mallocz_static()Michael Niedermayer2007-03-131-2/+2
* Combine the window and overlap loops,Ian Braithwaite2007-03-131-41/+28
* Give context to dprintfMichel Bardiaux2007-03-127-76/+85
* Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behavi...Benjamin Larsson2007-03-111-0/+13
* Replace custom modified discrete cosine transform with ffmpeg's own.Ian Braithwaite2007-03-111-68/+26
* the AC-3 parser needs ac3.oJustin Ruggles2007-03-111-1/+1
* move AC-3 header parsing to ac3.cJustin Ruggles2007-03-113-29/+107
* Correctly ME border blocksKostya Shishkov2007-03-111-5/+7
* Check dimensions to avoid division by zero due to invalid new dimensions.Reimar Döffinger2007-03-111-0/+2
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-115-65/+42
* Simplify, use avctx->frame_number.Benjamin Larsson2007-03-101-5/+1
* Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles2007-03-094-208/+34
* Create ac3.c which will be used for AC-3 common code.Justin Ruggles2007-03-091-0/+197
* simplify AC-3 bit allocationJustin Ruggles2007-03-091-77/+24
* cosmetics. remove space before semi-colon.Justin Ruggles2007-03-081-31/+31