summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avfilter/af_headphone: add missing error checkPaul B Mahol2017-11-201-7/+14
* avfilter/af_afir: add missing error checkPaul B Mahol2017-11-201-11/+18
* avfilter/af_surround: add missing error checkPaul B Mahol2017-11-201-5/+6
* lavf/mov: Do not mix variable declaration and code.Carl Eugen Hoyos2017-11-201-1/+2
* avfilter/af_extrastereo: fix filtering when clipping is disabledPaul B Mahol2017-11-201-2/+5
* avformat/hlsenc: use FFABS to instead of absSteven Liu2017-11-201-1/+1
* avformat/swfenc: use FFABS to instead of absSteven Liu2017-11-201-1/+1
* avformat/mxf: use FFABS to instead of absSteven Liu2017-11-201-1/+1
* avformat/mp3dec: use FFABS to instead of absSteven Liu2017-11-201-2/+2
* tests/fate: addition of test case for hls variant stream creation with master...Vishwanath Dixit2017-11-201-0/+11
* avformat/hlsenc: creation of hls master playlist fileVishwanath Dixit2017-11-203-7/+197
* avformat/hlsenc: creation of hls variant streams in a single hlsenc instanceVishwanath Dixit2017-11-203-307/+653
* avformat/movenc: write clap atom for uncompressed yuv in movDave Rice2017-11-201-0/+19
* avformat/movenc: correct ImageDescription for uncompressed ycbcrDave Rice2017-11-201-3/+17
* ffmpeg: add ui64 type to SpecifierOptpkviet2017-11-201-0/+1
* avcodec: remove unnecessary AVPacketSideDataType enum offsetJames Almer2017-11-191-2/+2
* doc/codecs.texi: Remove documentation of removed codec flags.Carl Eugen Hoyos2017-11-201-8/+0
* Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer2017-11-193-11/+3
|\
| * libavcodec: Don't use dllexport, only dllimport when building DLLsMartin Storsjö2017-11-192-6/+2
* | configure: fix module dependencies on zlibJames Almer2017-11-191-22/+26
* | avfilter/af_surround: add some more layoutsPaul B Mahol2017-11-191-0/+201
* | avfilter: fix indentationPaul B Mahol2017-11-192-16/+14
* | avformat/subfile: allow to extract till EOFGyan Doshi2017-11-192-0/+9
* | lavfi/af_pan: fix sign handling in channel coefficient parserMichael Roitzsch2017-11-191-0/+1
* | configure: add audio_frame_queue dependency for aptx codecJames Darnley2017-11-191-0/+2
* | avfilter: add acontrast filterPaul B Mahol2017-11-196-1/+233
* | avformat/dashenc: fix min_seg_duration option sizeJames Cowgill2017-11-191-1/+1
* | ffmpeg: Allow "-to" on input files in addition to "-t"Vitaly _Vi Shukela2017-11-192-3/+18
* | ffmpeg_filter: use nb_threads=1 on unused filtergraphDHE2017-11-191-0/+1
* | avformat: remove unnecessary AVStreamParseType enum offsetJames Almer2017-11-181-3/+3
* | lavf/tcp: Fix the type of the optlen argument to getsockopt().Carl Eugen Hoyos2017-11-181-1/+1
* | avcodec: Implement mpeg2 nvdec hwaccelPhilip Langdale2017-11-188-7/+167
* | avcodec: Fix reference data type for nvdec vc1 hwaccelPhilip Langdale2017-11-181-2/+2
* | Ignore libavcodec/tests/mpeg12framerate, a test programJim DeLaHunt2017-11-181-0/+1
* | lavf/mov: don't read outside frag_index boundsJohn Stebbins2017-11-181-0/+4
* | Use ff_thread_once for fixed, float table init.Dale Curtis2017-11-181-2/+6
* | Fix leak of frame_duration_buffer in mov_fix_index().Dale Curtis2017-11-181-0/+1
* | avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()Michael Niedermayer2017-11-181-1/+1
* | avcodec/zmbv: Check that the buffer is large enough for mvecMichael Niedermayer2017-11-181-0/+2
* | avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0()Michael Niedermayer2017-11-181-1/+1
* | avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode...Michael Niedermayer2017-11-181-2/+16
* | lavc/dnxhddata: Improve help output, mention yuv444p10 and gbrp10.Carl Eugen Hoyos2017-11-181-1/+1
* | avcodec/nvenc: check pop_context return valueTimo Rothenpieler2017-11-171-9/+7
* | avcodec/nvenc: fix double defined GUID on cygwinTimo Rothenpieler2017-11-172-8/+8
* | hwcontext_d3d11va: add missing stdint.h includeTimo Rothenpieler2017-11-171-0/+1
* | libavcodec/h264_sei: Don't log random user data. This prevents terminal junk.Kieran Kunhya2017-11-171-3/+0
* | lavc/libvpxenc: add tune-content optionJames Zern2017-11-172-0/+22
* | avcodec/snowdec: Check for remaining bitstream in decode_blocks()Michael Niedermayer2017-11-171-0/+2
* | avcodec/snowdec: Check intra block dc differences.Michael Niedermayer2017-11-171-4/+13
* | avfilter: add multiband compand filterPaul B Mahol2017-11-176-2/+710
OpenPOWER on IntegriCloud