summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove useless includeBaptiste Coudurier2009-05-23
| | | | Originally committed as revision 18906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set progressive_sequence before MPV_common_init which cares about it whenBaptiste Coudurier2009-05-23
| | | | | | setting mb_height for interlaced mpeg-2 encoding. Originally committed as revision 18905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert part of r18903:Ramiro Polla2009-05-23
| | | | | | | | | | | | MLP DSP functions x86-optimized. 12.59% overall speedup in x86_32 9.98% overall speedup in x86_64 compared to gcc 4.3.3 It breaks on x86_64 with PIC because the MANGLE macro appends (%%rip), which is not wanted for labels. Originally committed as revision 18904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MLP DSP functions x86-optimized.Ramiro Polla2009-05-23
| | | | | | | | 12.59% overall speedup in x86_32 9.98% overall speedup in x86_64 compared to gcc 4.3.3 Originally committed as revision 18903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mouse seeking when start time is not set, fix #1083Baptiste Coudurier2009-05-22
| | | | Originally committed as revision 18902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated RGB_TO_[YUV] macros, use those included inStefano Sabatini2009-05-22
| | | | | | libavcodec/colorspace.h. Originally committed as revision 18901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar for avfilter_graph_parse() doxy.Stefano Sabatini2009-05-22
| | | | Originally committed as revision 18900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix libtheora encoding for non-mod16 sizesDavid Conrad2009-05-22
| | | | Originally committed as revision 18899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
| | | | Originally committed as revision 18898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fail if stream fifo could not be allocatedBaptiste Coudurier2009-05-22
| | | | Originally committed as revision 18897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move eatgq blocks array from the stack to the codec context and make sureReimar Döffinger2009-05-22
| | | | | | | | it is aligned as necessary for DSPContext's idct_put. Just aligning it on the stack would have been possible but less reliable and without any real benefit. Originally committed as revision 18896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set speex frame_size in ogg demuxerDavid Conrad2009-05-22
| | | | Originally committed as revision 18895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix some typos.Diego Biurrun2009-05-22
| | | | Originally committed as revision 18894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print out more verbose licensing information.Diego Biurrun2009-05-22
| | | | Originally committed as revision 18893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_fifo_alloc returnBaptiste Coudurier2009-05-21
| | | | Originally committed as revision 18892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly check for audio streams in mpeg ps muxer, fix multiple audio tracksBaptiste Coudurier2009-05-21
| | | | Originally committed as revision 18891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: typing mistake in r18888Justin Ruggles2009-05-21
| | | | Originally committed as revision 18890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eac3dec: fix bug in GAQ dequantization. large mantissas should only beJustin Ruggles2009-05-21
| | | | | | decoded when the gain value is 2 or 4. Originally committed as revision 18889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eac3dec: make GAQ dequantization 24-bitJustin Ruggles2009-05-21
| | | | Originally committed as revision 18888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-21
| | | | | | dequantization 24-bit in a separate commit. Originally committed as revision 18887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mathops: sort arch-specific #include linesMåns Rullgård2009-05-20
| | | | Originally committed as revision 18886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mathops: whitespace cosmeticsMåns Rullgård2009-05-20
| | | | Originally committed as revision 18885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create shared libs correctly, fix mingw buildMåns Rullgård2009-05-20
| | | | Originally committed as revision 18884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add QCP demuxer.Kenan Gillet2009-05-20
| | | | Originally committed as revision 18883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention LGPL AC-3 decoder in the changelog.Diego Biurrun2009-05-20
| | | | Originally committed as revision 18882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix building from within subdirsMåns Rullgård2009-05-20
| | | | Originally committed as revision 18881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use IF1 frame sizes in AMR-WB.Martin Storsjö2009-05-20
| | | | | | Patch by Martin Storsjö: martin (remove that) at martin (oh and this too) st Originally committed as revision 18880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.Siarhei Siamashka2009-05-20
| | | | Originally committed as revision 18879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for a problem with inverted sign of output data from ffvorbis decoder.Siarhei Siamashka2009-05-20
| | | | | | | | Now the sign of audio samples in ffvorbis output is the same as in original uncompressed audio file and this also allows the use of tiny_psnr to compare ffvorbis with libvorbis/tremor. Originally committed as revision 18878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for testing (i)MDCT output scale factor in fft-test tool.Siarhei Siamashka2009-05-20
| | | | Originally committed as revision 18877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun2009-05-19
| | | | | | in the build system and documentation that mark it as GPL. Originally committed as revision 18876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.Jason Garrett-Glaser2009-05-19
| | | | Originally committed as revision 18875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define ARCH_MIPS64 when building for MIPS64Måns Rullgård2009-05-19
| | | | Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define HAVE_BIGENDIAN as 0 or 1 according to CPU typeMåns Rullgård2009-05-19
| | | | | | | This should replace the inconsistently named and defined WORDS_BIGENDIAN. Originally committed as revision 18873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add some MIPS CPUsMåns Rullgård2009-05-19
| | | | Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing libavformat dependencies on mpeg4audio.oAlex Converse2009-05-19
| | | | Originally committed as revision 18871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let SwScaler know that RGB48 BE/LE is 16-bits per component format.Kostya Shishkov2009-05-19
| | | | Originally committed as revision 29317 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move AMR-WB-specific code to the AMR-WB section of the file.Diego Biurrun2009-05-19
| | | | | | Fixes compilation when AMR-NB #includes are not available on the system. Originally committed as revision 18870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file.Diego Biurrun2009-05-19
| | | | Originally committed as revision 18869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Kostya Shishkov2009-05-19
| | | | Originally committed as revision 29316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Log with level AV_LOG_ERROR if av_parse_color() cannot recognize aStefano Sabatini2009-05-18
| | | | | | color. Originally committed as revision 18868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-18
| | | | | | Gets rid of 'cast discards qualifiers from pointer target type' warnings. Originally committed as revision 18867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentBenjamin Larsson2009-05-17
| | | | Originally committed as revision 18866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3Benjamin Larsson2009-05-17
| | | | Originally committed as revision 18865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentBenjamin Larsson2009-05-17
| | | | Originally committed as revision 18864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson2009-05-17
| | | | Originally committed as revision 18863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make TMV decoder check packet sizes before reading from it.Vitor Sessak2009-05-17
| | | | | | FATE test 295 might need updating. Originally committed as revision 18862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a forward declaration of mpeg1_decode_block_intra to fix compilationReimar Döffinger2009-05-17
| | | | | | broken by r18859 for e.g. all gcc 4 compilers. Originally committed as revision 18861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-17
| | | | | | simpler and also fixes a bug in GAQ dequantization. Originally committed as revision 18860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg12: fix non-standard use of "extern inline"Måns Rullgård2009-05-17
| | | | | | | | Rename ff_mpeg1_decode_block_intra to mpeg1_decode_block_intra and make it static. Add ff_mpeg1_decode_block_intra as plain extern function calling mpeg1_decode_block_intra. Originally committed as revision 18859 to svn://svn.ffmpeg.org/ffmpeg/trunk