summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* main() --> main(void)Diego Biurrun2007-11-23
* add VC-1 MMX DSP functions, under MIT license.Christophe Gisquet2007-11-21
* cosmetic (x==NULL -> !x)Michael Niedermayer2007-11-19
* cosmetic (place { consistently)Michael Niedermayer2007-11-19
* cosmetic (remove != 0 / != NULL)Michael Niedermayer2007-11-19
* use sizeof in snprintf (note the changed code is all under #if 0)Michael Niedermayer2007-11-19
* check region depth for validityMichael Niedermayer2007-11-19
* Use memcpy instead of for loopBenjamin Larsson2007-11-18
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-17
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-16
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-15
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-15
* Attribute for specifying direction should come right after @param.Panagiotis Issaris2007-11-15
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-15
* Remove editor junk from the end.Alex Beregszaszi2007-11-14
* Small simplificationBenjamin Larsson2007-11-14
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-14
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-14
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-14
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-14
* Remove unused variable, fixes the warning:Diego Biurrun2007-11-13
* cosmetics: Keep all OBJS entries on a line of their own.Diego Biurrun2007-11-12
* tring to workaround gcc 2.95 bug which causes random failuresMichael Niedermayer2007-11-12
* ogg muxerBaptiste Coudurier2007-11-10
* Add comments to some #endif directives.Diego Biurrun2007-11-10
* cosmetics: Fix vissual --> visual typo.Diego Biurrun2007-11-10
* Improve unsupported (pixel) format error message.Stefano Sabatini2007-11-10
* cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun2007-11-10
* misc spelling/grammar/wording fixes in commentsDiego Biurrun2007-11-10
* X8 is supported now, so warning is incorrectKostya Shishkov2007-11-10
* Provide top_field_first logic for h264Reinhard Nissl2007-11-10
* make some tables staticAurelien Jacobs2007-11-10
* add multiple inclusion guardsAurelien Jacobs2007-11-09
* grammarMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09
* remove useless #ifdefMichael Niedermayer2007-11-09
* remove inline from non speed critical functionsMichael Niedermayer2007-11-09
* vertical alignMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09
* remove unneeded {}Michael Niedermayer2007-11-09
* add {} to make the else look a little more normalMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09
* remove debug variableMichael Niedermayer2007-11-09
* remove #if 0 codeMichael Niedermayer2007-11-09
* cosmeticMichael Niedermayer2007-11-09
* factorizeMichael Niedermayer2007-11-09
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
* Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilationMartin Lindhe2007-11-08
* cosmetics: indentationAurelien Jacobs2007-11-07