| Commit message (Expand) | Author | Age | Files | Lines |
* | fixing *pixels_tab stuff (hopefully, as its untested ...) | Michael Niedermayer | 2002-09-19 | 1 | -10/+10 |
* | avcodec_alloc_context() | Michael Niedermayer | 2002-09-19 | 2 | -4/+28 |
* | 10l (forgot to commit) | Michael Niedermayer | 2002-09-18 | 1 | -3/+2 |
* | better min/max rate handling | Michael Niedermayer | 2002-09-18 | 1 | -33/+35 |
* | fixing | Michael Niedermayer | 2002-09-18 | 1 | -7/+11 |
* | fixing memalign | Michael Niedermayer | 2002-09-15 | 1 | -2/+20 |
* | dont store version for bit-exact tests | Michael Niedermayer | 2002-09-14 | 4 | -14/+24 |
* | alignment info | Michael Niedermayer | 2002-09-14 | 1 | -13/+23 |
* | interlaced b frames fix | Michael Niedermayer | 2002-09-14 | 1 | -6/+9 |
* | fixing qpel 4mv | Michael Niedermayer | 2002-09-14 | 1 | -27/+60 |
* | complete aspect support | Alex Beregszaszi | 2002-09-14 | 1 | -7/+42 |
* | interlaced qpel mpeg4 fixed | Michael Niedermayer | 2002-09-14 | 1 | -27/+54 |
* | Synthesize pixels16 functions from pixels functions. | Falk Hüffner | 2002-09-13 | 1 | -10/+45 |
* | aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new v... | Alex Beregszaszi | 2002-09-13 | 3 | -11/+26 |
* | Fix for h % 8 == 4 in put_pixels_axp_asm. | Falk Hüffner | 2002-09-13 | 1 | -32/+12 |
* | 10l (field select readed at the wrong place ...) | Michael Niedermayer | 2002-09-13 | 1 | -9/+15 |
* | interlaced b frames cleanup | Michael Niedermayer | 2002-09-13 | 1 | -73/+74 |
* | Due to version renumbering, Alpha builtins aren't supported in thegcc | Falk Hüffner | 2002-09-13 | 1 | -1/+1 |
* | interlaced mpeg4 b frame decoding | Michael Niedermayer | 2002-09-13 | 5 | -75/+177 |
* | Adapt to new 8/16 table scheme. | Falk Hüffner | 2002-09-13 | 1 | -19/+19 |
* | fixing 1/0 if the headers are incomplete (like what M$ encoder generates) | Michael Niedermayer | 2002-09-13 | 1 | -0/+5 |
* | fixing interlaced mpeg4 decoding | Michael Niedermayer | 2002-09-12 | 2 | -7/+14 |
* | parsing resync header extension support | Michael Niedermayer | 2002-09-12 | 1 | -17/+8 |
* | vbv parameter parsing (more skiping actually ;) ) | Michael Niedermayer | 2002-09-12 | 1 | -2/+11 |
* | avoid nonsense frame-skip messages | Michael Niedermayer | 2002-09-12 | 1 | -1/+1 |
* | uninitialized var ... | Michael Niedermayer | 2002-09-12 | 1 | -2/+3 |
* | statistics for forw & back p-MBs instead of just one counter for both | Michael Niedermayer | 2002-09-12 | 3 | -15/+26 |
* | m4v input support | Michael Niedermayer | 2002-09-12 | 1 | -7/+24 |
* | export pts from stream if available | Michael Niedermayer | 2002-09-12 | 2 | -6/+16 |
* | Change abort() calls to av_abort() calls. | Philip Gladstone | 2002-09-12 | 2 | -2/+2 |
* | set pict_type & key_frame on decoding too | Michael Niedermayer | 2002-09-12 | 2 | -4/+4 |
* | put/avg_pixels16 | Michael Niedermayer | 2002-09-11 | 8 | -399/+958 |
* | reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ | Michael Niedermayer | 2002-09-11 | 2 | -1/+5 |
* | fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hot... | Nikolai Zhubr | 2002-09-07 | 1 | -2/+2 |
* | optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream a... | Michael Niedermayer | 2002-09-07 | 1 | -14/+152 |
* | support decoding of the last mpeg "packet" even if no startcode is immedeatly... | Michael Niedermayer | 2002-09-06 | 2 | -4/+15 |
* | fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now) | Michael Niedermayer | 2002-09-05 | 1 | -3/+15 |
* | apiexample needs EXTRALIBS | Michael Niedermayer | 2002-09-05 | 1 | -1/+1 |
* | fixing tests | Michael Niedermayer | 2002-09-05 | 3 | -20/+20 |
* | fixing segfault | Michael Niedermayer | 2002-09-03 | 1 | -1/+1 |
* | 10l (compilation if defined ARCH_ALPHA) | Michael Niedermayer | 2002-09-02 | 1 | -4/+3 |
* | fixing encoding at high QPs (was broken after the dct accuracy increase due t... | Michael Niedermayer | 2002-09-02 | 1 | -5/+5 |
* | ar -s -> ranlib | Michael Niedermayer | 2002-09-02 | 1 | -1/+2 |
* | new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) wit... | Henry Mason | 2002-09-02 | 1 | -3/+6 |
* | altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway d... | Brian Foley | 2002-09-02 | 6 | -15/+31 |
* | higher accuracy | Michael Niedermayer | 2002-09-01 | 1 | -2/+4 |
* | oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) | Mark Hills | 2002-09-01 | 5 | -0/+160 |
* | dct cleanup | Michael Niedermayer | 2002-09-01 | 6 | -24/+26 |
* | dct-test update | Michael Niedermayer | 2002-09-01 | 4 | -36/+259 |
* | dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot lei... | Lennert Buytenhek | 2002-09-01 | 1 | -5/+0 |