| Commit message (Expand) | Author | Age | Files | Lines |
* | fix handling of special case for lowest snroffset. regressions are unaffected. | Justin Ruggles | 2007-03-20 | 1 | -0/+6 |
* | 10l, fix debug, dprintf does not have log level | Baptiste Coudurier | 2007-03-19 | 1 | -5/+5 |
* | dnxhd decoder | Baptiste Coudurier | 2007-03-18 | 5 | -2/+480 |
* | AC-3 encoded volume is too high. Revert revision 7160: | Bill O'Shaughnessy | 2007-03-18 | 1 | -1/+1 |
* | fix init_vlc() with nonzero flags | Måns Rullgård | 2007-03-18 | 1 | -3/+3 |
* | split ac3_parametric_bit_allocation into 3 separate functions | Justin Ruggles | 2007-03-18 | 2 | -15/+105 |
* | Zero MV vectors for P frame intra blocks | Kostya Shishkov | 2007-03-18 | 1 | -1/+12 |
* | huffyuv rgb encoder | Loren Merritt | 2007-03-18 | 1 | -4/+104 |
* | indentation | Kostya Shishkov | 2007-03-18 | 1 | -36/+36 |
* | Proper handling of motion vectors for adv. profile | Kostya Shishkov | 2007-03-18 | 1 | -0/+28 |
* | hardcode ff_ac3_frame_sizes table | Justin Ruggles | 2007-03-18 | 4 | -12/+42 |
* | Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. | Bobby Bingham | 2007-03-17 | 1 | -4/+95 |
* | Move the encoding of the image data to its own function. | Bobby Bingham | 2007-03-17 | 1 | -12/+19 |
* | Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. | Bobby Bingham | 2007-03-17 | 1 | -2/+7 |
* | force 16-bytes alignement of block array, as needed by the implementation of ... | John Dalgliesh | 2007-03-15 | 1 | -2/+2 |
* | subband_coef_noise -> subband_coef_sign | Ian Braithwaite | 2007-03-15 | 1 | -16/+16 |
* | Targa (.tga) encoder, | Bobby Bingham | 2007-03-15 | 4 | -1/+99 |
* | 10l for myself, fixing --disable-encoders | Michael Niedermayer | 2007-03-14 | 1 | -2/+2 |
* | DXA demuxer and decoder | Kostya Shishkov | 2007-03-14 | 4 | -2/+339 |
* | deprecate ff_realloc_static | Michael Niedermayer | 2007-03-14 | 1 | -1/+1 |
* | 10l to whoever wrote this | Michael Niedermayer | 2007-03-14 | 1 | -2/+1 |
* | kill av_mallocz_static() calls in init_rl() | Michael Niedermayer | 2007-03-14 | 6 | -25/+38 |
* | move RLTable stuff to its own header | Michael Niedermayer | 2007-03-14 | 2 | -28/+38 |
* | kill av_mallocz_static() | Michael Niedermayer | 2007-03-14 | 1 | -5/+1 |
* | reindent after last commit | Baptiste Coudurier | 2007-03-14 | 1 | -9/+9 |
* | h264 complete frames parsing support | Baptiste Coudurier | 2007-03-14 | 1 | -0/+4 |
* | kill 3 more av_mallocz_static() | Michael Niedermayer | 2007-03-14 | 1 | -0/+2 |
* | kill another 2 av_mallocz_static() | Michael Niedermayer | 2007-03-14 | 1 | -8/+2 |
* | kill a av_mallocz_static() | Michael Niedermayer | 2007-03-13 | 1 | -5/+2 |
* | 10^10l to whoever wrote this | Michael Niedermayer | 2007-03-13 | 1 | -32/+4 |
* | remove useless static cm variable | Michael Niedermayer | 2007-03-13 | 1 | -3/+1 |
* | cosmetic | Michael Niedermayer | 2007-03-13 | 1 | -6/+3 |
* | remove silly static int done protecting the initalization of 32 elements to 1 | Michael Niedermayer | 2007-03-13 | 1 | -4/+1 |
* | remove redundant memset() | Michael Niedermayer | 2007-03-13 | 1 | -2/+0 |
* | dont malloc() static mv_penalty arrays | Michael Niedermayer | 2007-03-13 | 3 | -9/+3 |
* | deprecate av_mallocz_static() | Michael Niedermayer | 2007-03-13 | 1 | -2/+2 |
* | Combine the window and overlap loops, | Ian Braithwaite | 2007-03-13 | 1 | -41/+28 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 7 | -76/+85 |
* | Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behavi... | Benjamin Larsson | 2007-03-11 | 1 | -0/+13 |
* | Replace custom modified discrete cosine transform with ffmpeg's own. | Ian Braithwaite | 2007-03-11 | 1 | -68/+26 |
* | the AC-3 parser needs ac3.o | Justin Ruggles | 2007-03-11 | 1 | -1/+1 |
* | move AC-3 header parsing to ac3.c | Justin Ruggles | 2007-03-11 | 3 | -29/+107 |
* | Correctly ME border blocks | Kostya Shishkov | 2007-03-11 | 1 | -5/+7 |
* | Check dimensions to avoid division by zero due to invalid new dimensions. | Reimar Döffinger | 2007-03-11 | 1 | -0/+2 |
* | remove redundancy in AC-3 parser by using common tables from ac3tab.h | Justin Ruggles | 2007-03-11 | 5 | -65/+42 |
* | Simplify, use avctx->frame_number. | Benjamin Larsson | 2007-03-10 | 1 | -5/+1 |
* | Remove common code from AC-3 encoder and utilize ac3.c. | Justin Ruggles | 2007-03-09 | 4 | -208/+34 |
* | Create ac3.c which will be used for AC-3 common code. | Justin Ruggles | 2007-03-09 | 1 | -0/+197 |
* | simplify AC-3 bit allocation | Justin Ruggles | 2007-03-09 | 1 | -77/+24 |
* | cosmetics. remove space before semi-colon. | Justin Ruggles | 2007-03-08 | 1 | -31/+31 |