summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* 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
* Merge get_str() and get_str8() functions.Ronald S. Bultje2007-07-28
* Fix get_str/get_str8() to also work if the target string is not long enough toRonald S. Bultje2007-07-28
* typoDiego Biurrun2007-07-28
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-28
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* Add EBML ID for Segment UIDDavid Conrad2007-07-28
* Replace a return of -1 with ENOMEM.Panagiotis Issaris2007-07-27
* Add the possibility to show all configurable encoders, decoders, parsers,Panagiotis Issaris2007-07-27
* Add a section about C++ and extern "C" in the FAQ.Panagiotis Issaris2007-07-27
* note about removing needs_more_infoMichael Niedermayer2007-07-27
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
* try exact match before case insensitive match in codec_get_idMichael Niedermayer2007-07-27
* ignore invalid packet_obj_sizeMichael Niedermayer2007-07-27
* Introduce an SDP generatorLuca Abeni2007-07-26
* 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
* cosmetics: alignmentAurelien Jacobs2007-07-26
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-26