summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat/ffmdec: Check media type for chunksMichael Niedermayer2016-12-031-4/+4
* avformat/ffmdec: replace most codec uses by codecparMichael Niedermayer2016-12-031-86/+84
* avformat/ffmdec: Remove some st->codec uses which set encoder parametersMichael Niedermayer2016-12-031-74/+74
* configure: Fix standalone compilation of the rtp muxer.Carl Eugen Hoyos2016-12-031-0/+1
* avformat/oggparsespeex: Check frames_per_packet and packet_sizeMichael Niedermayer2016-12-031-0/+7
* avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer2016-12-031-2/+5
* compat/atomics: rename header guardsJames Almer2016-12-025-15/+15
* fate: rename fate-mov-init-nonkeyframe ref fileJames Almer2016-12-021-0/+0
* hevc: Support extradata changesVittorio Giovara2016-12-023-5/+11
* hevc: Allow parsing external extradata buffersVittorio Giovara2016-12-021-7/+5
* fate/mov: Rename a couple of entries to respect the file naming schemeVittorio Giovara2016-12-021-4/+4
* Add a compat dummy stdatomic.h used when threading is disabledAnton Khirnov2016-12-022-0/+179
* Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov2016-12-023-0/+239
* Add a compat stdatomic.h implementation based on suncc atomicsAnton Khirnov2016-12-022-0/+188
* Add a compat stdatomic.h implementation based on windows atomicsAnton Khirnov2016-12-022-0/+181
* Add a compat stdatomic.h implementation based on GCC atomicsAnton Khirnov2016-12-022-0/+179
* avformat/ffmenc: Remove the last use of st->codecMichael Niedermayer2016-12-021-6/+4
* avformat/ffmenc: Make ffm_write_header_codec_ctx() use codecparMichael Niedermayer2016-12-022-4/+17
* avformat/ffmenc: set bitexact mode for old API without accessing the encoderMichael Niedermayer2016-12-022-2/+12
* avformat/ffmenc: Drop ffm_write_header_codec_private_ctx()Michael Niedermayer2016-12-022-34/+3
* avformat/ffmenc: Replace some st->codec use by codecparMichael Niedermayer2016-12-021-11/+13
* avfilter/vf_premultiply: remove redundant semicolonsMichael Niedermayer2016-12-021-2/+2
* matroskadec: partly revert "demux relevant subtitle packets after a seek"Rainer Hochecker2016-12-021-12/+0
* tests/ffserver.regression.ref: Update ffserver checksumsMichael Niedermayer2016-12-011-2/+2
* avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT...Gregory J. Wolfe2016-12-011-0/+1
* avfilter: add premultiply filterPaul B Mahol2016-12-016-1/+419
* swscale: add gbr(a)p16 output supportPaul B Mahol2016-12-0117-6/+129
* ffserver: set format bitexact flag, eliminate warnings about it not being setMichael Niedermayer2016-12-011-0/+3
* doc/examples/transcode_aac: fix a typoАлександр Слободенюк2016-12-011-1/+1
* ffmpeg: assert return value is initializedTobias Rapp2016-12-011-0/+1
OpenPOWER on IntegriCloud