summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
| | | | Also reorder some other #include when applicable.
* lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles2012-11-11
|
* mss2: prevent potential uninitialized readsAlberto Delmás2012-11-11
| | | | | | | | The alternative to zeroing on init is setting the corrupted flag in all cases where pal_pic is not fully written, at the cost of added complexity. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* mss2: reindent after last commitKostya Shishkov2012-11-11
|
* mss2: fix handling of unmasked implicit WMV9 rectanglesAlberto Delmás2012-11-11
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* configure: add lavu dependency to lavr/lavfi .pc filesAnton Khirnov2012-11-11
|
* x86inc: Set program_name outside of x86inc.asmDiego Biurrun2012-11-11
| | | | This reduces the local difference to the x264 upstream version.
* x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macrosDiego Biurrun2012-11-10
|
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-09
|
* x86: h264_qpel_10bit: port to cpuflagsDiego Biurrun2012-11-09
|
* flacenc: ensure the order is within the min/max range in LPC order searchJustin Ruggles2012-11-08
| | | | | | This fixes use of uninitialized values when the FLAC encoder uses the 2-level, 4-level, and 8-level search methods. Fixes failure of the fate-flac-24-comp-8 test when run using valgrind.
* avconv: rescale packet duration to muxer time base when flushing encodersJustin Ruggles2012-11-08
| | | | Fixes Bug 385
* add 24-bit FLAC encoding to ChangelogJustin Ruggles2012-11-08
| | | | Also move a misplaced line from the 9_beta2 section to <next>
* rtpenc_aac: Fix calculation of the header sizeLuca Abeni2012-11-08
| | | | | | | | Previously the high end byte was always set to zero. Also get rid of an unnecessary multiplication (which in practice couldn't overflow) before shifting. Signed-off-by: Martin Storsjö <martin@martin.st>
* x86: h264_intrapred: port to cpuflagsDiego Biurrun2012-11-08
|
* libvpxenc: Allow enabling constrained quality (CQ) modeJames Zern2012-11-08
| | | | | | The CQ mode was introduced in libvpx 0.9.6. Signed-off-by: Martin Storsjö <martin@martin.st>
* libopencore-amr: Check the return value of amr_decode_fix_avctxMartin Storsjö2012-11-07
| | | | | | | | | | | | | This allows getting rid of redundant checks later in the codec specific init functions. Move the check to before actually initializing the decoder lib, to simplify error handling. This fixes a case of returning a value from a void function, present since d40dab907. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: atrac: Place atrac1 and atrac3 tests in different groupsDiego Biurrun2012-11-06
|
* fate: aac: cosmetics: Group AAC LATM tests togetherDiego Biurrun2012-11-06
|
* x86: avresample: Add missing colons to assembly labelsDiego Biurrun2012-11-06
| | | | YASM accepts labels without colons, but NASM issues warnings.
* FATE: add a 24-bit FLAC encoding testJustin Ruggles2012-11-05
|
* FATE: rename FLAC tests from flac-* to flac-16-*Justin Ruggles2012-11-05
| | | | | This will distinguish FLAC 16-bit tests from FLAC tests with other bit depths.
* flacenc: use RICE2 entropy coding mode for 24-bitJustin Ruggles2012-11-05
|
* flacenc: add 24-bit encodingJustin Ruggles2012-11-05
|
* flacdsp: move lpc encoding from FLAC encoder to FLACDSPContextJustin Ruggles2012-11-05
| | | | | Also, templatize the functions for 16-bit and 32-bit sample range. This will be used for 24-bit FLAC encoding.
* flacenc: use uint64_t for bit countsJustin Ruggles2012-11-05
| | | | Needed to avoid integer overflows for 24-bit encoding.
* flacenc: remove wasted trailing 0 bitsJustin Ruggles2012-11-05
|
* lavu: add av_ctz() for trailing zero bit countJustin Ruggles2012-11-05
|
* flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endianJustin Ruggles2012-11-05
| | | | This is much faster than calculating the MD5 one sample at a time.
* fate: aac: Place LATM tests and general AAC tests in different groupsDiego Biurrun2012-11-05
|
* build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()Diego Biurrun2012-11-05
|
* x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabledDiego Biurrun2012-11-05
| | | | This fixes compilation with --disable-everything and components enabled.
* x86: PABSW: port to cpuflagsDiego Biurrun2012-11-05
|
* x86: vc1dsp: port to cpuflagsDiego Biurrun2012-11-05
|
* rtmp: Use av_strlcat instead of strncatMartin Storsjö2012-11-05
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: add apidoc target for doxygen API documentationJanne Grunau2012-11-02
| | | | | | | | | Documentation includes only the externally visible API of the installed headers. Based on a patch by Anton Khirnov <anton@khirnov.net>. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* matroskadec: do not use avpacket internalsAnton Khirnov2012-11-02
|
* lavf: fix av_interleaved_write_frame() doxy.Anton Khirnov2012-11-02
| | | | A sentence was mistakenly inserted in the middle of another sentence.
* lavf: clarify the lifetime of demuxed packets.Anton Khirnov2012-11-02
|
* avconv: do not free muxed packet on streamcopy.Anton Khirnov2012-11-02
| | | | | | The packet belongs to lavf, the caller must not free it or access it in any other way. No change in practice, since destruct is set to NULL anyway.
* crc: move doxy to the headerAnton Khirnov2012-11-02
|
* vf_drawtext: do not use deprecated av_tree_node_sizeAnton Khirnov2012-11-02
|
* x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-02
|
* parser: Move Doxygen documentation to the header filesDiego Biurrun2012-11-02
|
* PGS subtitles: Expose forced flagJohn Stebbins2012-11-02
| | | | | | | Useful for detection of subtitles displayed during foreign language scenes. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* x86: PMINUB: port to cpuflagsDiego Biurrun2012-11-02
|
* x86: ac3dsp: port to cpuflagsDiego Biurrun2012-11-02
|
* x86util: Add cpuflags_mmxext alias for cpuflags_mmx2Diego Biurrun2012-11-02
| | | | "mmxext" is a more sensible name and more common in outside projects.
* x86inc: Only define program_name if the macro is unsetDiego Biurrun2012-11-02
| | | | This allows overriding the value from outside of the file.
* dv1394: Swap the min and max values of the 'standard' optionMichael Niedermayer2012-11-02
| | | | | | DV1394_NTSC has a lower value than DV1394_PAL. Signed-off-by: Martin Storsjö <martin@martin.st>