summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* 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
* cosmetics: indentationAurelien Jacobs2007-11-07
| | | | Originally committed as revision 10952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split wmv2 in its own fileAurelien Jacobs2007-11-07
| | | | Originally committed as revision 10951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix deblocking filter for field pictures by properly looking for firstJeff Downs2007-11-07
| | | | | | row in bottom fields and preventing the use of "fast" deblocking for such. Originally committed as revision 10950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename some msmpeg4 symbols and make them non-staticAurelien Jacobs2007-11-07
| | | | | | so that they can be used in standalone wmv2.c Originally committed as revision 10949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make checkheaders by adding missing #include.Diego Biurrun2007-11-07
| | | | Originally committed as revision 10948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODERAurelien Jacobs2007-11-07
| | | | Originally committed as revision 10946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07
| | | | Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix poc for field pictures. Prior to this, the poc of the second fieldJeff Downs2007-11-06
| | | | | | | | in decoding order would always be assigned to a field pair's poc. Original thread: H.264: Fix poc for field pairs, 6 Nov 2007 17:41:02 Originally committed as revision 10937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix predictor initialization for adpcm-ima encoder not to lose first sampleTimofei V. Bondarenko2007-11-06
| | | | | | | | | in block in adpcm-ima decoder Patch by Timofei V. Bondarenko: tim £ ipi, ac, ru Original thread: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec Date: 10/15/2007 05:55 PM Originally committed as revision 10933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct assignment of interlaced_frame; was being set on output frames,Jeff Downs2007-11-05
| | | | | | | | | | | in display order, based on decoding information in decoding order. Now set properly, immediately upon completion of decode. Based on original patch from Reinhard Nissl, rnisssl % gmx , de Original Thread: [FFmpeg-devel] H.264 + PAFF: BBC HD recording shows extreme interlacing artefacts, Thu, 01 Nov 2007 22:43:09 Originally committed as revision 10931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove libvorbis Vorbis decoding support. Our native decoder is completeDiego Biurrun2007-11-04
| | | | | | and has no known bugs, any remaining issues will hopefully be uncovered now. Originally committed as revision 10924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variableBenjamin Larsson2007-11-04
| | | | Originally committed as revision 10922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move external library codec registration to a separate section after allDiego Biurrun2007-11-04
| | | | | | native codecs. This way native implementations are always preferred. Originally committed as revision 10917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoding support for variable block size FLAC files using the latest FLACJosh Coalson2007-11-04
| | | | | | specification. Patch by Josh Coalson. Originally committed as revision 10916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.Josh Coalson2007-11-03
| | | | Originally committed as revision 10915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Electronic Arts XAS ADPCM decoderAurelien Jacobs2007-11-03
| | | | | | based on a patch from Peter Ross Originally committed as revision 10913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: ↵Fabrice Bellard2007-11-03
| | | | | | [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM Originally committed as revision 10909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov2007-11-02
| | | | | | (for upcoming SV8 decoder) Originally committed as revision 10905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move adx.c to adxdec.cAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split adx encoder in its own fileAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless debug funcAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10902 to svn://svn.ffmpeg.org/ffmpeg/trunk