summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud