summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avpacket: fix copying side data in av_packet_copy_props()Anton Khirnov2014-05-191-1/+0
* lavf: deprecate now unused AVStream.ptsAnton Khirnov2014-05-194-107/+17
* mux: drop one of the hacks comprising compute_pkt_fields2()Anton Khirnov2014-05-191-7/+0
* avconv: do not use poorly defined and undocumented AVStream.ptsAnton Khirnov2014-05-191-1/+1
* hevc/intra_pred: simplify neighboring sample derivationAnton Khirnov2014-05-191-9/+7
* hevc/intra_pred: drop unnecessary conditions in loopsMickaël Raulet2014-05-191-19/+10
* hevc/intra_pred: optimize EXTEND_()*Mickaël Raulet2014-05-191-37/+28
* hevc: templatize intra_predAnton Khirnov2014-05-194-9/+25
* hevc: templatize pred_planarMickaël Raulet2014-05-191-42/+18
* movenc: use the "encoder" metadata tag to write stsd CompressornameAnton Khirnov2014-05-182-2/+6
* avconv: set the "encoder" tag when transcodingAnton Khirnov2014-05-183-24/+54
* wavenc: use codec descriptors to get the codec nameAnton Khirnov2014-05-181-2/+3
* doc/APIchanges: mark the release 10 branch pointAnton Khirnov2014-05-181-0/+4
* doc/APIchanges: fill in missing hashes and datesAnton Khirnov2014-05-181-24/+24
* dv: do not set codec timebaseAnton Khirnov2014-05-181-1/+1
* avconv: set output avg_frame_rate when knownAnton Khirnov2014-05-181-0/+2
* lavf: extend avg_frame_rate documentation.Anton Khirnov2014-05-181-0/+4
* avienc: sanitize variable naming in write_header()Anton Khirnov2014-05-181-41/+41
* yop: only set extradata size after it has been successfully allocatedAnton Khirnov2014-05-181-3/+2
* yuv4mpegdec: do not set coded_frame propertiesAnton Khirnov2014-05-181-20/+6
* yuv4mpeg: split the demuxer and muxer into separate filesAnton Khirnov2014-05-184-174/+220
* a64: check that extradata exists before reading from itAnton Khirnov2014-05-181-0/+6
* a64: remove unneeded struct qualifierAnton Khirnov2014-05-181-1/+1
* 4xm: allocate extradata properly.Anton Khirnov2014-05-181-1/+4
* lavc: add avcodec_free_context().Anton Khirnov2014-05-184-4/+28
* lavc: remove the locking code in avcodec_close()Anton Khirnov2014-05-181-18/+0
* riff: Pass block_align to estimate frame durationnu7742014-05-171-1/+1
* hlsenc: Set the default codecs to AAC and H264Martin Storsjö2014-05-171-2/+2
* build: Support building using clang-usan and disable-optimizationKaterina Barone-Adesi2014-05-161-1/+1
* avisynth: set duration of audio streamsHendrik Leppkes2014-05-161-0/+1
* FATE/opus: increase fuzz for the celt testsAnton Khirnov2014-05-161-1/+1
* aarch64: opus NEON iMDCT and FFTJanne Grunau2014-05-158-39/+807
* configure: fix enable-libopus help stringTristan Matthews2014-05-151-1/+1
* build: add avresample after avcodec to FFLIBSJanne Grunau2014-05-151-5/+6
* lavc: properly handle subtitle_header in avcodec_copy_context()Anton Khirnov2014-05-151-0/+3
* lavc: preserve the original private data in avcodec_copy_context()Anton Khirnov2014-05-151-2/+6
* lavf: drop the zero-sized packets hackAnton Khirnov2014-05-151-6/+0
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-1515-20/+40
* lavc: add a native Opus decoder.Anton Khirnov2014-05-1514-2/+5743
* build: do not append $(FFLIBS-) to $(FFLIBS) if $(NAME) is not definedJanne Grunau2014-05-141-1/+1
* lavf: properly document the distinction between flags and ctx_flagsAnton Khirnov2014-05-141-1/+9
* build: handle library dependencies in configureJanne Grunau2014-05-138-26/+41
* aarch64: assembler in clang-3.4 ignores the division by twoJanne Grunau2014-05-131-1/+1
* avconv: Support VDA hwaccelAnton Khirnov2014-05-115-0/+143
* lavc: Add new VDA hwaccelAnton Khirnov2014-05-118-7/+414
* vda: use hwaccel private data for internal bitstream bufferAnton Khirnov2014-05-112-18/+38
* lavu: Add a pixel format for new VDA hwaccelAnton Khirnov2014-05-114-1/+9
* lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov2014-05-114-4/+59
* hwaccel: Support specific frame allocatorsLuca Barbato2014-05-112-0/+12
* hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov2014-05-1110-17/+17
OpenPOWER on IntegriCloud