summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/golomb: Consume invalid data in get_ur_golomb_jpegls()Michael Niedermayer2016-12-081-7/+10
* avformat/matroskadec: add support for Spherical Video elementsJames Almer2016-12-072-0/+76
* yuv4mpegdec: fix leaking pkt in yuv4_read_packetAndreas Cadhalpun2016-12-081-2/+3
* avcodec/h264: resolve assert being triggered when stack is not alignedJames Darnley2016-12-071-2/+2
* fate: Add a monoscopic spherical mov testVittorio Giovara2016-12-072-0/+20
* mov: Export spherical informationVittorio Giovara2016-12-074-2/+247
* lavc: Add spherical packet side data APIVittorio Giovara2016-12-077-3/+58
* lavu: Add AVSphericalMapping type and frame side dataVittorio Giovara2016-12-077-3/+192
* avcodec/wavpack: Treat the first block coding too many channels as an errorMichael Niedermayer2016-12-071-1/+1
* avformat/hlsenc: save the EXT-X-DISCONTINUITY from old listSteven Liu2016-12-071-0/+3
* avcodec/h264: mmx2, sse2, avx 10-bit 4:2:2 h chroma deblock/loop filterJames Darnley2016-12-072-0/+45
* avcodec/h264: mmx2, sse2, avx 10-bit h chroma deblock/loop filterJames Darnley2016-12-072-0/+127
* whitespace changes after last commitJames Darnley2016-12-071-22/+22
* avcodec/h264: clean up and expand x86 function definitionsJames Darnley2016-12-071-3/+6
* qsvdec: Fix memory leakTimothy Gu2016-12-061-1/+3
* omx: Fix OOM checkTimothy Gu2016-12-061-2/+2
* lavf/chromaprint: Update for version 1.4Georgi D. Sotirov2016-12-061-0/+4
* Added test for libavcodec/avpacket.cThomas Turner2016-12-063-1/+135
* tests/api/api-seek-test: check all compute_crc_of_packets() callsMichael Niedermayer2016-12-061-4/+5
* tests/api/api-seek-test: Silence compiler warnings about uninitialized variablesMichael Niedermayer2016-12-061-1/+1
* tests/api/api-seek-test: Fix use of uinitialized valueMichael Niedermayer2016-12-061-1/+1
* avformat/dump: remove line break on mastering display metadata info dumpJames Almer2016-12-051-1/+1
* avcodec/vaapi-vp9: add support for profile 2 (bpp > 8)Mathieu Velten2016-12-052-1/+10
* avcodec/vp9: move bpp to the shared context for use in hwaccelMathieu Velten2016-12-052-14/+15
* truemotion1: fix leaking frame on init failureAndreas Cadhalpun2016-12-051-1/+3
* http: move chunk handling from http_read_stream() to http_buf_read().Ronald S. Bultje2016-12-051-26/+31
* http: make length/offset-related variables unsigned.Ronald S. Bultje2016-12-051-32/+38
* vaapi_encode: Write sequence header as extradataMark Thompson2016-12-052-0/+24
* lavf: fix the wrong warning msg and comments about av_find_stream_infoJun Zhao2016-12-052-5/+5
* ffserver: Check chunk sizeMichael Niedermayer2016-12-051-1/+4
* Avoid using the term "file" and prefer "url" in some docs and commentsMichael Niedermayer2016-12-054-19/+19
* avformat/rtmppkt: Check for packet size mismatchesMichael Niedermayer2016-12-051-0/+8
* zmqsend: Initialize ret to 0Timothy Gu2016-12-051-1/+1
* configure: check for strtoull on msvcJames Almer2016-12-051-0/+1
* avformat/hlsenc: fix ticket id 5988 for DISCONTINUITYSteven Liu2016-12-051-0/+14
* avcodec/flacdec: Fix undefined shift in decode_subframe()Michael Niedermayer2016-12-041-1/+1
* avcodec/get_bits: Fix get_sbits_long(0)Michael Niedermayer2016-12-031-0/+4
* avcodec/flac: forward errors from ff_flac_parse_streaminfo()Michael Niedermayer2016-12-033-4/+14
* avcodec/flac: Check bps in ff_flac_parse_streaminfo()Michael Niedermayer2016-12-031-0/+5
* avformat/ffmdec: Silence "may be used uninitialized in this function" warningsMichael Niedermayer2016-12-031-2/+2
* avformat/ffmdec: cleanup on extradata memory allocation failureMichael Niedermayer2016-12-031-4/+8
* avformat/ffmdec: Forward error code from ffm_read_header()Michael Niedermayer2016-12-031-5/+18
* swresample/resample: do not rebuild filter when sample_delta is zeroMuhammad Faiz2016-12-041-1/+1
* avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed()Michael Niedermayer2016-12-031-1/+2
* avcodec/flacdsp_template: Fix undefined shift in flac_decorrelate_indep_cMichael Niedermayer2016-12-031-1/+1
* avformat/ffmdec: remove last use of st->codecMichael Niedermayer2016-12-031-11/+21
* lavf/asfdec_f: Remove CR/LF from avpriv_request_sample() call.Carl Eugen Hoyos2016-12-031-1/+1
* lavc: Remove CR/LF from avpriv_request_sample() calls.Carl Eugen Hoyos2016-12-034-5/+5
* ffserver: remove one avcodec_context_copy()Michael Niedermayer2016-12-031-1/+2
* avformat/ffmdec: Drop flags2, debug and codec->time_base settingMichael Niedermayer2016-12-031-19/+8
OpenPOWER on IntegriCloud