summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Fix start_display_time/end_display_time to be relative to packet pts in xsub ↵Reimar Döffinger2009-08-15
| | | | | | | | decoder. Makes no difference for the sample AVI files since they all have no packet pts values. Originally committed as revision 19646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Reimar Döffinger2009-08-15
| | | | Originally committed as revision 19645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code that is now dead.Reimar Döffinger2009-08-15
| | | | Originally committed as revision 19644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify initialization of AVSubtitle by using memset.Reimar Döffinger2009-08-15
| | | | Originally committed as revision 19643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure AVSubtitle is initialized, memset it to 0.Reimar Döffinger2009-08-15
| | | | Originally committed as revision 19642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix cmd_pos bounds check to avoid the overflow case.Reimar Döffinger2009-08-15
| | | | Originally committed as revision 19640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Carl Eugen Hoyos2009-08-14
| | | | Originally committed as revision 19639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10L: remove instruction left over from debuggingMåns Rullgård2009-08-14
| | | | Originally committed as revision 19638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised vorbis_inverse_couplingMåns Rullgård2009-08-14
| | | | | | 12% faster Vorbis decoding on Cortex-A8. Originally committed as revision 19637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_celp_circ_addf() function to be used for sparse vector circularColin McQuillan2009-08-12
| | | | | | | | | | convolution in the upcoming AMR-NB floating point decoder. The function scales and adds a vector, that is lagged by some offset, to another vector with the same number of elements. Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a memleak with win32 threads: the handle returned by _beginthreadexShehzad Salim2009-08-12
| | | | | | | must be closed (this differs from _beginthread). Patch by Shehzad Salim (shehzadsalim gmail com) Originally committed as revision 19633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their nativeAlexis Ballier2009-08-11
| | | | | | | | endian counterparts. Patch by Alexis Ballier, alexis D ballier gmail Originally committed as revision 19626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a crash in SVQ1 with cmp!=sadLoren Merritt2009-08-11
| | | | Originally committed as revision 19625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #ifdefs from conditionally used files.Diego Biurrun2009-08-10
| | | | Originally committed as revision 19615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eval: include libavutil/mathematics.h for NAN and M_PIMåns Rullgård2009-08-10
| | | | Originally committed as revision 19613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eval: include our headers after system headersMåns Rullgård2009-08-10
| | | | Originally committed as revision 19612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out cruft.Diego Biurrun2009-08-06
| | | | Originally committed as revision 19605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make WMV2 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
| | | | Originally committed as revision 19601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MPEG-4 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
| | | | Originally committed as revision 19600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make WMV1 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
| | | | Originally committed as revision 19599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.Diego Biurrun2009-08-05
| | | | | | The latter can never be enabled without the former. Originally committed as revision 19598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make FLV encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-05
| | | | Originally committed as revision 19597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER.Diego Biurrun2009-08-05
| | | | | | The latter can never be enabled without the former. Originally committed as revision 19596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make H.263+ (H263P) encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-05
| | | | Originally committed as revision 19595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on theDiego Biurrun2009-08-05
| | | | | | H.263 encoder in configure. Originally committed as revision 19594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER orDiego Biurrun2009-08-05
| | | | | | | CONFIG_RV20_ENCODER when also checking for CONFIG_H263_ENCODER. The RV10/RV20 encoders depend on the H.263 encoder. Originally committed as revision 19593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure.Diego Biurrun2009-08-05
| | | | Originally committed as revision 19592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: move fixed_coeffs into the aligned arrays comment groupJustin Ruggles2009-08-05
| | | | Originally committed as revision 19590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitJustin Ruggles2009-08-05
| | | | Originally committed as revision 19589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: simplify zero-bit mantissa dithering by calculating itJustin Ruggles2009-08-05
| | | | | | | conditionally during mantissa decoding, then only removing it from the coupling range for coupled channels which do not use dithering. Originally committed as revision 19588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation and line wrapJustin Ruggles2009-08-05
| | | | Originally committed as revision 19587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics after last commitJustin Ruggles2009-08-05
| | | | Originally committed as revision 19586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify decode_band_structure() so that the actual band structure is onlyJustin Ruggles2009-08-05
| | | | | | | used within the function. This removes the need to have the coupling band structure stored in the AC3DecodeContext. Originally committed as revision 19585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use coupling band sizes instead of coupling band structure whenJustin Ruggles2009-08-05
| | | | | | calculating coupling transform coefficients. Originally committed as revision 19584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse frame size code, see "svq3.c: parse frame size" thread on ML.Ronald S. Bultje2009-08-04
| | | | Originally committed as revision 19583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update x264 asm code to latest to add support for 64-bit Windows.John Adcock2009-08-04
| | | | | | | | | | Use the new x86inc features to support 64-bit Windows on all non-x264 nasm assembly code as well. Patch by John Adcock, dscaler.johnad AT googlemail DOT com. Win64 changes originally by Anton Mitrofanov. x86util changes mostly by Holger Lubitz. Originally committed as revision 19580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split RV10 encoder off into its own file.Diego Biurrun2009-08-03
| | | | Originally committed as revision 19579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split RV20 encoder into its own file.Diego Biurrun2009-08-03
| | | | Originally committed as revision 19578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add more detailed information to the documentation forJustin Ruggles2009-08-03
| | | | | | decode_band_structure(). Originally committed as revision 19577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic: Reindent after last commitJeff Downs2009-08-03
| | | | Originally committed as revision 19576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r18344. Fixes at least issue 1218, 1221, and 1187), see masterJeff Downs2009-08-03
| | | | | | | issue 1221 for details. Briefly, out of bounds field mvs in field pictures would cause a crash. Originally committed as revision 19575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf()Colin McQuillan2009-08-03
| | | | | | Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun2009-08-03
| | | | | | It is better to keep the declarations in conditionally compiled places. Originally committed as revision 19573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan2009-08-03
| | | | | | | | | | qcelp_lsp exported a single function, ff_acelp_lspd2lpc, which was not specific to qcelp. It can be kept with its fixed-point version ff_acelp_lsp2lpc in lpc.c. Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the LSP naming more consistentColin McQuillan2009-08-03
| | | | | | | | | | Use the convention from lsp.c: an LSF is a frequency, an LSP is the cosine of an LSF, and LSP functions should have an ff_acelp prefix. Use a "d" suffix to specify doubles. Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type.Justin Ruggles2009-08-03
| | | | Originally committed as revision 19569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out cruft.Diego Biurrun2009-08-02
| | | | Originally committed as revision 19566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make XVMC mpegvideo decoder depend on mpegvideo decoder.Diego Biurrun2009-08-02
| | | | | | It makes no sense to enable the former without the latter. Originally committed as revision 19565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-08-02
| | | | Originally committed as revision 19564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add approved hunks of the wmapro decoderSascha Sommer2009-08-02
| | | | Originally committed as revision 19563 to svn://svn.ffmpeg.org/ffmpeg/trunk