summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-2917-267/+468
* dsputil: Move mspel_pixels_tab to the only place it is usedDiego Biurrun2014-05-295-119/+135
* dsputil: Move ff_alternate_*_scan tables to mpegvideoDiego Biurrun2014-05-294-26/+26
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-2910-134/+252
* svq1enc: Rename SVQ1Context to SVQ1EncContextDiego Biurrun2014-05-291-10/+10
* aarch64: Use the correct syntax for relocationsMartin Storsjö2014-05-291-2/+2
* matroskaenc: set the stream timebase earlierAnton Khirnov2014-05-293-27/+27
* flvenc: only write the framerate tag based on avg_frame_rateAnton Khirnov2014-05-299-72/+72
* movenc: write avg_frame_rate as the framerate, not the codec timebaseAnton Khirnov2014-05-291-1/+7
* matroskaenc: base DefaultDuration on the framerate, not the codec timebaseAnton Khirnov2014-05-293-25/+26
* frame: fix the error path in av_frame_copy_props()Roman Savchenko2014-05-291-1/+1
* af_resample: Use avresample_get_out_samplesLuca Barbato2014-05-281-7/+2
* avresample: Add avresample_get_out_samplesLuca Barbato2014-05-284-8/+42
* nut: Support experimental NUT 4 featuresLuca Barbato2014-05-285-9/+112
* avformat: Provide a standard compliance flagLuca Barbato2014-05-284-1/+15
* oggenc: Fix the EOS flagMichael Niedermayer2014-05-282-3/+3
* ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-282-3/+4
* ppc: util_altivec: Drop unused macrosDiego Biurrun2014-05-281-11/+0
* matroskaenc: write the channel mask for FLACAnton Khirnov2014-05-282-2/+47
* vorbiscomment: simplify API by using av_dict_count()Anton Khirnov2014-05-284-16/+10
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-2811-12/+53
* matroskadec: export just the STREAMINFO block as FLAC extradataAnton Khirnov2014-05-281-1/+24
* matroskadec: split parsing tracks into a separate functionAnton Khirnov2014-05-281-58/+69
* flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov2014-05-284-17/+28
* flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel filesAnton Khirnov2014-05-283-0/+36
* flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tagAnton Khirnov2014-05-281-0/+15
* flacdec: do not overwrite a channel layout set by the callerAnton Khirnov2014-05-281-1/+4
* oggenc: Flush after writing headersAndrew Kelley2014-05-272-1/+3
* oggenc: Move ogg_write_pages up above ogg_write_headerAndrew Kelley2014-05-271-22/+22
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-2714-166/+278
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-2723-378/+578
* h264_picture: Remove pointless dsputil.h #includeDiego Biurrun2014-05-271-1/+0
* on2avc: Remove pointless dsputil.h #includeDiego Biurrun2014-05-271-1/+0
* lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NBAnton Khirnov2014-05-261-7/+11
* buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov2014-05-261-1/+1
* vf_fieldorder: avoid using AV_PIX_FMT_NBAnton Khirnov2014-05-261-2/+3
* vf_scale: use the pixfmt descriptor APIAnton Khirnov2014-05-261-2/+8
* vf_format: rework format list parsingAnton Khirnov2014-05-261-51/+79
* imgutils: make systematic palette opaque.Carl Eugen Hoyos2014-05-251-1/+1
* smoothstream: check malloc callsNidhi Makhijani2014-05-241-0/+2
* rdt: check malloc callsNidhi Makhijani2014-05-241-2/+6
* avcodec: bump version after rotation apiVittorio Giovara2014-05-232-2/+2
* dca: Convert dca_dmixtable to integersNiels Möller2014-05-232-41/+42
* lavf: add av_stream_get_side_dataJanne Grunau2014-05-204-2/+32
* build: export library dependencies in ${name}_FFLIBSJanne Grunau2014-05-202-2/+2
* check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)Janne Grunau2014-05-201-1/+1
* display: Include mathematics.h for fallback definition of NANMartin Storsjö2014-05-191-0/+1
* mov: store display matrix in a stream side dataVittorio Giovara2014-05-192-10/+54
* Add transformation matrix API.Vittorio Giovara2014-05-199-1/+179
* pthread_frame: simplify the code by using new AVPacket APIAnton Khirnov2014-05-191-14/+3
OpenPOWER on IntegriCloud