summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* swresample/resample: remove redundant L for floating literalGanesh Ajjanagadde2015-11-15
* avcodec/faandct: use more accurate constantsGanesh Ajjanagadde2015-11-15
* avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...Rainer Hochecker2015-11-15
* avcodec/smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer2015-11-15
* mpegvideo: clear overread in clear_contextAndreas Cadhalpun2015-11-15
* lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capabilityMatthieu Bouron2015-11-15
* lavc/mjpegdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capabilityMatthieu Bouron2015-11-15
* lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMMatthieu Bouron2015-11-15
* avutil: Move av_rint64_clip_* to internal.hMichael Niedermayer2015-11-15
* avcodec/takdec: Skip last p2 sample (which is unused)Michael Niedermayer2015-11-15
* avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()Michael Niedermayer2015-11-15
* avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()Michael Niedermayer2015-11-15
* avcodec/error_resilience: avoid accessing previous or next frames tables beyo...Michael Niedermayer2015-11-14
* dds: disable palette flag for compressed ddsAndreas Cadhalpun2015-11-14
* avcodec/pgssubdec: Check dimensions for 0Michael Niedermayer2015-11-14
* avcodec/rscc: Check input size for raw modeMichael Niedermayer2015-11-14
* avcodec/simple_idct: use predefined M_SQRT2Ganesh Ajjanagadde2015-11-14
* avcodec/mpegaudio: use predefined M_SQRT2Ganesh Ajjanagadde2015-11-14
* avcodec/mpegvideo: use predefined M_PIGanesh Ajjanagadde2015-11-14
* avcodec/ratecontrol: use predefined M_EGanesh Ajjanagadde2015-11-14
* avcodec/dpx: Move need_align to act per lineMichael Niedermayer2015-11-14
* avformat: implement SChannel SSP TLS protocolHendrik Leppkes2015-11-14
* avcodec/flashsv: Check size before updating itMichael Niedermayer2015-11-14
* avcodec/ffv1dec: Clear quant_table_count if its invalidMichael Niedermayer2015-11-14
* avcodec/avrndec: Use the AVFrame format instead of the contextMichael Niedermayer2015-11-14
* avutil/common: add av_rint64_clipGanesh Ajjanagadde2015-11-13
* avcodec/ivi: Check image dimensionsMichael Niedermayer2015-11-14
* avcodec/utils: Better check for channels in av_get_audio_frame_duration()Michael Niedermayer2015-11-14
* avcodec/jpeg2000dec: Check for duplicate SIZ markerMichael Niedermayer2015-11-14
* avformat/async: Fix bug where async could not recover after seek to eofBryan Huh2015-11-13
* avformat/segafilm: Fix current_sample after seeking and avio_seek return typeMichael Niedermayer2015-11-12
* avformat/mux: Rename compute_pkt_fields2(), the name is absolutely terribleMichael Niedermayer2015-11-12
* os2threads: Add pthread_once()KO Myung-Hun2015-11-12
* hevc: Fix a53 caption extractionWill Kelleher2015-11-12
* avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver2015-11-12
* avutil/x86/bswap: Add msvc bswap instrinsics.Matt Oliver2015-11-12
* dds: add missing newline to log messagesAndreas Cadhalpun2015-11-11
* dds: validate compressed source buffer sizeAndreas Cadhalpun2015-11-11
* dds: validate source buffer size before copyingAndreas Cadhalpun2015-11-11
* aacsbr_fixed: check for envelope scalefactors overflowingAndreas Cadhalpun2015-11-11
* ffserver: Replace one malloc(AVStream) by avformat_new_stream()Michael Niedermayer2015-11-11
* swresample/resample: increase precision for compensationMichael Niedermayer2015-11-11
* ffmpeg: Fix integer overflow with cur_dts being AV_NOPTS_VALUEMichael Niedermayer2015-11-11
* ffserver: Do not add or rescale AV_NOPTS_VALUE from the demuxerMichael Niedermayer2015-11-11
* ffmpeg: Print a warning if a pkt duration is already set before using the fra...Michael Niedermayer2015-11-11
* ffmpeg: set muxer packet duration based on framerate only for CFRMichael Niedermayer2015-11-11
* Merge commit '8ad5124b7ecf7f727724e270a7b4bb8c7bcbf6a4'Hendrik Leppkes2015-11-11
|\
| * movenc: Automatically flush after writing the initial moovMartin Storsjö2015-11-10
* | Merge commit 'db9b7321d5dfcbaf521d46beec44cf724776c70d'Hendrik Leppkes2015-11-11
|\|
| * vsrc_color: implement frame rateJohn Stebbins2015-11-09