| Commit message (Expand) | Author | Age | Files | Lines |
* | add xvid idcts to dct-test | Michael Niedermayer | 2005-09-10 | 2 | -1/+9 |
* | Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. | Reimar Döffinger | 2005-09-10 | 1 | -1/+1 |
* | remove unused table entries | Michael Niedermayer | 2005-09-10 | 1 | -27/+10 |
* | select xvid idct for xvid files if possible | Michael Niedermayer | 2005-09-10 | 1 | -2/+2 |
* | xvids mmx&mmx2 idcts | Michael Niedermayer | 2005-09-10 | 4 | -0/+590 |
* | dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 | Michael Niedermayer | 2005-09-10 | 1 | -3/+3 |
* | use av_log in debug mode | Alex Beregszaszi | 2005-09-07 | 1 | -10/+10 |
* | AVOption enumeration support and some flags to classify AVOptions | Michael Niedermayer | 2005-09-06 | 2 | -2/+14 |
* | Kill some compiler warnings. Compiled code verified identical after changes. | Måns Rullgård | 2005-09-06 | 6 | -10/+13 |
* | a few more raw yuv fourccs | Michael Niedermayer | 2005-09-06 | 1 | -1/+2 |
* | AVOption first try | Michael Niedermayer | 2005-09-06 | 4 | -38/+340 |
* | fix emulated edge motion compensation when resolution%16!=0 | Loren Merritt | 2005-09-05 | 1 | -5/+7 |
* | set a few variables correctly | Michael Niedermayer | 2005-09-05 | 1 | -1/+8 |
* | AV_LOG_DEBUG vs. AV_LOG_ERROR | Michael Niedermayer | 2005-09-05 | 1 | -5/+5 |
* | fixme note | Michael Niedermayer | 2005-09-04 | 1 | -0/+1 |
* | pts must be in time_base units | Michael Niedermayer | 2005-09-04 | 1 | -1/+1 |
* | print fourcc in a readable form if possible | Michael Niedermayer | 2005-09-03 | 1 | -3/+5 |
* | simplify (d&a) and (d&~a) calculation, hint by skal | Michael Niedermayer | 2005-09-03 | 1 | -4/+3 |
* | add consts (this was in my local tree, dunno where it came from, probably for... | Michael Niedermayer | 2005-09-02 | 1 | -22/+22 |
* | Document "us" parameter for PCM conversion functions. | Reimar Döffinger | 2005-09-02 | 1 | -0/+2 |
* | Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). | Reimar Döffinger | 2005-09-02 | 4 | -0/+190 |
* | setting timebase in the encoder doesnt seem like a good idea | Michael Niedermayer | 2005-09-02 | 1 | -2/+0 |
* | fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net) | Justin Ruggles | 2005-09-02 | 1 | -0/+7 |
* | lowres support | Michael Niedermayer | 2005-09-02 | 1 | -18/+23 |
* | error concealment fix | Michael Niedermayer | 2005-09-01 | 1 | -5/+13 |
* | optimizations | Michael Niedermayer | 2005-08-30 | 1 | -85/+111 |
* | Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u... | Michael Niedermayer | 2005-08-26 | 9 | -18/+36 |
* | Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de) | Burkhard Plaum | 2005-08-26 | 1 | -3/+1 |
* | prevent assert failures and infinite loops with broken streams | Michael Niedermayer | 2005-08-25 | 1 | -3/+5 |
* | time_base description by Rich Felker | dalias, aerifal cx | Michael Niedermayer | 2005-08-21 | 1 | -2/+5 |
* | reducing minimum supported picture size | Michael Niedermayer | 2005-08-21 | 1 | -12/+24 |
* | vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) | Justin Ruggles | 2005-08-21 | 2 | -1/+10 |
* | Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-s... | Burkhard Plaum | 2005-08-21 | 1 | -0/+11 |
* | segfault fix | Michael Niedermayer | 2005-08-21 | 1 | -0/+6 |
* | automatically remove mess | Michael Niedermayer | 2005-08-16 | 1 | -0/+2 |
* | parse pict_type for streams in avi | Michael Niedermayer | 2005-08-15 | 2 | -15/+28 |
* | automatically detect Cinepak data from Sega FILM/CPK files | Mike Melanson | 2005-08-14 | 1 | -1/+10 |
* | minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ... | Wolfram Gloger | 2005-08-14 | 1 | -1/+1 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 10 | -21/+18 |
* | subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also f... | Ian Caulfield | 2005-08-14 | 2 | -25/+32 |
* | set pix_fmt | Michael Niedermayer | 2005-08-13 | 1 | -0/+1 |
* | tinfoil patch: no array is written to in bulk before counts are | Mike Melanson | 2005-08-13 | 1 | -419/+85 |
* | removed a bunch of unused, sub-optimal code | Mike Melanson | 2005-08-13 | 1 | -687/+0 |
* | tinfoil patch: be more diligent about checking array boundaries before | Mike Melanson | 2005-08-13 | 1 | -8/+32 |
* | tinfoil patch: validate motion vectors and do not free frame on exit if | Mike Melanson | 2005-08-13 | 1 | -45/+18 |
* | tinfoil patch: make sure pixel_ptr never goes negative | Mike Melanson | 2005-08-13 | 1 | -2/+7 |
* | tinfoil patch: accept no widths that are no multiples of 4 | Mike Melanson | 2005-08-13 | 1 | -0/+3 |
* | tinfoil patch: make sure that pixel pointer does not go out of bounds | Mike Melanson | 2005-08-13 | 1 | -0/+15 |
* | fix building in separate directory | Måns Rullgård | 2005-08-13 | 1 | -1/+1 |
* | security fixes | Kostya Shishkov | 2005-08-13 | 1 | -8/+28 |