summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Reduce Theora decoder verbosity.Diego Biurrun2007-08-03
* output last frame if seq end code is encounteredMichael Niedermayer2007-08-02
* Remove unused variable.Diego Biurrun2007-08-02
* simplify s->mv_dir initMichael Niedermayer2007-08-02
* get rid of mb_type_lenMichael Niedermayer2007-08-01
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-01
* exchange if() and for() in the MT_FIELD caseMichael Niedermayer2007-08-01
* exchange for() and if() order in the MT_FRAME caseMichael Niedermayer2007-08-01
* making reference models have the same APIMarc Hoffman2007-08-01
* changeMichael Niedermayer2007-08-01
* merge another 2 if() to save a few cpu cyclesMichael Niedermayer2007-08-01
* reorder if() so that the condition can be simplifiedMichael Niedermayer2007-08-01
* merge/simplify 2 if()Michael Niedermayer2007-08-01
* merge 2 if()Michael Niedermayer2007-08-01
* use buf_ptr to correctly decode second fieldBaptiste Coudurier2007-08-01
* align array used in mdct. fixes segfault.Justin Ruggles2007-08-01
* use ENABLE_GRAYMichael Niedermayer2007-08-01
* make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer2007-08-01
* move some code which was executed for every skipped MB so it is only executedMichael Niedermayer2007-07-31
* get rid of a useless variableMichael Niedermayer2007-07-31
* avoid 2 additions (1 cpu cycle) per MBMichael Niedermayer2007-07-31
* chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time se...Michael Niedermayer2007-07-31
* Fix typoPanagiotis Issaris2007-07-31
* fix mem leakDaniel Kristjansson2007-07-31
* Identifiers starting with underscores are reserved.Diego Biurrun2007-07-31
* fix cabac decoding with some Blue-Ray sourcesAndreas Ă–man2007-07-30
* replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik2007-07-30
* Handle malloc failurePanagiotis Issaris2007-07-30
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-30
* prevent assert failure with negative quant_offsetMichael Niedermayer2007-07-29
* warn user if max=bitrate && max > minMichael Niedermayer2007-07-29
* support raw 4bpp aviMichael Niedermayer2007-07-29
* make the reference code use double instead of float where it is easyMichael Niedermayer2007-07-29
* print max and mseMichael Niedermayer2007-07-29
* Make bicubic interpolation standard compliantChristophe Gisquet2007-07-29
* simplify stereo rematrixingJustin Ruggles2007-07-29
* change 2 fields from context to local variablesJustin Ruggles2007-07-29
* BLOCK_SIZE is not used properly, just use numbers instead to avoid confusionJustin Ruggles2007-07-28
* remove broken downmixing. will add new implementation later.Justin Ruggles2007-07-28
* Take care of some renames (Doxygen and function name) after the previous pure...Panagiotis Issaris2007-07-28
* Rename h264dsp.c to h264dspenc.cPanagiotis Issaris2007-07-28
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-28
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* Replace a return of -1 with ENOMEM.Panagiotis Issaris2007-07-27
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
* remove "Advanced Prediction Mode not supported" spamMichael Niedermayer2007-07-26
* also support DEBUG_PICT_INFO for h263iMichael Niedermayer2007-07-26
* move show_pict_info() to its own functionMichael Niedermayer2007-07-26
* remove wrong const qualifierAurelien Jacobs2007-07-25
* have less functions as inlineStefan Gehrer2007-07-25