summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Use memcpy instead of for loopBenjamin Larsson2007-11-181-4/+2
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-171-0/+1
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-161-14/+0
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-151-5/+3
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-151-0/+2
* Attribute for specifying direction should come right after @param.Panagiotis Issaris2007-11-151-3/+3
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-151-6/+3
* Remove editor junk from the end.Alex Beregszaszi2007-11-141-4/+0
* Small simplificationBenjamin Larsson2007-11-141-9/+7
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-141-0/+2
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-141-1/+1
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-141-1/+1
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-141-1/+1
* Remove unused variable, fixes the warning:Diego Biurrun2007-11-131-1/+0
* cosmetics: Keep all OBJS entries on a line of their own.Diego Biurrun2007-11-121-1/+2
* tring to workaround gcc 2.95 bug which causes random failuresMichael Niedermayer2007-11-121-1/+2
* ogg muxerBaptiste Coudurier2007-11-101-0/+3
* Add comments to some #endif directives.Diego Biurrun2007-11-101-7/+6
* cosmetics: Fix vissual --> visual typo.Diego Biurrun2007-11-102-11/+11
* Improve unsupported (pixel) format error message.Stefano Sabatini2007-11-101-1/+1
* cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun2007-11-103-30/+30
* misc spelling/grammar/wording fixes in commentsDiego Biurrun2007-11-102-24/+23
* X8 is supported now, so warning is incorrectKostya Shishkov2007-11-101-6/+0
* Provide top_field_first logic for h264Reinhard Nissl2007-11-101-0/+2
* make some tables staticAurelien Jacobs2007-11-102-16/+16
* add multiple inclusion guardsAurelien Jacobs2007-11-092-0/+10
* grammarMichael Niedermayer2007-11-091-1/+1
* indentionMichael Niedermayer2007-11-091-1/+1
* remove useless #ifdefMichael Niedermayer2007-11-091-4/+0
* remove inline from non speed critical functionsMichael Niedermayer2007-11-091-2/+2
* vertical alignMichael Niedermayer2007-11-091-1/+1
* indentionMichael Niedermayer2007-11-091-3/+3
* remove unneeded {}Michael Niedermayer2007-11-091-2/+0
* add {} to make the else look a little more normalMichael Niedermayer2007-11-091-1/+2
* indentionMichael Niedermayer2007-11-091-19/+19
* indentionMichael Niedermayer2007-11-091-9/+9
* remove debug variableMichael Niedermayer2007-11-091-3/+0
* remove #if 0 codeMichael Niedermayer2007-11-091-49/+0
* cosmeticMichael Niedermayer2007-11-091-2/+1
* factorizeMichael Niedermayer2007-11-091-4/+2
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-0912-13/+2345
* Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilationMartin Lindhe2007-11-082-3/+3
* cosmetics: indentationAurelien Jacobs2007-11-071-1/+1
* split wmv2 in its own fileAurelien Jacobs2007-11-074-17/+30
* Fix deblocking filter for field pictures by properly looking for firstJeff Downs2007-11-071-1/+2
* rename some msmpeg4 symbols and make them non-staticAurelien Jacobs2007-11-072-43/+43
* Fix make checkheaders by adding missing #include.Diego Biurrun2007-11-071-0/+1
* split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODERAurelien Jacobs2007-11-071-3/+16
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-076-2/+1068
* Fix poc for field pictures. Prior to this, the poc of the second fieldJeff Downs2007-11-061-2/+4