summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lavf/tedcaptionsdec: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* lavf/icecast: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* lavfi/graphdump: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* lavfi/af_amerge: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* lavc/pngdec: Replace the number by macro for bprint initJun Zhao2018-06-171-2/+2
* lavc/dvdsubenc: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* fftools/ffmpeg_filter: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* fftools/ffmpeg: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* avcodec/vc1: remove unused ff_vc1_loop_filter_iblkJerome Borsboom2018-06-162-31/+0
* avcodec/vc1: rewrite vc1_decode_i_blocks to align with VC-1 specJerome Borsboom2018-06-161-49/+30
* avcodec/vc1: add Simple and Main profile to vc1_put_signed_blocks_clampedJerome Borsboom2018-06-161-17/+37
* avcodec/vc1: fix overlap and loop filtering for Simple and Main profileJerome Borsboom2018-06-161-15/+20
* avcodec/vc1: fix overlap smoothing filter for P framesJerome Borsboom2018-06-161-25/+35
* lavc/dpx: Allow packed 12-bit little-endian images.Carl Eugen Hoyos2018-06-161-13/+0
* fate: correct filename references of qt-faststart binaryGyan Doshi2018-06-162-2/+2
* lavf/aviobuf: Increase Statistics verbosity to AV_LOG_VERBOSE.Carl Eugen Hoyos2018-06-161-2/+2
* avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_cou...Michael Niedermayer2018-06-151-1/+1
* avcodec/dirac_dwt_template: Fix undefined behavior in interleave()Michael Niedermayer2018-06-151-2/+2
* avutil/common: Fix undefined behavior in av_clip_uintp2_c()Michael Niedermayer2018-06-151-1/+1
* avcodec/decode: Consider STRIDE_ALIGN in get_buffer_internal() when checking ...Michael Niedermayer2018-06-151-1/+1
* qt-faststart - print errors to stderrerankor2018-06-151-17/+17
* configure: simplify ffnvcodec version logicTimo Rothenpieler2018-06-151-2/+2
* avcodec/nvenc: enable nvenc encoder instance reusePavel Koshevoy2018-06-151-2/+10
* lavfi/atempo: raise max tempo limit (v2)Pavel Koshevoy2018-06-142-6/+17
* lavc/dpx: Reset n_datum for every new line when decoding 12bit.Carl Eugen Hoyos2018-06-152-3/+4
* ffmpeg: assert that audio packet duration in process_input_packet() is non ne...Michael Niedermayer2018-06-141-0/+1
* fftools/ffmpeg: Fallback to duration if sample rate is unavailableMichael Niedermayer2018-06-141-2/+6
* avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer2018-06-141-1/+3
* doc/formats: get fflags values up-to-dateGyan Doshi2018-06-141-16/+24
* qt-faststart: add fate test for stco overflowerankor2018-06-132-2/+11
* qt-faststart - stco offset bug fixerankor2018-06-131-55/+345
* qt-faststart: add validation on ftyp atom sizeerankor2018-06-131-0/+6
* avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a ...Michael Niedermayer2018-06-131-0/+6
* doc/devices: order alphabetically and add missing v4l2 outdevLou Logan2018-06-132-140/+143
* avformat/movenc: fix recognization of cover image streamsTimo Teräs2018-06-131-18/+18
* avformat/movenc: properly handle cover image codecsTimo Teräs2018-06-131-18/+12
* avformat/mov: Add check for per-sample IV size.Jacob Trimble2018-06-131-2/+7
* configure: The eac3_core bitstream filter needs the ac3 parser.Carl Eugen Hoyos2018-06-131-0/+1
* avformat: deprecate unused MP4A_LATM flagGyan Doshi2018-06-135-5/+10
* avdevice/decklink_dec: capture timecode to metadata when requestedJon Morley2018-06-136-1/+69
* avdevice/decklink_common: Move DECKLINK_* string functions into headerJon Morley2018-06-132-30/+30
* avdevice/decklink_dec: use std::atomic for decklink_input_callback refcountingMarton Balint2018-06-132-22/+14
* avdevice/decklink_dec: use a custom memory allocatorMarton Balint2018-06-131-0/+50
* lavc/qsv: suppress code scan complainZhong Li2018-06-131-1/+4
* pixdesc: Only check against valid entries when iterating over lists of enumsDerek Buitenhuis2018-06-121-4/+24
* avcodec/h264_slice: Fix overflow in recovery_frame computationMichael Niedermayer2018-06-111-3/+9
* avcodec/h264_ps: Move MAX_LOG2_MAX_FRAME_NUM to header so it can be used in h...Michael Niedermayer2018-06-112-1/+1
* avcodec/h264_mc_template: Only prefetch motion if the list is used.Michael Niedermayer2018-06-111-1/+2
* avcodec/xwddec: Use ff_set_dimensions()Michael Niedermayer2018-06-111-2/+6
* avcodec/wavpack: Fix overflow in adding tailMichael Niedermayer2018-06-111-1/+1
OpenPOWER on IntegriCloud