summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Change "H.263 Intel" long name to "Intel H.263".Stefano Sabatini2009-01-26
| | | | Originally committed as revision 16808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix AAC data smuggling:Kostya Shishkov2009-01-26
| | | | | | aactab.h declares only 316 of 428 elements in ff_aac_pow2sf_tab[] Originally committed as revision 16805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded check.Benoit Fouet2009-01-26
| | | | Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an exploit in indeo by checking we are not writing out of the strip array.Benoit Fouet2009-01-26
| | | | | | Fixes issue 655 Originally committed as revision 16802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround for gcc 3.4 to align sh properlyDavid Conrad2009-01-26
| | | | Originally committed as revision 16797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly #include some required headers.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_WL32/AV_WB32 in bitstream.hReimar Döffinger2009-01-25
| | | | Originally committed as revision 16778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-25
| | | | Originally committed as revision 16775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised H.264 weighted predictionMåns Rullgård2009-01-25
| | | | Originally committed as revision 16771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised H.264 biweighted predictionMåns Rullgård2009-01-25
| | | | Originally committed as revision 16770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required headers to fix warnings during 'make checkheaders'.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: get total number of samples from STREAMINFOJustin Ruggles2009-01-25
| | | | Originally committed as revision 16768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-25
| | | | Originally committed as revision 16766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define FLAC metadata types in flac.hJustin Ruggles2009-01-25
| | | | Originally committed as revision 16765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: some line wrapping at 80 charsJustin Ruggles2009-01-24
| | | | Originally committed as revision 16763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: indentationJustin Ruggles2009-01-24
| | | | Originally committed as revision 16762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: use consistent coding style (K&R)Justin Ruggles2009-01-24
| | | | Originally committed as revision 16761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-24
| | | | | | and function declarations. Originally committed as revision 16755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2009-01-24
| | | | Originally committed as revision 16753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: change several AV_LOG_DEBUG to AV_LOG_ERRORJustin Ruggles2009-01-24
| | | | Originally committed as revision 16752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: remove another unneeded debugging statementJustin Ruggles2009-01-24
| | | | Originally committed as revision 16751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: remove unneeded debugging statementsJustin Ruggles2009-01-24
| | | | Originally committed as revision 16750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: remove some unused codeJustin Ruggles2009-01-24
| | | | Originally committed as revision 16749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required headers to fix 'make checkheaders'.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove alloc_table_0 and alloc_table_2, the sameStefan Gehrer2009-01-24
| | | | | | data exists in alloc_table_1 and alloc_table_3 Originally committed as revision 16745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2009-01-24
| | | | Originally committed as revision 16744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid duplication of size_table and offset_tableStefan Gehrer2009-01-24
| | | | Originally committed as revision 16743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid duplication of dquant_codeStefan Gehrer2009-01-24
| | | | Originally committed as revision 16742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not allocate RoqTempData on the stackVitor Sessak2009-01-24
| | | | Originally committed as revision 16739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename flac.c to flacdec.cJustin Ruggles2009-01-23
| | | | Originally committed as revision 16735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid allocating MPADecodeContext on stack.Andreas Öman2009-01-23
| | | | | | | Instead move relevant fields into MPADecodeHeader and use it where appropriate. Originally committed as revision 16728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov2009-01-23
| | | | Originally committed as revision 16726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov2009-01-23
| | | | | | Spotted by Stephen Warren. Originally committed as revision 16725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: add support for 3 additional sample rate codesJustin Ruggles2009-01-22
| | | | Originally committed as revision 16723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark ff_fft_init with av_cold.Alex Converse2009-01-22
| | | | Originally committed as revision 16722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up FFT related comments.Alex Converse2009-01-22
| | | | Originally committed as revision 16721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const, remove warning:Baptiste Coudurier2009-01-22
| | | | | | libavcodec/audioconvert.c:190: warning: initialization discards qualifiers from pointer target type Originally committed as revision 16716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-21
| | | | | | size. Thus, make demuxer and decoder handle it as a whole. Originally committed as revision 16708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort VdpPictureInfo alphabetically.Carl Eugen Hoyos2009-01-20
| | | | Originally committed as revision 16705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-01-20
| | | | Originally committed as revision 16700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20
| | | | | | | | be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
| | | | | | corresponding calls to av_random_init(). Originally committed as revision 16682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
| | | | Originally committed as revision 16681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code changeMåns Rullgård2009-01-18
| | | | Originally committed as revision 16677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: fix pix_abs16Måns Rullgård2009-01-18
| | | | Originally committed as revision 16675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser2009-01-18
| | | | Originally committed as revision 16671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser2009-01-18
| | | | Originally committed as revision 16670 to svn://svn.ffmpeg.org/ffmpeg/trunk