summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* matroskaenc: Allow VP9 and Opus in webmTudor Suciu2014-06-01
* rtpenc_chain: Don't copy the time base to the source stream by defaultMartin Storsjö2014-05-31
* ppc: Fix compilation for ppc64le (ELFv2)Thierry Fauck2014-05-30
* Revert "rtpenc_chain: Don't copy the time_base back to the caller"Martin Storsjö2014-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
* aarch64: Use the correct syntax for relocationsMartin Storsjö2014-05-29
* matroskaenc: set the stream timebase earlierAnton Khirnov2014-05-29
* flvenc: only write the framerate tag based on avg_frame_rateAnton Khirnov2014-05-29
* movenc: write avg_frame_rate as the framerate, not the codec timebaseAnton Khirnov2014-05-29
* matroskaenc: base DefaultDuration on the framerate, not the codec timebaseAnton Khirnov2014-05-29
* frame: fix the error path in av_frame_copy_props()Roman Savchenko2014-05-29
* af_resample: Use avresample_get_out_samplesLuca Barbato2014-05-28
* avresample: Add avresample_get_out_samplesLuca Barbato2014-05-28
* nut: Support experimental NUT 4 featuresLuca Barbato2014-05-28
* avformat: Provide a standard compliance flagLuca Barbato2014-05-28
* oggenc: Fix the EOS flagMichael Niedermayer2014-05-28
* ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-28
* ppc: util_altivec: Drop unused macrosDiego Biurrun2014-05-28
* matroskaenc: write the channel mask for FLACAnton Khirnov2014-05-28
* vorbiscomment: simplify API by using av_dict_count()Anton Khirnov2014-05-28
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
* matroskadec: export just the STREAMINFO block as FLAC extradataAnton Khirnov2014-05-28
* matroskadec: split parsing tracks into a separate functionAnton Khirnov2014-05-28
* flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov2014-05-28
* flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel filesAnton Khirnov2014-05-28
* flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tagAnton Khirnov2014-05-28
* flacdec: do not overwrite a channel layout set by the callerAnton Khirnov2014-05-28
* oggenc: Flush after writing headersAndrew Kelley2014-05-27
* oggenc: Move ogg_write_pages up above ogg_write_headerAndrew Kelley2014-05-27
* 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
* lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NBAnton Khirnov2014-05-26
* buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov2014-05-26
* vf_fieldorder: avoid using AV_PIX_FMT_NBAnton Khirnov2014-05-26
* vf_scale: use the pixfmt descriptor APIAnton Khirnov2014-05-26
* vf_format: rework format list parsingAnton Khirnov2014-05-26
* imgutils: make systematic palette opaque.Carl Eugen Hoyos2014-05-25
* smoothstream: check malloc callsNidhi Makhijani2014-05-24