summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cosmetics: be sure all lines fit into 79 charactersAlex Beregszaszi2007-08-03
* cosmetics: indent correctlyAlex Beregszaszi2007-08-03
* Use getCachedContext instead getContext to support resolution change. Patch b...Glenn A. Serre2007-08-03
* Reduce Theora decoder verbosity.Diego Biurrun2007-08-03
* move code which adds a AVPacket into the packet buffer into its own functionMichael Niedermayer2007-08-03
* output last frame if seq end code is encounteredMichael Niedermayer2007-08-02
* correct order of fixedpoint in CONFIG listMarc Hoffman2007-08-02
* Remove unused variable.Diego Biurrun2007-08-02
* simplify s->mv_dir initMichael Niedermayer2007-08-02
* --enable-fixedpoint, for configuring fixedpoint optimizations, this is just t...Marc Hoffman2007-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
* replace some "disabled" calls with "! enabled"Måns Rullgård2007-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
* alphabetical orderDiego Biurrun2007-08-01
* Remove redundant variable declarations.Diego Biurrun2007-08-01
* use buf_ptr to correctly decode second fieldBaptiste Coudurier2007-08-01
* move gray so as to not introduce further misorderingMichael Niedermayer2007-08-01
* remove unneeded gray="no"Michael Niedermayer2007-08-01
* adding myself to the CREDITSMarc Hoffman2007-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
* fill title, author, copyright and comment fields by parsing udta atomBenoit Fouet2007-07-31
* deal with the case where one of pts,dts has wrapped but the other has notMichael Niedermayer2007-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
* kill antiwrapping code, i do not think this did anything goodMichael Niedermayer2007-07-30
* replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik2007-07-30
* Handle malloc failurePanagiotis Issaris2007-07-30
* treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ef...Baptiste Coudurier2007-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