summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* rtpdec: Don't pass a non-AVClass pointer as log contextMartin Storsjö2012-10-22
| | | | | | The log context is assumed to start with an AVClass pointer. Signed-off-by: Martin Storsjö <martin@martin.st>
* rtsp: Update a comment to the current filename schemeMartin Storsjö2012-10-22
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avcodec: handle AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
| | | | | | | | | | Error out on init if a codec with CODEC_CAP_EXPERIMENTAL is requested and strict_std_compliance is not FF_COMPLIANCE_EXPERIMENTAL. Move the check from avconv to avcodec_open2() and return AVERROR_EXPERIMENTAL accordingly. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* avcodec: prefer decoders without CODEC_CAP_EXPERIMENTALNathan Caldwell2012-10-21
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* fate: adpcm: cosmetics: Sort test entriesDiego Biurrun2012-10-20
| | | | This also places tests of related formats together.
* fate: adpcm: Add dependenciesDiego Biurrun2012-10-20
|
* svq3: cosmetics: Drop useless parenthesesDiego Biurrun2012-10-20
|
* svq3: K&R formatting cosmeticsDiego Biurrun2012-10-20
|
* fate: Introduce ENCMUX macro for tests that require encoders and a muxerDiego Biurrun2012-10-20
|
* ffv1: Add missing #includes to header fileDiego Biurrun2012-10-20
|
* doc/platform: Add info on shared builds with MSVCDerek Buitenhuis2012-10-20
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc/platform: Move a caveat down to the notes sectionDerek Buitenhuis2012-10-20
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* ARM: reinstate optimised intmath.hMans Rullgard2012-10-20
| | | | | | Use of the ARM optimised intmath.h was accidentally dropped in 9734b8b. Signed-off-by: Mans Rullgard <mans@mansr.com>
* ffv1: update to ffv1 version 3Luca Barbato2012-10-20
| | | | Based on code from Carl Eugen Hoyos, Michael Niedermayer and Paul B Mahol.
* ffv1: propagate errorsLuca Barbato2012-10-20
|
* ffv1: split decoder and encoderLuca Barbato2012-10-20
|
* avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibilityMartin Storsjö2012-10-20
| | | | | | | | | | | | Earlier versions of for instance of libavcodec expect this symbol to be present in libavutil. This commit can be reverted after the next major bump. New shared builds of avcodec will link to the internal copy of the table within that library, so those builds won't rely on this table being present in avutil any longer either. Signed-off-by: Martin Storsjö <martin@martin.st>
* avutil: make some tables visible againReinhard Tartler2012-10-20
| | | | | | | These tables are used for instance by older versions of libavcodec and need to remain visible until the next SONAME bump. Signed-off-by: Martin Storsjö <martin@martin.st>
* avutil: remove inline av_log2 from public APIMans Rullgard2012-10-20
| | | | | | | | This removes inline av_log2 and av_log2_16bit from the public API, instead exporting them as regular functions. In-tree code still gets the inline and otherwise optimised variants. Signed-off-by: Mans Rullgard <mans@mansr.com>
* celp_math: rename ff_log2 to ff_log2_q15Mans Rullgard2012-10-20
| | | | | | | This name is more descriptive as the function returns a fixed-point value with 15 fraction bits. Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: Group math functions into a separate variableDiego Biurrun2012-10-20
| | | | This avoids some duplication when listing and testing for the functions.
* avutil/mem: K&R formatting cosmeticsDiego Biurrun2012-10-20
|
* avutil/lzo: K&R formatting cosmeticsDiego Biurrun2012-10-20
|
* fate-vc1: add dependenciesMans Rullgard2012-10-20
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* ARM: fix overreads in neon h264 chroma mcMans Rullgard2012-10-20
| | | | | | | | The loops were reading ahead one line, which could end up outside the buffer for reference blocks at the edge of the picture. Removing this readahead has no measurable performance impact. Signed-off-by: Mans Rullgard <mans@mansr.com>
* rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packetMartin Storsjö2012-10-20
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* gitignore: ignore files created by msvcHendrik Leppkes2012-10-19
| | | | | | | | exp files are created in every build and contain export information of the libraries. Both pdb and ilk are created during debug builds, and contain linking and debug information used by MSVC. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* fate: Add proper dependencies for the tests in video.makMartin Storsjö2012-10-19
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* configure: Disable Snow decoder and encoder by defaultDiego Biurrun2012-10-19
| | | | Snow has serious unfixed bugs and no real-world use.
* lzo: Drop obsolete fast_memcpy referenceDiego Biurrun2012-10-19
|
* build: Drop OBJS declaration for non-existing PCM_DVD encoderDiego Biurrun2012-10-19
|
* mpeg4videodec: Disable frame multithreading for GMC, its not implemented at allMichael Niedermayer2012-10-19
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Add proper dependencies in qt.makMartin Storsjö2012-10-19
| | | | | | The output of make fate-list is identical to before. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Add proper dependencies in lossless-video.makMartin Storsjö2012-10-19
| | | | | | The output of make fate-list is identical to before. Signed-off-by: Martin Storsjö <martin@martin.st>
* indeo3: do not try to output more lines than we can fitKostya Shishkov2012-10-19
| | | | | | | | Internally chroma planes have multiple of four height while allocated image planes might be smaller if CODEC_FLAG_EMU_EDGE is set. Thus we should not output more lines of chroma than frame can accept. Also the decoder can be safely switched to direct rendering now.
* bmv: get a new frame on every decode_frame(), so we can use direct renderingKostya Shishkov2012-10-19
|
* configure: fix libcdio checkMans Rullgard2012-10-19
| | | | | | The compiler/linker flags passed to check_lib2 should not be quoted. Signed-off-by: Mans Rullgard <mans@mansr.com>
* rtsp: Allow setting the reordering buffer size via an AVOptionMartin Storsjö2012-10-18
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* rtsp: Vertically align a constant definitionMartin Storsjö2012-10-18
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* rtp: Update the check for distinguishing between RTP and RTCPMartin Storsjö2012-10-18
| | | | | | | Also add enums for more RTCP packet types, according to the IANA list of registered types. Signed-off-by: Martin Storsjö <martin@martin.st>
* aac: fix build with hardcoded tablesMans Rullgard2012-10-18
| | | | | | | | | | | aac_tablegen.h includes aac.h for the POW_SF2_ZERO definition, but this also pulls in a raft of other headers, some of which are not safe to use in code built with the host compiler. Moving POW_SF2_ZERO to aac_tablegen_decl.h, where the declaration of the array it relates to already resides, fixes the problems. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: dependencies for screen codec testsDiego Biurrun2012-10-18
|
* riff: Move functions around to be covered by appropriate #ifdefsDiego Biurrun2012-10-18
| | | | This fixes compilation with --disable-muxers.
* avformat: Fix references to the removed function av_write_header in commentsMartin Storsjö2012-10-18
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* changelog: Mention the MSVC DLL supportMartin Storsjö2012-10-18
| | | | | | | Also retroactively add a changelog entry to the 9beta1 list for general MSVC support, which was present there already. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: add dependencies for misc microsoft codecsMans Rullgard2012-10-18
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate-twinvq: add dependenciesMans Rullgard2012-10-18
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate-mpc: add dependenciesMans Rullgard2012-10-18
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate-indeo: add dependenciesMans Rullgard2012-10-18
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>