aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* h263enc: keep block_last_index always valid during advanced intra codingJanne Grunau2014-06-111-5/+3
* mpegvideo: synchronize AVFrame pointers in ERContext fullyJanne Grunau2014-06-111-1/+4
* fate: add on2avc audio testVittorio Giovara2014-06-102-0/+34
* mpegvideoenc: check color_rangeVittorio Giovara2014-06-101-6/+16
* ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun2014-06-1012-12/+24
* ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1encDiego Biurrun2014-06-103-0/+15
* mpegts: Provide an option to override the pcr periodLuca Barbato2014-06-102-1/+7
* mpegts: Move the option section to the bottomLuca Barbato2014-06-101-35/+35
* doc: Document mpegts muxrateLuca Barbato2014-06-101-0/+2
* x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö2014-06-101-5/+5
* adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-101-0/+1
* av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITEJanne Grunau2014-06-091-1/+4
* configure: use .altmacro for gnu as check on armJanne Grunau2014-06-091-0/+4
* adpcm: Avoid reading out of bounds in the IMA QT trellis encoderMartin Storsjö2014-06-061-1/+1
* oggenc: Set the right AVOption size for the pref_duration optionMartin Storsjö2014-06-061-1/+1
* avcodec options: add enum option for color_rangeMarc-Antoine Arnaud2014-06-061-1/+4
* avcodec options: add enum option for colorspaceMarc-Antoine Arnaud2014-06-061-1/+11
* avcodec options: add enum option for color_trcMarc-Antoine Arnaud2014-06-061-1/+15
* avcodec options: add enum option for color_primariesMarc-Antoine Arnaud2014-06-061-1/+9
* mpeg2: add sequence display extension informationMarc-Antoine Arnaud2014-06-0628-202/+214
* libfdk-aac: Relicense the library wrappers to the ISC licenseMartin Storsjö2014-06-062-44/+20
* mov: Export geotag metadata fieldsMartin Storsjö2014-06-061-0/+41
* dict: const correctness for av_dict_get() and av_dict_copy()Diego Biurrun2014-06-052-5/+5
* avconv: Report the codec and the encoder separatelyLuca Barbato2014-06-041-4/+26
* oggenc: Support flushing the muxerMartin Storsjö2014-06-042-3/+20
* build: check if AS supports the '.func' directiveJanne Grunau2014-06-033-6/+24
* arm: check if AS supports .dnJanne Grunau2014-06-033-13/+28
* aarch64: use '#' for whole line asm commentsJanne Grunau2014-06-031-1/+1
* aarch64: remove optional :pg_hi21: for adrp instructionJanne Grunau2014-06-031-1/+1
* aarch64: add darwin style PAGE/PAGEOFF relocationsJanne Grunau2014-06-031-1/+4
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-0230-3079/+5
* bink: Rename BinkDSPContext member so as not to clash with BlockDSPContextDiego Biurrun2014-06-021-10/+10
* rtmpproto: read metadata to set correct FLV headerUwe L. Korn2014-06-011-1/+65
* rtmppkt: Add method to read an AMF string that is not prefixed by its typeUwe L. Korn2014-06-012-4/+27
* flvdec: Do not default to a video and audio streamUwe L. Korn2014-06-011-8/+0
* Decode both parts of Indeo4 IP framesDirk Ausserhaus2014-06-013-13/+42
* Move Indeo4 frametypes into common header.Dirk Ausserhaus2014-06-013-32/+32
* avconv: do not use the stream codec context for encodingAnton Khirnov2014-06-014-58/+69
* avconv: do not use the stream codec context for decodingAnton Khirnov2014-06-014-49/+64
* flac muxer: support reading updated extradata from side dataAnton Khirnov2014-06-014-15/+37
* flac muxer: accept only STREAMINFO extradataAnton Khirnov2014-06-011-6/+5
* flacenc: send final extradata in packet side dataAnton Khirnov2014-06-011-0/+20
* lavc: add an option to enable side data-only packets during encodingAnton Khirnov2014-06-014-1/+22
* libavcodec: set AVFrame colorspace fields on decodingwm42014-06-011-0/+7
* lavu: add all color-related enums to AVFramewm42014-06-016-68/+118
* matroskaenc: Allow VP9 and Opus in webmTudor Suciu2014-06-011-1/+3
* rtpenc_chain: Don't copy the time base to the source stream by defaultMartin Storsjö2014-05-313-3/+2
* ppc: Fix compilation for ppc64le (ELFv2)Thierry Fauck2014-05-301-0/+8
* Revert "rtpenc_chain: Don't copy the time_base back to the caller"Martin Storsjö2014-05-301-0/+3
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-2928-1272/+1409