| Commit message (Expand) | Author | Age | Files | Lines |
* | nsse weight | Michael Niedermayer | 2004-06-07 | 1 | -2/+9 |
* | noise preserving sum of squares comparission function | Michael Niedermayer | 2004-06-07 | 1 | -2/+3 |
* | mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden a... | Michael Niedermayer | 2004-06-05 | 1 | -0/+5 |
* | h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d... | Michael Niedermayer | 2004-05-30 | 1 | -0/+3 |
* | mpeg audio timestamp fix | Michael Niedermayer | 2004-05-23 | 1 | -1/+2 |
* | forgotten prototypes | Michael Niedermayer | 2004-05-21 | 1 | -0/+4 |
* | rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot... | Chris Flerackers | 2004-05-18 | 1 | -2/+2 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -0/+2 |
* | mention avcodec_align_dimensions() | Michael Niedermayer | 2004-05-13 | 1 | -1/+2 |
* | automatic pixel format selection | Michael Niedermayer | 2004-05-12 | 1 | -0/+1 |
* | first pass at a Sorenson Video 1 (SVQ1) encoder | Mike Melanson | 2004-05-07 | 1 | -0/+1 |
* | support decoding mpeg4 with buggy dc clipping | Michael Niedermayer | 2004-05-05 | 1 | -1/+2 |
* | use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 6... | Michael Niedermayer | 2004-05-04 | 1 | -2/+2 |
* | AMV bug workaround | Michael Niedermayer | 2004-04-30 | 1 | -0/+1 |
* | cleanup & memleak fix | Michael Niedermayer | 2004-04-30 | 1 | -1/+0 |
* | intra_dc_precission>0 encoding support | Michael Niedermayer | 2004-04-30 | 1 | -1/+8 |
* | support reusing mb types and field select values of the source file, but use ... | Michael Niedermayer | 2004-04-25 | 1 | -3/+11 |
* | motion estimation cleanup | Michael Niedermayer | 2004-04-22 | 1 | -1/+1 |
* | passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo... | Michael Niedermayer | 2004-04-17 | 1 | -4/+19 |
* | verbosity patch by (Allen Day <allenday at ucla dot edu>) | Allen Day | 2004-04-11 | 1 | -0/+1 |
* | padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) | Todd Kirby | 2004-04-08 | 1 | -2/+5 |
* | interlaced chroma MC divx-bug workaround | Michael Niedermayer | 2004-04-02 | 1 | -0/+1 |
* | warning patrol | Falk Hüffner | 2004-03-24 | 1 | -0/+1 |
* | static allocation rewrite (old code was plain a broken mess) | Michael Niedermayer | 2004-03-21 | 1 | -2/+1 |
* | * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-) | Roman Shaposhnik | 2004-03-14 | 1 | -0/+1 |
* | remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> | Mike Melanson | 2004-03-14 | 1 | -0/+12 |
* | * const | Zdenek Kabelac | 2004-03-05 | 1 | -1/+1 |
* | silence warnings | Ivan Kalvachev | 2004-03-04 | 1 | -1/+1 |
* | count > thread_count for execute() | Michael Niedermayer | 2004-03-03 | 1 | -2/+2 |
* | av_log() cleanup | Michael Niedermayer | 2004-03-03 | 1 | -1/+1 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -11/+20 |
* | macrofree av_freep() | Michael Niedermayer | 2004-03-03 | 1 | -2/+1 |
* | initial chroma_format changes,xvmc tweaks and codec_cap | Ivan Kalvachev | 2004-03-01 | 1 | -0/+2 |
* | int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>) | Gael Chardon | 2004-02-28 | 1 | -1/+1 |
* | AVCodec.supported_framerates | Michael Niedermayer | 2004-02-26 | 1 | -1/+2 |
* | INT64_MIN fix | Michael Niedermayer | 2004-02-26 | 1 | -1/+1 |
* | export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk... | Wolfgang Hesseler | 2004-02-25 | 1 | -2/+9 |
* | 1l | Michael Niedermayer | 2004-02-25 | 1 | -3/+3 |
* | use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 | Michael Niedermayer | 2004-02-25 | 1 | -3/+6 |
* | flac fixes: | Michael Niedermayer | 2004-02-18 | 1 | -6/+4 |
* | multithreaded/SMP motion estimation | Michael Niedermayer | 2004-02-13 | 1 | -1/+32 |
* | * Initial implementation of the G.726 ADPCM audio codec. | Roman Shaposhnik | 2004-02-07 | 1 | -0/+2 |
* | initial commit for Quicktime Animation (RLE) video decoder; bit depths | Mike Melanson | 2004-02-05 | 1 | -0/+2 |
* | remove incorect motion estimation table | Michael Niedermayer | 2004-02-05 | 1 | -7/+1 |
* | added support for EA ADPCM and SMJPEG IMA ADPCM | Mike Melanson | 2004-02-03 | 1 | -0/+4 |
* | quantizer noise shaping | Michael Niedermayer | 2004-02-02 | 1 | -1/+7 |
* | closed gop support & flags2 as all bits in flags are used | Michael Niedermayer | 2004-01-22 | 1 | -0/+1 |
* | MSZH and ZLIB decoder support | Roberto Togni | 2004-01-12 | 1 | -0/+5 |
* | optimize compute_antialias() and add a floating point based alternative (2x f... | Michael Niedermayer | 2004-01-08 | 1 | -2/+13 |
* | interlaced dct decision cleanup | Michael Niedermayer | 2004-01-05 | 1 | -1/+9 |