summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ffmpeg: Simplify fps code related to delta0Bryan Huh2015-11-16
* ffmpeg: Fixing typos and adding comments to fps codeBryan Huh2015-11-16
* mpegtsenc: add vc-1 support to MPEG-TS muxer (ticket 2141)Hagen Schmidt2015-11-16
* avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer2015-11-15
* avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or h...Michael Niedermayer2015-11-15
* avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensionsMichael Niedermayer2015-11-15
* avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported rangeMichael Niedermayer2015-11-15
* avcodec/jpeg2000: Check comp coords to be within the supported sizeMichael Niedermayer2015-11-15
* avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()Michael Niedermayer2015-11-15
* fate: add concat demuxer testsMarton Balint2015-11-15
* avcodec/wmaprodec: Check for overread in decode_packet()Michael Niedermayer2015-11-15
* 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