summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* movenc: use the "encoder" metadata tag to write stsd CompressornameAnton Khirnov2014-05-18
* avconv: set the "encoder" tag when transcodingAnton Khirnov2014-05-18
* wavenc: use codec descriptors to get the codec nameAnton Khirnov2014-05-18
* doc/APIchanges: mark the release 10 branch pointAnton Khirnov2014-05-18
* doc/APIchanges: fill in missing hashes and datesAnton Khirnov2014-05-18
* dv: do not set codec timebaseAnton Khirnov2014-05-18
* avconv: set output avg_frame_rate when knownAnton Khirnov2014-05-18
* lavf: extend avg_frame_rate documentation.Anton Khirnov2014-05-18
* avienc: sanitize variable naming in write_header()Anton Khirnov2014-05-18
* yop: only set extradata size after it has been successfully allocatedAnton Khirnov2014-05-18
* yuv4mpegdec: do not set coded_frame propertiesAnton Khirnov2014-05-18
* yuv4mpeg: split the demuxer and muxer into separate filesAnton Khirnov2014-05-18
* a64: check that extradata exists before reading from itAnton Khirnov2014-05-18
* a64: remove unneeded struct qualifierAnton Khirnov2014-05-18
* 4xm: allocate extradata properly.Anton Khirnov2014-05-18
* lavc: add avcodec_free_context().Anton Khirnov2014-05-18
* lavc: remove the locking code in avcodec_close()Anton Khirnov2014-05-18
* riff: Pass block_align to estimate frame durationnu7742014-05-17
* hlsenc: Set the default codecs to AAC and H264Martin Storsjö2014-05-17
* build: Support building using clang-usan and disable-optimizationKaterina Barone-Adesi2014-05-16
* avisynth: set duration of audio streamsHendrik Leppkes2014-05-16
* FATE/opus: increase fuzz for the celt testsAnton Khirnov2014-05-16
* aarch64: opus NEON iMDCT and FFTJanne Grunau2014-05-15
* configure: fix enable-libopus help stringTristan Matthews2014-05-15
* build: add avresample after avcodec to FFLIBSJanne 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
* lavf: drop the zero-sized packets hackAnton Khirnov2014-05-15
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-15
* lavc: add a native Opus decoder.Anton Khirnov2014-05-15
* build: do not append $(FFLIBS-) to $(FFLIBS) if $(NAME) is not definedJanne Grunau2014-05-14
* lavf: properly document the distinction between flags and ctx_flagsAnton Khirnov2014-05-14
* build: handle library dependencies in configureJanne Grunau2014-05-13
* aarch64: assembler in clang-3.4 ignores the division by twoJanne Grunau2014-05-13
* avconv: Support VDA hwaccelAnton Khirnov2014-05-11
* lavc: Add new VDA hwaccelAnton Khirnov2014-05-11
* vda: use hwaccel private data for internal bitstream bufferAnton Khirnov2014-05-11
* lavu: Add a pixel format for new VDA hwaccelAnton 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
* pcm-dvd: Fix 20bit decodingnu7742014-05-09