summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
| | | | Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* main() --> main(void)Diego Biurrun2007-11-23
| | | | Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add VC-1 MMX DSP functions, under MIT license.Christophe Gisquet2007-11-21
| | | | | | | | | patch by Christophe GISQUET %christophe P gisquet A free P fr% original thread: date: Jul 7, 2007 12:52 PM subject: [FFmpeg-devel] [PATCH] VC-1 MMX DSP functions Originally committed as revision 11074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (x==NULL -> !x)Michael Niedermayer2007-11-19
| | | | Originally committed as revision 11067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (place { consistently)Michael Niedermayer2007-11-19
| | | | Originally committed as revision 11066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (remove != 0 / != NULL)Michael Niedermayer2007-11-19
| | | | Originally committed as revision 11064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sizeof in snprintf (note the changed code is all under #if 0)Michael Niedermayer2007-11-19
| | | | Originally committed as revision 11063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check region depth for validityMichael Niedermayer2007-11-19
| | | | | | | (32/64/128 would crash at least due to 1<<depth allocation later, and no i do not have a sample file) Originally committed as revision 11062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use memcpy instead of for loopBenjamin Larsson2007-11-18
| | | | Originally committed as revision 11051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-17
| | | | | | | | to clear last_picture_ptr, next_picture_ptr for proper picture management. Prevents crashes in error concealer following seeks. Fixes Roundup issue 189. Originally committed as revision 11049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-16
| | | | | | | snow.c:1163: warning: 'spatial_compose53i' defined but not used snow.c:1313: warning: 'spatial_compose97i' defined but not used Originally committed as revision 11048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-15
| | | | Originally committed as revision 11041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-15
| | | | | | snow.c:4142: warning: #halfpel_interpol# defined but not used Originally committed as revision 11035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attribute for specifying direction should come right after @param.Panagiotis Issaris2007-11-15
| | | | Originally committed as revision 11030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-15
| | | | | | | Patch by Christophe GISQUET christophe.gisquet <whirlpool sign> fr(run of two 'e').(copy 2 bytes with offset -5) Thread: [PATCH] Use signed version when putting and clamping pixels in VC-1 Originally committed as revision 11029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove editor junk from the end.Alex Beregszaszi2007-11-14
| | | | Originally committed as revision 11027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Small simplificationBenjamin Larsson2007-11-14
| | | | Originally committed as revision 11026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-14
| | | | Originally committed as revision 11024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-14
| | | | | | Acked by Benjamin Larsson Originally committed as revision 11023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-14
| | | | Originally committed as revision 11022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-14
| | | | Originally committed as revision 11018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, fixes the warning:Diego Biurrun2007-11-13
| | | | | | | ppc/vc1dsp_altivec.c: In function ‘vc1_inv_trans_8x8_altivec’: ppc/vc1dsp_altivec.c:141: warning: unused variable ‘vec_5’ Originally committed as revision 11006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Keep all OBJS entries on a line of their own.Diego Biurrun2007-11-12
| | | | Originally committed as revision 11005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tring to workaround gcc 2.95 bug which causes random failuresMichael Niedermayer2007-11-12
| | | | Originally committed as revision 11003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg muxerBaptiste Coudurier2007-11-10
| | | | Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add comments to some #endif directives.Diego Biurrun2007-11-10
| | | | Originally committed as revision 10998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix vissual --> visual typo.Diego Biurrun2007-11-10
| | | | Originally committed as revision 10997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve unsupported (pixel) format error message.Stefano Sabatini2007-11-10
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun2007-11-10
| | | | Originally committed as revision 10993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling/grammar/wording fixes in commentsDiego Biurrun2007-11-10
| | | | Originally committed as revision 10991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* X8 is supported now, so warning is incorrectKostya Shishkov2007-11-10
| | | | Originally committed as revision 10990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide top_field_first logic for h264Reinhard Nissl2007-11-10
| | | | | | patch by: Reinhard Nissl rnissl a gmx d de Originally committed as revision 10989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some tables staticAurelien Jacobs2007-11-10
| | | | Originally committed as revision 10987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multiple inclusion guardsAurelien Jacobs2007-11-09
| | | | Originally committed as revision 10986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grammarMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #ifdefMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove inline from non speed critical functionsMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertical alignMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded {}Michael Niedermayer2007-11-09
| | | | Originally committed as revision 10979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add {} to make the else look a little more normalMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove debug variableMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove #if 0 codeMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
| | | | Originally committed as revision 10971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilationMartin Lindhe2007-11-08
| | | | | | | when DEBUG is defined. Patch by Martin Lindhe: martin startwars org Originally committed as revision 10955 to svn://svn.ffmpeg.org/ffmpeg/trunk