| Commit message (Expand) | Author | Age | Files | Lines |
* | fix CHECKED_ALLOCZ(0) | Michael Niedermayer | 2003-06-28 | 1 | -1/+1 |
* | gcc 2.95 workaround | Michael Niedermayer | 2003-06-28 | 1 | -4/+8 |
* | - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) | Mike Melanson | 2003-06-27 | 2 | -137/+144 |
* | Fix third pixel motion compensation | Mike Melanson | 2003-06-27 | 1 | -4/+4 |
* | 2x100l | Michael Niedermayer | 2003-06-27 | 2 | -3/+3 |
* | blinking blocks around thin vertical lines and dots bugfix | Michael Niedermayer | 2003-06-26 | 2 | -83/+124 |
* | DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>) | Ivan Kalvachev | 2003-06-23 | 2 | -17/+85 |
* | CONFIG_ENCODERS cleanup | Michael Niedermayer | 2003-06-22 | 7 | -75/+29 |
* | the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ... | Michael Niedermayer | 2003-06-21 | 8 | -2/+19 |
* | fixing concealment MVs prediction | Michael Niedermayer | 2003-06-21 | 1 | -4/+8 |
* | some warning fixes | Alex Beregszaszi | 2003-06-20 | 3 | -5/+5 |
* | don't step on the context | Mike Melanson | 2003-06-20 | 1 | -3/+3 |
* | 4, not 2 | Mike Melanson | 2003-06-20 | 1 | -1/+1 |
* | added support for B-frames and multiple slices | Mike Melanson | 2003-06-19 | 4 | -134/+497 |
* | fix identifier to fix compilation | Mike Melanson | 2003-06-19 | 1 | -1/+1 |
* | make ff_emulated_edge_mc() independant of MpegEncContext | Michael Niedermayer | 2003-06-18 | 5 | -32/+42 |
* | optimization: merge phases 0 and 1 | Nick Kurshev | 2003-06-18 | 1 | -15/+9 |
* | lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes | Michael Niedermayer | 2003-06-17 | 4 | -30/+192 |
* | to be more precise | Nick Kurshev | 2003-06-17 | 1 | -1/+1 |
* | finally works now | Nick Kurshev | 2003-06-17 | 1 | -49/+49 |
* | 10l | Alex Beregszaszi | 2003-06-16 | 1 | -1/+0 |
* | fixed segfault if sequence header has not been found before slice decoding | Fabrice Bellard | 2003-06-16 | 1 | -0/+3 |
* | cleanup | Michael Niedermayer | 2003-06-16 | 1 | -59/+102 |
* | a bottle of coke (=0.5l) | Alex Beregszaszi | 2003-06-16 | 1 | -2/+2 |
* | some useful warning | Nick Kurshev | 2003-06-16 | 1 | -6/+19 |
* | lossless jpeg decoding support | Michael Niedermayer | 2003-06-15 | 1 | -20/+200 |
* | golomb rice codes | Michael Niedermayer | 2003-06-13 | 3 | -167/+496 |
* | * removed redundant includes (they were even wrongly used) | Zdenek Kabelac | 2003-06-13 | 2 | -2/+0 |
* | RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code fro... | Nick Kurshev | 2003-06-13 | 5 | -1/+3379 |
* | works with old gcc versions too | Fabrice Bellard | 2003-06-10 | 1 | -1/+1 |
* | reducing memory consumption (reducing number of contexts and other stuff, no ... | Michael Niedermayer | 2003-06-09 | 1 | -49/+33 |
* | 10l | Michael Niedermayer | 2003-06-09 | 1 | -3/+3 |
* | FFV1 codec (our very simple lossless intra only codec, compresses much better... | Michael Niedermayer | 2003-06-09 | 6 | -3/+689 |
* | more comments | Michael Niedermayer | 2003-06-07 | 1 | -12/+12 |
* | cleanup | Michael Niedermayer | 2003-06-06 | 2 | -2/+6 |
* | * 3gp patch by Joca | Zdenek Kabelac | 2003-06-05 | 4 | -21/+337 |
* | 4xm adpcm | Michael Niedermayer | 2003-06-03 | 3 | -1/+59 |
* | fix 4xm yuv->rgb565 transform | Michael Niedermayer | 2003-06-01 | 1 | -9/+15 |
* | 10l (array[-1] ...) | Michael Niedermayer | 2003-06-01 | 1 | -11/+12 |
* | 4xm codec | Michael Niedermayer | 2003-06-01 | 4 | -1/+748 |
* | revising and fixing motion vectors, squished block unpacking bug that | Mike Melanson | 2003-05-31 | 1 | -84/+64 |
* | rgb15 & rgb16 fix | Michael Niedermayer | 2003-05-30 | 1 | -1/+2 |
* | (truncated) unary binerization | Michael Niedermayer | 2003-05-30 | 2 | -9/+169 |
* | fix mpeg1/2 decoding if there are no 0 bytes after the bitstream | Michael Niedermayer | 2003-05-30 | 2 | -7/+22 |
* | mpeg1 decoding fix | Michael Niedermayer | 2003-05-29 | 1 | -2/+2 |
* | CABAC | Michael Niedermayer | 2003-05-28 | 2 | -0/+411 |
* | placeholder IDs for 4xm A/V codecs | Mike Melanson | 2003-05-28 | 1 | -0/+2 |
* | motion vector vissualization for mpeg1/2 | Michael Niedermayer | 2003-05-27 | 4 | -131/+150 |
* | set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sour... | James Stembridge | 2003-05-26 | 1 | -0/+2 |
* | rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's | Mike Melanson | 2003-05-26 | 2 | -571/+455 |