summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer2007-08-012-15/+15
* move some code which was executed for every skipped MB so it is only executedMichael Niedermayer2007-07-311-25/+30
* get rid of a useless variableMichael Niedermayer2007-07-311-5/+1
* avoid 2 additions (1 cpu cycle) per MBMichael Niedermayer2007-07-311-2/+2
* chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time se...Michael Niedermayer2007-07-311-1/+0
* Fix typoPanagiotis Issaris2007-07-311-1/+1
* fix mem leakDaniel Kristjansson2007-07-311-2/+5
* Identifiers starting with underscores are reserved.Diego Biurrun2007-07-311-3/+3
* fix cabac decoding with some Blue-Ray sourcesAndreas Öman2007-07-301-1/+5
* replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik2007-07-302-2/+2
* Handle malloc failurePanagiotis Issaris2007-07-301-0/+4
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-304-0/+21
* prevent assert failure with negative quant_offsetMichael Niedermayer2007-07-291-0/+2
* warn user if max=bitrate && max > minMichael Niedermayer2007-07-291-0/+4
* support raw 4bpp aviMichael Niedermayer2007-07-291-0/+12
* make the reference code use double instead of float where it is easyMichael Niedermayer2007-07-291-4/+4
* print max and mseMichael Niedermayer2007-07-291-1/+7
* Make bicubic interpolation standard compliantChristophe Gisquet2007-07-291-16/+65
* simplify stereo rematrixingJustin Ruggles2007-07-291-41/+29
* change 2 fields from context to local variablesJustin Ruggles2007-07-291-12/+12
* BLOCK_SIZE is not used properly, just use numbers instead to avoid confusionJustin Ruggles2007-07-281-10/+8
* remove broken downmixing. will add new implementation later.Justin Ruggles2007-07-281-543/+47
* Take care of some renames (Doxygen and function name) after the previous pure...Panagiotis Issaris2007-07-282-4/+4
* Rename h264dsp.c to h264dspenc.cPanagiotis Issaris2007-07-282-1/+1
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-283-7/+7
* cosmetics: misc typo fixesDiego Biurrun2007-07-289-14/+14
* Replace a return of -1 with ENOMEM.Panagiotis Issaris2007-07-271-1/+1
* detect voxware (closes issue39)Michael Niedermayer2007-07-271-0/+1
* remove "Advanced Prediction Mode not supported" spamMichael Niedermayer2007-07-261-5/+1
* also support DEBUG_PICT_INFO for h263iMichael Niedermayer2007-07-261-0/+3
* move show_pict_info() to its own functionMichael Niedermayer2007-07-261-14/+18
* remove wrong const qualifierAurelien Jacobs2007-07-251-2/+2
* have less functions as inlineStefan Gehrer2007-07-253-183/+194
* Minor cosmeticsVitor Sessak2007-07-241-4/+2
* Update the dvdsub parser to be able to parse HD-DVD subtitle packets.Ian Caulfield2007-07-241-0/+2
* Reindent two lines.Ian Caulfield2007-07-241-2/+2
* Add HD-DVD subpicture decoding.Ian Caulfield2007-07-241-36/+143
* Rename "palette" to "colormap" when it's referring to the mapping from a 2-bitIan Caulfield2007-07-241-13/+13
* increase buffer size of LAME MP3 encoderAndreas Öman2007-07-241-1/+1
* help some gcc version to optimize out those functionsAurelien Jacobs2007-07-242-0/+8
* simplify snr offset and bit allocationJustin Ruggles2007-07-241-52/+31
* only use sized data types when necessaryJustin Ruggles2007-07-241-28/+28
* set bit allocation parameters directly instead of copyingJustin Ruggles2007-07-241-23/+7
* use enum value instead of numerical value for acmodJustin Ruggles2007-07-231-3/+3
* use consistent data type for exponents. needs to be int8_t to pass to bit all...Justin Ruggles2007-07-231-5/+5
* change some bit masks to arraysJustin Ruggles2007-07-231-31/+29
* cosmetics: indentationJustin Ruggles2007-07-211-2/+2
* Use shared AC-3 header parsing. Move some initializations to block parsing fu...Justin Ruggles2007-07-211-90/+62
* don't need to synchronize in the decoder. the parser does that already.Justin Ruggles2007-07-211-28/+1
* get rid of an ugly macroJustin Ruggles2007-07-211-17/+14
OpenPOWER on IntegriCloud