summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use fixed point in color conversion.Gustavo Sverzut Barbieri2006-10-30
* fix for disabling vorbis decoder but enabling vorbis encoderOded Shimon2006-10-30
* Init vlc tables as staticKostya Shishkov2006-10-30
* IMC decoderKostya Shishkov2006-10-30
* AVPicture has 4 planes, not 3Luca Abeni2006-10-30
* dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer2006-10-30
* avoid random noise on damaged framesMichael Niedermayer2006-10-30
* Fix dependencies for 'make dep'.Diego Biurrun2006-10-29
* Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined underDiego Biurrun2006-10-29
* Many systems have TEMPDIR mounted noexec, warn about this.Diego Biurrun2006-10-29
* switch to common base64 routines in lavfRyan Martell2006-10-29
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-29
* update copyright year, it looks odd otherwise :)Michael Niedermayer2006-10-28
* CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the...Michael Niedermayer2006-10-28
* add support for all framerates specified by the standardJoakim Plate2006-10-28
* I hope noone minds, adding myself to eval.c copyright...Oded Shimon2006-10-28
* Fix A/V (de)sync with discontinuous NSV streams,Joakim Plate2006-10-28
* Make it possible to reuse UDP socket (optional, disabled by default)Thijs2006-10-28
* lambda* should be unsignedMichael Niedermayer2006-10-28
* prevent overflow if lambda2 is "too" largeMichael Niedermayer2006-10-28
* use lambda/lmax instead of qscale/qmax as end check for vbv retryMichael Niedermayer2006-10-28
* ignore whitespace in ff_evalOded Shimon2006-10-28
* sample rate fixAndrew Voznytsa2006-10-28
* add missing 'e->value * 'Oded Shimon2006-10-28
* shut gcc warning, also makes sense for NAN to be returned if the loop was nev...Oded Shimon2006-10-28
* move up (in the file) AAC audio handling moved from belowRyan Martell2006-10-28
* Add base64 encoding and decoding routinesGuillaume Poirier2006-10-28
* Rename dvdsub.c to dvdsubdec.c.Diego Biurrun2006-10-27
* add support for while() loops again ugly syntax while(condition, statements) ...Michael Niedermayer2006-10-27
* support seperating expressons by ;Michael Niedermayer2006-10-27
* Fix obvious typo, BGR555 was missingReynaldo H. Verdejo Pinochet2006-10-27
* possible bug of 'gte' being read as 'gt', same with 'lte'Oded Shimon2006-10-27
* minor simplificationMichael Niedermayer2006-10-27
* factorize AVEvalExpr alloc and initMichael Niedermayer2006-10-27
* update ratecontrol to new ff_eval APIOded Shimon2006-10-27
* adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by MichaelReynaldo H. Verdejo Pinochet2006-10-27
* adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by MichaelReynaldo H. Verdejo Pinochet2006-10-27
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-27
* indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell2006-10-27
* new optimized eval method, by seperating parsing and runtimeOded Shimon2006-10-27
* fflags can/will be used for muxing tooBaptiste Coudurier2006-10-27
* Last fix of licence headerGuillaume Poirier2006-10-27
* move licence header fixesGuillaume Poirier2006-10-26
* Fix licence header (aka <pedantic mode='on' /> )Guillaume Poirier2006-10-26
* Add support for H264 over RTPRyan Martell2006-10-26
* wording/grammarDiego Biurrun2006-10-26
* Document -newaudio, patch by Victor Paesa, taken from an explanation written ...VĂ­ctor Paesa2006-10-26
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-26
* 10l predictor should not skip first lineKostya Shishkov2006-10-26
* remove mov_read_leaf and remove useless reading function table, mov_read_defa...Baptiste Coudurier2006-10-25