| Commit message (Expand) | Author | Age | Files | Lines |
* | edge fix | Michael Niedermayer | 2003-07-16 | 1 | -7/+2 |
* | fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they are... | Michael Niedermayer | 2003-07-16 | 2 | -4/+6 |
* | fix qmin==qmax==1 && msmpeg4 && intra bug | Michael Niedermayer | 2003-07-16 | 1 | -3/+6 |
* | flv1 fix | Michael Niedermayer | 2003-07-15 | 1 | -1/+6 |
* | 10l | Michael Niedermayer | 2003-07-14 | 1 | -2/+2 |
* | 10l | Michael Niedermayer | 2003-07-13 | 1 | -2/+3 |
* | golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster) | Michael Niedermayer | 2003-07-13 | 2 | -18/+85 |
* | simpler | Michael Niedermayer | 2003-07-12 | 1 | -3/+1 |
* | cleanup | Michael Niedermayer | 2003-07-12 | 1 | -213/+238 |
* | postprocessing support | Michael Niedermayer | 2003-07-10 | 1 | -10/+40 |
* | 1000l (forgot to commit) | Michael Niedermayer | 2003-07-10 | 1 | -0/+2 |
* | fix? flv escape codes | Michael Niedermayer | 2003-07-10 | 1 | -2/+2 |
* | added the official VP3 IDCT (C implementation) as well as a grayscale | Mike Melanson | 2003-07-10 | 1 | -41/+322 |
* | flv cleanup / simplify | Michael Niedermayer | 2003-07-10 | 3 | -86/+31 |
* | flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ... | Garrick Meeker | 2003-07-09 | 8 | -28/+339 |
* | 1) remove TBL support in PPC performance. It's much more useful to use the | Romain Dolbeau | 2003-07-09 | 7 | -213/+189 |
* | few more error checks | Michael Niedermayer | 2003-07-08 | 1 | -4/+9 |
* | the reference sw doesnt like some legal headers ... | Michael Niedermayer | 2003-07-07 | 1 | -4/+6 |
* | warning fix | Alex Beregszaszi | 2003-07-07 | 1 | -1/+1 |
* | mpeg 2 seeking fix | Michael Niedermayer | 2003-07-07 | 1 | -0/+3 |
* | Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>.... | Alex Beregszaszi | 2003-07-07 | 4 | -6/+508 |
* | CODEC_FLAG_LOW_DELAY fix | Michael Niedermayer | 2003-07-06 | 2 | -1/+4 |
* | merge U and V statistics, 33% reduction in memory requirement, compression ra... | Michael Niedermayer | 2003-07-05 | 1 | -4/+4 |
* | memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>) | Michael Niedermayer | 2003-07-05 | 1 | -0/+3 |
* | moved frame_count to wmadeccontext | Alex Beregszaszi | 2003-07-04 | 1 | -4/+10 |
* | uniformization (now it uses the same trace functions as h264, defined in comm... | Alex Beregszaszi | 2003-07-04 | 1 | -79/+30 |
* | unwanted second definition of CHECKED_ALLOCZ | Alex Beregszaszi | 2003-07-04 | 1 | -10/+0 |
* | PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>) | Romain Dolbeau | 2003-07-04 | 5 | -43/+85 |
* | Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>) | Ivan Kalvachev | 2003-07-03 | 1 | -0/+34 |
* | fix last_block_index<=0 bug | Michael Niedermayer | 2003-07-03 | 1 | -2/+4 |
* | cleanup / cosmetics | Michael Niedermayer | 2003-07-02 | 1 | -26/+22 |
* | 20% less memory needed for 8bit AC state (worst compression rate loss was 0.2... | Michael Niedermayer | 2003-07-02 | 1 | -47/+68 |
* | moved the tables into header files (and applied the 'static' patch). Nick: wh... | Alex Beregszaszi | 2003-06-29 | 4 | -2585/+2631 |
* | PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at iri... | Michael Niedermayer | 2003-06-29 | 3 | -7/+73 |
* | build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) | Sam Hocevar | 2003-06-29 | 1 | -1/+2 |
* | 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 |