summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/alacdec: split off decorrelate_stereo and append_extra_bits as alacdspJames Almer2015-10-044-41/+115
* avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-0417-0/+40
* all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde2015-10-043-0/+3
* ffplay: more robust thread creationGanesh Ajjanagadde2015-10-041-4/+12
* Changelog: add note on ffplay dynamic volume controlGanesh Ajjanagadde2015-10-041-0/+1
* checkasm: Fix compilation with --disable-avcodecHenrik Gramner2015-10-041-20/+22
* avformat/flacdec: support fast-seekChing Yi, Chan2015-10-041-1/+59
* avfilter/ebur128: use AV_OPT_TYPE_BOOL for video optionClément Bœsch2015-10-041-1/+1
* avfilter/ebur128: add dualmono measurement optionKyle Swanson2015-10-042-0/+31
* lavf: add chromaprint muxerRodger Combs2015-10-047-2/+230
* libavformat/hlsenc: Use of uninitialized memory unlinking old filesDHE2015-10-031-12/+17
* libx264: copy A53 closed captions from sourceDeHackEd2015-10-032-0/+49
* blockdsp: reindent after parameter removalChristophe Gisquet2015-10-035-24/+23
* avcodec/apedec: fix bug introduced in commit d3e5fbb1406995e07fccbff3ca8c1e24...Ganesh Ajjanagadde2015-10-031-1/+1
* lavf/mlpdec: Simplify mlp/thd probe function.Carl Eugen Hoyos2015-10-033-62/+87
* avfilter/vf_stereo3d: rewrite in preparation for SIMDPaul B Mahol2015-10-031-16/+29
* configure: silence preprocessor noise from dependency generationGanesh Ajjanagadde2015-10-031-1/+1
* avfilter/vf_blend: Fix argument types, fix segfault in asmMichael Niedermayer2015-10-033-17/+17
* lavf/shortendec: Autodetect raw Shorten streams.Carl Eugen Hoyos2015-10-033-13/+72
* avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol2015-10-035-71/+592
* vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.Ronald S. Bultje2015-10-036-2/+1562
* vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions.Ronald S. Bultje2015-10-039-5/+669
* vp9: sse2/ssse3/avx 16bpp loopfilter x86 simd.Ronald S. Bultje2015-10-036-1/+918
* cmdutils: silence unused warnings under --disable-swscale, --disable-swresampleGanesh Ajjanagadde2015-10-031-3/+6
* ffplay: more robust mutex, condition variable handlingGanesh Ajjanagadde2015-10-031-4/+14
* configure: Remove --disable-avutil which has no effect from help output.Carl Eugen Hoyos2015-10-031-1/+0
* lavc/options_table: Add option flags to the truncated flag.Carl Eugen Hoyos2015-10-031-1/+1
* avfilter/vf_tinterlace: add mergex2 modePaul B Mahol2015-10-033-5/+36
* checkasm: Remove use of deprecated av_set_cpu_flags_mask()Henrik Gramner2015-10-031-2/+3
* configure: Change screenpresso_decoder to select zlib instead of depMichael Niedermayer2015-10-031-1/+1
* avcodec/x86/hpeldsp_rnd_template: silence -Wunused-function on --disable-mmxGanesh Ajjanagadde2015-10-031-2/+2
* lavf/hls: allow subtitles to be read despite incomplete handlingRodger Combs2015-10-031-2/+5
* Merge commit 'e54d7e4e8ef7d778e2ddc5a60bf7307ed55d6333'Hendrik Leppkes2015-10-031-0/+1
|\
| * dnxhddata: Deduplicate cid 1256 chroma tableChristophe Gisquet2015-10-021-12/+2
* | Merge commit '1fb63d6f43c348e9c990fa6f7c1bd43f22bc2389'Hendrik Leppkes2015-10-030-0/+0
|\ \ | |/
| * dnxhddata: Deduplicate dnx100 tablesJeremy James2015-10-021-48/+7
* | Merge commit 'cc320296ab438dfe3178f0e1f775af955fe6c064'Hendrik Leppkes2015-10-030-0/+0
|\ \ | |/
| * dnxhddata: Fix cid 1260 luma and chroma tablesJeremy James2015-10-021-16/+16
* | Merge commit 'bfe1cd80ebeab58cbc1c91ac766a96fce8e4ec1e'Hendrik Leppkes2015-10-030-0/+0
|\ \ | |/
| * dnxhddata: Fix 10-bit DNxHD quant matricesJoseph Artsimovich2015-10-023-37/+39
* | Merge commit '380146924ecad2e05e9dcc5c3c2e1b5ba47c51e8'Hendrik Leppkes2015-10-031-6/+15
|\ \ | |/
| * x264: Add option to force IDR framesDerek Buitenhuis2015-10-011-5/+18
* | Merge commit 'eb02387add350f2b34a3e61539fe25ec6213eb18'Hendrik Leppkes2015-10-030-0/+0
|\ \ | |/
| * x264: Expose the NV21 input supportYu Xiaolei2015-10-011-0/+6
* | Merge commit '74942685cb457c01937686892878403a409baf27'Hendrik Leppkes2015-10-030-0/+0
|\ \ | |/
| * hls: Check av_opt_set_dict return value as wellLuca Barbato2015-10-011-3/+2
* | Merge commit 'd0a3e89d41b05f9ed0e7401c352b60ed4f4d1ed5'Hendrik Leppkes2015-10-031-20/+21
|\ \ | |/
| * dcadec: make a number of samples per subband per subsubframe a named constantAlexandra Khirnova2015-10-011-19/+21
* | Merge commit '8ae1d87a2440cea0564efe2a6c9c223478a05f44'Hendrik Leppkes2015-10-031-0/+13
|\ \ | |/
| * build: Add support for known custom allocatorsLuca Barbato2015-09-301-0/+13
OpenPOWER on IntegriCloud