aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update for 3.1.2n3.1.2Michael Niedermayer2016-08-083-2/+33
* cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes2016-08-086-0/+21
* avcodec/rawdec: Fix palette handling with changing palettesMichael Niedermayer2016-08-081-8/+17
* avcodec/raw: Fix decoding of ilacetest.movMichael Niedermayer2016-08-071-0/+1
* avformat/mov: Enable mp3 parsing if a packet needs itMichael Niedermayer2016-08-061-0/+5
* avformat/hls: Use an array instead of stream offset for stream mappingAnssi Hannula2016-08-061-21/+38
* avformat/hls: Sync starting segment across variants on live streamsAnssi Hannula2016-08-061-1/+24
* avformat/hls: Fix regression with ranged media segmentsAnssi Hannula2016-08-061-6/+17
* avcodec/ffv1enc: Fix assertion failure with non zero bits per sampleMichael Niedermayer2016-08-061-4/+2
* avfilter/af_hdcd: small fix in af_hdcd.c where gain was not being adjusted fo...Burt P2016-08-061-0/+1
* avformat/oggdec: Fix integer overflow with invalid ptsMichael Niedermayer2016-08-061-0/+5
* ffplay: Fix invalid array indexMichael Niedermayer2016-08-061-1/+1
* avcodec/alacenc: allocate bigger packetsPaul B Mahol2016-08-051-1/+1
* libavcodec/dnxhd: Enable 12-bit DNxHR support.Steven Robertson2016-08-051-6/+1
* lavc/vaapi_encode_h26x: Fix a crash if "." is not the decimal separator.Carl Eugen Hoyos2016-08-052-8/+8
* jni: Return ENOSYS on unsupported platformsTimothy Gu2016-08-021-5/+4
* lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not defined.Carl Eugen Hoyos2016-08-021-0/+2
* avcodec/vp9_parser: Check the input frame sizes for being consistentMichael Niedermayer2016-08-011-0/+17
* avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_i...Xinzheng Zhang2016-08-011-2/+6
* avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_ind...Xinzheng Zhang2016-08-011-16/+60
* libavformat/rtpdec_asf: zero initialize the AVIOContext structKacper Michajłow2016-08-011-1/+1
* libavutil/opt: Small bugfix in example.Kacper Michajłow2016-08-011-2/+2
* libx264: Increase x264 opts character limit to 4096Sasi Inguva2016-08-011-2/+2
* avcodec/h264_parser: Set sps/pps_refMichael Niedermayer2016-08-011-2/+15
* librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-07-261-0/+2
* avformat/oggparsevp8: fix pts calculation on pages ending with an invisible f...James Almer2016-07-251-1/+5
* lavc/Makefile: Fix standalone compilation of the svq3 decoder.Carl Eugen Hoyos2016-07-241-1/+2
* lavf/vplayerdec: Improve auto-detection.Clément Bœsch2016-07-151-2/+2
* lavc/mediacodecdec_h264: properly convert extradata to annex-bMatthieu Bouron2016-07-111-13/+60
* Revert "configure: Enable GCC vectorization on ≥4.9 on x86"James Almer2016-07-091-5/+1
* doc/APIchanges: fill in missing git hashn3.1.1Michael Niedermayer2016-07-011-1/+1
* Update for 3.1.1Michael Niedermayer2016-07-013-2/+16
* doc/APIchanges: document the lavu/lavf field movesMichael Niedermayer2016-07-011-0/+8
* avformat/avformat: Move new field to the end of AVStreamMichael Niedermayer2016-06-302-13/+13
* avformat/utils: update deprecated AVStream->codec when the context is updatedHendrik Leppkes2016-06-301-0/+9
* avutil/frame: Move new field to the end of AVFrameMichael Niedermayer2016-06-302-7/+6
* libavcodec/exr : fix decoding piz float file.Martin Vignali2016-06-301-10/+27
* avformat/mov: Check sample sizeMichael Niedermayer2016-06-291-1/+10
* lavfi: Move new field to the end of AVFilterContextTimo Rothenpieler2016-06-293-9/+17
* lavfi: Move new field to the end of AVFilterLinkTimo Rothenpieler2016-06-291-6/+6
* ffplay: Fix usage of private lavfi APITimo Rothenpieler2016-06-291-1/+1
* lavc/mediacodecdec_h264: add missing NAL headers to SPS/PPS buffersMatthieu Bouron2016-06-291-2/+19
* lavc/pnm_parser: disable parsing for text based PNMsClément Bœsch2016-06-291-0/+2
* Changelog: Add VideoToolbox encoder entry for 3.1Rick Kern2016-06-271-0/+1
* configure: use c++98 for c++ filesn3.1Rick Kern2016-06-261-1/+1
* changelog: fix entry orderJames Almer2016-06-261-1/+1
* Update FFmpeg 3.1 cut markerJames Almer2016-06-262-5/+5
* Merge branch 'master' into release/3.1James Almer2016-06-2658-582/+1305
|\
| * avcodec/libopenjpegenc: Set numresolutions by default to a value that is not ...Michael Niedermayer2016-06-261-1/+7
| * Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes2016-06-2613-13/+0
| |\