| Commit message (Expand) | Author | Age | Files | Lines |
* | automatic pixel format selection | Michael Niedermayer | 2004-05-12 | 2 | -0/+3 |
* | segfault fix | Michael Niedermayer | 2004-05-12 | 1 | -0/+6 |
* | support skiped blocks in SVQ1 | Michael Niedermayer | 2004-05-12 | 1 | -6/+13 |
* | motion estimation for SVQ1 | Michael Niedermayer | 2004-05-12 | 4 | -85/+200 |
* | UINT64_MAX fix | Michael Niedermayer | 2004-05-11 | 1 | -0/+4 |
* | moving motion estimation specific variables from MpegEncContext -> MotionEstC... | Michael Niedermayer | 2004-05-11 | 4 | -87/+89 |
* | reduce dependancy between motion estimation and MpegEncContext | Michael Niedermayer | 2004-05-11 | 2 | -210/+226 |
* | dummy avcodec_thread_init() to avoid linking issues | Michael Niedermayer | 2004-05-10 | 1 | -0/+5 |
* | p frame encoding, only with 0,0 motion vectors yet though | Michael Niedermayer | 2004-05-09 | 2 | -52/+118 |
* | using pointers so the code could eventually be used for P frames | Michael Niedermayer | 2004-05-08 | 1 | -12/+29 |
* | width height %64 != 0 fix | Michael Niedermayer | 2004-05-08 | 2 | -3/+75 |
* | buffer hints, use reget_buffer, removed copy from previous frame | Roberto Togni | 2004-05-07 | 1 | -29/+9 |
* | color and 10l | Michael Niedermayer | 2004-05-07 | 1 | -1/+3 |
* | rate distorted intra only encoding | Michael Niedermayer | 2004-05-07 | 1 | -0/+140 |
* | 10l | Michael Niedermayer | 2004-05-07 | 1 | -2/+2 |
* | first pass at a Sorenson Video 1 (SVQ1) encoder | Mike Melanson | 2004-05-07 | 3 | -14/+740 |
* | support decoding mpeg4 with buggy dc clipping | Michael Niedermayer | 2004-05-05 | 3 | -2/+14 |
* | mpeg4 dc prediction simplification | Michael Niedermayer | 2004-05-05 | 1 | -51/+31 |
* | use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 6... | Michael Niedermayer | 2004-05-04 | 2 | -13/+17 |
* | arbitrary precision integer support | Michael Niedermayer | 2004-05-04 | 3 | -1/+243 |
* | Add buffer hints, enable DR1 | Roberto Togni | 2004-05-02 | 1 | -1/+2 |
* | cleanup | Michael Niedermayer | 2004-05-02 | 1 | -26/+19 |
* | mmx dct optimization | Michael Niedermayer | 2004-04-30 | 1 | -138/+135 |
* | AMV bug workaround | Michael Niedermayer | 2004-04-30 | 2 | -0/+4 |
* | simplify | Michael Niedermayer | 2004-04-30 | 1 | -11/+5 |
* | dont missuse assert() | Michael Niedermayer | 2004-04-30 | 1 | -2/+8 |
* | cleanup & memleak fix | Michael Niedermayer | 2004-04-30 | 12 | -54/+10 |
* | 10000l | Michael Niedermayer | 2004-04-30 | 1 | -1/+32 |
* | intra_dc_precission>0 encoding support | Michael Niedermayer | 2004-04-30 | 3 | -3/+33 |
* | 10l | Michael Niedermayer | 2004-04-30 | 1 | -1/+1 |
* | cola test | Ivan Kalvachev | 2004-04-29 | 1 | -4/+7 |
* | 10l | Michael Niedermayer | 2004-04-29 | 1 | -5/+5 |
* | remove duplicated find_frame_end() code | Michael Niedermayer | 2004-04-29 | 6 | -312/+106 |
* | >2 channels decoding fix | Michael Niedermayer | 2004-04-29 | 1 | -3/+6 |
* | simplify | Michael Niedermayer | 2004-04-27 | 2 | -24/+1 |
* | move the 0x80 vector outside of the function, thus saving the compiler | Mike Melanson | 2004-04-27 | 1 | -2/+3 |
* | separate out put_signed_pixels_clamped() into its own function and | Mike Melanson | 2004-04-27 | 4 | -20/+46 |
* | H.263 MCBPC fix | Michael Niedermayer | 2004-04-26 | 1 | -9/+11 |
* | avoid macro conflicts | Alex Beregszaszi | 2004-04-26 | 1 | -0/+4 |
* | disable hadamard for gcc below 3.3 - better fix awaited | Alex Beregszaszi | 2004-04-26 | 2 | -0/+4 |
* | use the AVV macro from gcc_fixes.h instead ifdefs | Alex Beregszaszi | 2004-04-26 | 1 | -55/+13 |
* | 100l, and another one because it boils out with ICE under gcc 3.2.3 | Alex Beregszaszi | 2004-04-26 | 1 | -0/+1 |
* | yes, that's nice... | Mike Melanson | 2004-04-26 | 1 | -1/+0 |
* | reorganize and simplify the VP3 IDCT stuff | Mike Melanson | 2004-04-26 | 7 | -256/+57 |
* | fix decoding with quant matrixes which contain elements <16 | Michael Niedermayer | 2004-04-25 | 1 | -1/+9 |
* | rv10 decoding fix | Michael Niedermayer | 2004-04-25 | 1 | -0/+2 |
* | move __align16 some place where non-MMX machines can see it | Mike Melanson | 2004-04-25 | 1 | -2/+3 |
* | hush... | Mike Melanson | 2004-04-25 | 1 | -1/+1 |
* | hook up support for SSE2-optimized VP3 IDCT | Mike Melanson | 2004-04-25 | 4 | -7/+23 |
* | add selected SSE2 ASM macros | Mike Melanson | 2004-04-25 | 1 | -0/+24 |