summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doxygen: Add a note on libavutil's modular natureTimothy Gu2016-07-29
* libavformat/matroskadec: Add test for seeking with codec delay.Chris Cunningham2016-07-30
* avfilter: Add new format for PSNR stats logLucas Cooper2016-07-29
* avformat/rmdec: Clear extradata when extradata_size is clearedMichael Niedermayer2016-07-29
* Merge commit '4e2f6212483ae1b2a4043cddf0a1cb001b476abc'Clément Bœsch2016-07-29
|\
| * svq3: stop using H264PictureAnton Khirnov2016-06-21
* | Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch2016-07-29
|\|
| * h264: create a new header for common h264 definitionsAnton Khirnov2016-06-21
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-29
|\|
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-21
* | Merge commit 'f651c6a259d4bc78f25db11d25df9256d5110bd3'Clément Bœsch2016-07-29
|\|
| * h264: factor out setting frame properties / side dataAnton Khirnov2016-06-21
* | Merge commit '19446dc5fff6a2f5ccd1a73db66e266255a5d768'Clément Bœsch2016-07-29
|\|
| * h264: drop unused NAL_FF_IGNOREAnton Khirnov2016-06-21
* | Merge commit 'bcd91f1644b46dd142c5355c8b742b27d9028903'Clément Bœsch2016-07-29
|\|
| * h264: move a per-field block from decode_slice_header() to field_start()Anton Khirnov2016-06-21
* | hapdec: remove unused memory.h includeJosh de Kock2016-07-29
* | Merge commit '17e7c03e12d1e4490921e7bffaeaa6b46a7ada4e'Clément Bœsch2016-07-29
|\|
| * h264: only allow ending a field/starting a new one before finish_setup()Anton Khirnov2016-06-21
* | lavf/mpegtsenc: add special case for handling timed ID3 packetsStefano Sabatini2016-07-29
* | fate: add test for stereotools filterPetru Rares Sincraian2016-07-29
* | fate: add test for silenceremove filterPetru Rares Sincraian2016-07-29
* | Changelog: add entry for MediaCodec hwaccelMatthieu Bouron2016-07-28
* | avutil/mem: fix memleakZhao Zhili2016-07-28
* | avfilter/f_drawgraph: add another slide modePaul B Mahol2016-07-28
* | lavfi/hdcd: fix styleClément Bœsch2016-07-28
* | lavfi/hdcd: mark pe_str as static and constClément Bœsch2016-07-28
* | af_hdcd: Report PE as being intermittent or permanentBurt P2016-07-28
* | avformat/matroskaenc: Write duration early during mkv_write_header (Rev #3)softworkz2016-07-28
* | avformat/hls: Fix missing streams in some cases with MPEG TSAnssi Hannula2016-07-28
* | avformat/hls: Move stream propagation to a separate functionAnssi Hannula2016-07-28
* | avformat/hls: Use an array instead of stream offset for stream mappingAnssi Hannula2016-07-28
* | avformat/hls: Sync starting segment across variants on live streamsAnssi Hannula2016-07-28
* | avformat/hls: Fix regression with ranged media segmentsAnssi Hannula2016-07-28
* | avformat/utils: Fix find_stream_info not considering the extradata it foundAnssi Hannula2016-07-28
* | af_hdcd: Add counter for cdt expirationsBurt P2016-07-27
* | af_hdcd: more comments in state structBurt P2016-07-27
* | af_hdcd: Improve HDCD detectionBurt P2016-07-27
* | fate: Add HDCD filter tests for false positive and error detectionBurt P2016-07-27
* | avcodec/h264_slice: Make setup_finished check cover more casesMichael Niedermayer2016-07-27
* | avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_i...Xinzheng Zhang2016-07-27
* | avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_ind...Xinzheng Zhang2016-07-27
* | Merge commit 'debca90863e4ee53447efd02483c500f89766384'Clément Bœsch2016-07-27
|\|
| * h264: store {curr,max}_pic_num in the per-slice contextAnton Khirnov2016-06-21
* | Merge commit 'f966498e433fead2f5e6b5b66fad2ac062146d22'Clément Bœsch2016-07-27
|\|
| * h264: decode the poc values from the slice header into the per-slice contextAnton Khirnov2016-06-21
* | lavc/h264_slice: adjust a few line breaks to reduce diff with LibavClément Bœsch2016-07-27
* | Merge commit '54dd9b1cdd9e54f1ee39ae25af0324f8aba2831b'Clément Bœsch2016-07-27
|\|
| * h264: set mb_aff_frame in frame_start()Anton Khirnov2016-06-21
| * h264: move the block starting a new field out of slice_header_parse()Anton Khirnov2016-06-21