| Commit message (Expand) | Author | Age | Files | Lines |
* | AVPicture has 4 planes, not 3 | Luca Abeni | 2006-10-30 | 1 | -1/+1 |
* | dont set the sampling rate just because 1 mp3 packet header says so (fixes pl... | Michael Niedermayer | 2006-10-30 | 3 | -10/+10 |
* | avoid random noise on damaged frames | Michael Niedermayer | 2006-10-30 | 1 | -1/+2 |
* | Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under | Diego Biurrun | 2006-10-29 | 2 | -3/+3 |
* | update copyright year, it looks odd otherwise :) | Michael Niedermayer | 2006-10-28 | 1 | -1/+1 |
* | CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the... | Michael Niedermayer | 2006-10-28 | 1 | -1/+2 |
* | I hope noone minds, adding myself to eval.c copyright... | Oded Shimon | 2006-10-28 | 1 | -0/+1 |
* | lambda* should be unsigned | Michael Niedermayer | 2006-10-28 | 1 | -2/+2 |
* | prevent overflow if lambda2 is "too" large | Michael Niedermayer | 2006-10-28 | 1 | -1/+1 |
* | use lambda/lmax instead of qscale/qmax as end check for vbv retry | Michael Niedermayer | 2006-10-28 | 1 | -1/+1 |
* | ignore whitespace in ff_eval | Oded Shimon | 2006-10-28 | 1 | -1/+6 |
* | sample rate fix | Andrew Voznytsa | 2006-10-28 | 1 | -0/+44 |
* | add missing 'e->value * ' | Oded Shimon | 2006-10-28 | 1 | -1/+1 |
* | shut gcc warning, also makes sense for NAN to be returned if the loop was nev... | Oded Shimon | 2006-10-28 | 1 | -1/+1 |
* | Rename dvdsub.c to dvdsubdec.c. | Diego Biurrun | 2006-10-27 | 2 | -2/+2 |
* | add support for while() loops again ugly syntax while(condition, statements) ... | Michael Niedermayer | 2006-10-27 | 1 | -1/+8 |
* | support seperating expressons by ; | Michael Niedermayer | 2006-10-27 | 1 | -4/+23 |
* | Fix obvious typo, BGR555 was missing | Reynaldo H. Verdejo Pinochet | 2006-10-27 | 1 | -1/+1 |
* | possible bug of 'gte' being read as 'gt', same with 'lte' | Oded Shimon | 2006-10-27 | 1 | -2/+2 |
* | minor simplification | Michael Niedermayer | 2006-10-27 | 1 | -5/+2 |
* | factorize AVEvalExpr alloc and init | Michael Niedermayer | 2006-10-27 | 1 | -19/+14 |
* | update ratecontrol to new ff_eval API | Oded Shimon | 2006-10-27 | 2 | -54/+64 |
* | adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael | Reynaldo H. Verdejo Pinochet | 2006-10-27 | 1 | -0/+2 |
* | adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael | Reynaldo H. Verdejo Pinochet | 2006-10-27 | 1 | -0/+2 |
* | new optimized eval method, by seperating parsing and runtime | Oded Shimon | 2006-10-27 | 2 | -64/+202 |
* | LZW decoder as separate module plus TIFF LZW support | Kostya Shishkov | 2006-10-26 | 6 | -174/+342 |
* | 10l predictor should not skip first line | Kostya Shishkov | 2006-10-26 | 1 | -1/+1 |
* | Don't include inttypes.h/stdint.h directly, there is an abstraction in | Steve L'Homme | 2006-10-24 | 7 | -9/+1 |
* | simplify | Michael Niedermayer | 2006-10-24 | 1 | -6/+2 |
* | reverse my last change, it was wrong and broken | Michael Niedermayer | 2006-10-24 | 1 | -5/+6 |
* | remove map variable | Michael Niedermayer | 2006-10-24 | 1 | -6/+5 |
* | factorize update state out | Michael Niedermayer | 2006-10-24 | 1 | -59/+36 |
* | FFMAX | Michael Niedermayer | 2006-10-24 | 1 | -3/+1 |
* | common subexpression elimination | Michael Niedermayer | 2006-10-24 | 1 | -27/+14 |
* | merge 8 and 16bit functions, they are identical except the data type | Michael Niedermayer | 2006-10-24 | 1 | -244/+32 |
* | set v_edge_pos correctly for field picture mpeg2 | Michael Niedermayer | 2006-10-24 | 1 | -2/+4 |
* | JPEG-LS 16-bit gray support | Kostya Shishkov | 2006-10-24 | 2 | -14/+277 |
* | PGM 16-bit gray support | Kostya Shishkov | 2006-10-24 | 1 | -4/+12 |
* | PNG 16-bit gray decoding support | Kostya Shishkov | 2006-10-24 | 1 | -0/+3 |
* | 16-bit grayscale support | Kostya Shishkov | 2006-10-24 | 2 | -0/+109 |
* | Do not use a fake libavcodec/swscale.h, but always use the real one | Luca Abeni | 2006-10-23 | 3 | -70/+6 |
* | CABAC assembler optimizations ported to AMD64 | Reimar Döffinger | 2006-10-23 | 1 | -52/+64 |
* | document the extradata protocol for VP6F | Aurelien Jacobs | 2006-10-23 | 1 | -0/+5 |
* | use the adjustment value present in FLV to crop VP6 video | Aurelien Jacobs | 2006-10-22 | 1 | -0/+4 |
* | use coded_width and coded_height instead of width and height | Aurelien Jacobs | 2006-10-22 | 1 | -6/+6 |
* | indention | Baptiste Coudurier | 2006-10-22 | 1 | -14/+14 |
* | removed useless variables | Baptiste Coudurier | 2006-10-22 | 1 | -7/+0 |
* | use avctx->get_buffer | Baptiste Coudurier | 2006-10-22 | 1 | -16/+28 |
* | remove unused variables | Baptiste Coudurier | 2006-10-22 | 1 | -3/+3 |
* | printf -> dprintf | Baptiste Coudurier | 2006-10-22 | 1 | -6/+6 |