summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-02
* bink: Rename BinkDSPContext member so as not to clash with BlockDSPContextDiego Biurrun2014-06-02
* Decode both parts of Indeo4 IP framesDirk Ausserhaus2014-06-01
* Move Indeo4 frametypes into common header.Dirk Ausserhaus2014-06-01
* flacenc: send final extradata in packet side dataAnton Khirnov2014-06-01
* lavc: add an option to enable side data-only packets during encodingAnton Khirnov2014-06-01
* libavcodec: set AVFrame colorspace fields on decodingwm42014-06-01
* lavu: add all color-related enums to AVFramewm42014-06-01
* ppc: Fix compilation for ppc64le (ELFv2)Thierry Fauck2014-05-30
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* dsputil: Move Bink-specific add_pixels8 to binkdspDiego Biurrun2014-05-29
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-29
* dsputil: Move mspel_pixels_tab to the only place it is usedDiego Biurrun2014-05-29
* dsputil: Move ff_alternate_*_scan tables to mpegvideoDiego Biurrun2014-05-29
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-29
* svq1enc: Rename SVQ1Context to SVQ1EncContextDiego Biurrun2014-05-29
* ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-28
* flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov2014-05-28
* flacdec: do not overwrite a channel layout set by the callerAnton Khirnov2014-05-28
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-27
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
* h264_picture: Remove pointless dsputil.h #includeDiego Biurrun2014-05-27
* on2avc: Remove pointless dsputil.h #includeDiego Biurrun2014-05-27
* avcodec: bump version after rotation apiVittorio Giovara2014-05-23
* dca: Convert dca_dmixtable to integersNiels Möller2014-05-23
* check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)Janne Grunau2014-05-20
* Add transformation matrix API.Vittorio Giovara2014-05-19
* pthread_frame: simplify the code by using new AVPacket APIAnton Khirnov2014-05-19
* avpacket: fix copying side data in av_packet_copy_props()Anton Khirnov2014-05-19
* hevc/intra_pred: simplify neighboring sample derivationAnton Khirnov2014-05-19
* hevc/intra_pred: drop unnecessary conditions in loopsMickaël Raulet2014-05-19
* hevc/intra_pred: optimize EXTEND_()*Mickaël Raulet2014-05-19
* hevc: templatize intra_predAnton Khirnov2014-05-19
* hevc: templatize pred_planarMickaël Raulet2014-05-19
* lavc: add avcodec_free_context().Anton Khirnov2014-05-18
* lavc: remove the locking code in avcodec_close()Anton Khirnov2014-05-18
* aarch64: opus NEON iMDCT and FFTJanne Grunau2014-05-15
* lavc: properly handle subtitle_header in avcodec_copy_context()Anton Khirnov2014-05-15
* lavc: preserve the original private data in avcodec_copy_context()Anton Khirnov2014-05-15
* lavc: add a native Opus decoder.Anton Khirnov2014-05-15
* build: handle library dependencies in configureJanne Grunau2014-05-13
* aarch64: assembler in clang-3.4 ignores the division by twoJanne Grunau2014-05-13
* lavc: Add new VDA hwaccelAnton Khirnov2014-05-11
* vda: use hwaccel private data for internal bitstream bufferAnton Khirnov2014-05-11
* lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov2014-05-11
* hwaccel: Support specific frame allocatorsLuca Barbato2014-05-11
* hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov2014-05-11
* lavc: document which parts of AVHWAccel are private.Anton Khirnov2014-05-11
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-11
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-11