| Commit message (Expand) | Author | Age | Files | Lines |
* | handle 0-length buffers | Mike Melanson | 2004-01-31 | 1 | -0/+3 |
* | handle 0-length buffers | Mike Melanson | 2004-01-31 | 1 | -0/+3 |
* | b frames + cbr fix | Michael Niedermayer | 2004-01-29 | 1 | -40/+43 |
* | SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>) | Michael Niedermayer | 2004-01-29 | 4 | -9/+228 |
* | 4mv + b frame encoding segfault fix | Michael Niedermayer | 2004-01-28 | 1 | -4/+4 |
* | first coded vs. first displayed pts (segfault & pts fix if b frames are used) | Michael Niedermayer | 2004-01-27 | 1 | -2/+9 |
* | 10l | Michael Niedermayer | 2004-01-26 | 1 | -4/+5 |
* | int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michael Niedermayer | 2004-01-26 | 1 | -4/+4 |
* | mpeg4 pts fix | Michael Niedermayer | 2004-01-26 | 2 | -1/+11 |
* | Use reget buffer instead of copying from prev frame | Roberto Togni | 2004-01-25 | 1 | -82/+20 |
* | freebsd fix for mpeg12.c (moving INT64_MAX to common.h) | Alex Beregszaszi | 2004-01-25 | 2 | -8/+8 |
* | optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 an... | Michael Niedermayer | 2004-01-24 | 2 | -9/+9 |
* | optimization | Michael Niedermayer | 2004-01-24 | 1 | -14/+22 |
* | segfault fix | Michael Niedermayer | 2004-01-23 | 1 | -1/+1 |
* | closed gop support & flags2 as all bits in flags are used | Michael Niedermayer | 2004-01-22 | 10 | -14/+32 |
* | inttypes.h patch by (Chip <szarlada at freemail dot hu>) | Chip | 2004-01-22 | 1 | -1/+1 |
* | more tolerance for dc=0 | Michael Niedermayer | 2004-01-21 | 1 | -1/+2 |
* | avcodec_flush_buffers() fix | Michael Niedermayer | 2004-01-19 | 1 | -0/+3 |
* | segfault fix | Michael Niedermayer | 2004-01-18 | 1 | -0/+5 |
* | removing broken framerate conversation hack in mpeg1/2 | Michael Niedermayer | 2004-01-18 | 2 | -101/+70 |
* | rv20 mv prediction in b frames fix | Michael Niedermayer | 2004-01-18 | 1 | -3/+8 |
* | xvid "packed" stuff support | Michael Niedermayer | 2004-01-15 | 1 | -6/+12 |
* | dont calculate stuff if its not used ... | Michael Niedermayer | 2004-01-14 | 1 | -2/+4 |
* | fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp | Michael Niedermayer | 2004-01-14 | 1 | -2/+2 |
* | Right fix for older zlib version | Roberto Togni | 2004-01-13 | 1 | -4/+0 |
* | Fix for older version of zlib | Roberto Togni | 2004-01-13 | 1 | -0/+896 |
* | type fixes, found by Wolfgang Hesseler | Michael Niedermayer | 2004-01-12 | 1 | -3/+3 |
* | MSZH and ZLIB decoder support | Roberto Togni | 2004-01-12 | 3 | -1/+9 |
* | grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb)) | Michael Niedermayer | 2004-01-10 | 1 | -2/+4 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 20 | -5/+20 |
* | more sane inttypes emulation behavior if libavcodec is used outside ffmpeg | Michael Niedermayer | 2004-01-10 | 1 | -1/+1 |
* | cleanup | Michael Niedermayer | 2004-01-10 | 1 | -71/+29 |
* | something unimportant ... | Michael Niedermayer | 2004-01-09 | 1 | -2/+2 |
* | inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at andro... | Chris Flerackers | 2004-01-09 | 1 | -13/+19 |
* | lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) | Steven M. Schultz | 2004-01-08 | 1 | -0/+1 |
* | optimize compute_antialias() and add a floating point based alternative (2x f... | Michael Niedermayer | 2004-01-08 | 2 | -12/+109 |
* | uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) | Michael Niedermayer | 2004-01-08 | 1 | -2/+1 |
* | memleak fix | Michael Niedermayer | 2004-01-08 | 1 | -3/+8 |
* | 10l | Michael Niedermayer | 2004-01-05 | 1 | -0/+1 |
* | interlaced dct decision cleanup | Michael Niedermayer | 2004-01-05 | 6 | -149/+433 |
* | simplify | Michael Niedermayer | 2004-01-05 | 1 | -18/+12 |
* | gop timestamp fix | Michael Niedermayer | 2004-01-04 | 1 | -4/+6 |
* | 10000l | Michael Niedermayer | 2004-01-04 | 1 | -0/+5 |
* | frame rate emulation "fix" by (Mean <fixounet at free dot fr>) | Michael Niedermayer | 2004-01-04 | 1 | -1/+1 |
* | mpeg2 QP clamping fix | Michael Niedermayer | 2004-01-04 | 3 | -5/+5 |
* | non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot c... | Michael Niedermayer | 2004-01-04 | 1 | -1/+3 |
* | warn the user if we had to clip some dct coefficient due to a crappy format w... | Michael Niedermayer | 2004-01-04 | 1 | -3/+12 |
* | SVCD scan offset stuff | Michael Niedermayer | 2004-01-04 | 3 | -1/+17 |
* | denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>) | Denes Balatoni | 2004-01-03 | 1 | -1/+59 |
* | denoise_dct_mmx() | Michael Niedermayer | 2004-01-02 | 4 | -4/+63 |