summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* diracdec: Add support for HQ profilemerge2Kieran Kunhya2015-12-161-39/+80
* diracdec: Add 10-bits to pix_fmt tableKieran Kunhya2015-12-161-9/+6
* opus_silk: fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-161-1/+1
* ffprobe: use print_val to print the frame pkt_size valueStefano Sabatini2015-12-161-1/+2
* avfilter/af_sofalizer: use SIMD in compensate_volume()Paul B Mahol2015-12-161-6/+8
* mips: add mips64r2 architecture variantVicente Olivert Riera2015-12-161-0/+12
* mips: i6400 core is not mips32r2, so disable mips32r2Vicente Olivert Riera2015-12-161-0/+1
* ffmpeg: Allow specifying the program number for created programsMichael Niedermayer2015-12-162-3/+23
* lavc: move exp2fi to ff_exp2fi in internal.hGanesh Ajjanagadde2015-12-162-16/+21
* lavu/eval: remove pow and exp2 for postfixesGanesh Ajjanagadde2015-12-161-24/+28
* avfilter/vf_stereo3d: get rid of ts_unit hackPaul B Mahol2015-12-161-11/+43
* lavc/libopenh264: apply minor options text consistency fixesStefano Sabatini2015-12-161-2/+2
* doc/encoders/libopenh264: update documentation after recent changesStefano Sabatini2015-12-161-1/+9
* lavc: typo fix uncliped -> unclippedGanesh Ajjanagadde2015-12-151-3/+3
* ffm: reject invalid codec_id and codec_typeAndreas Cadhalpun2015-12-151-0/+28
* avfilter/af_ladspa: unbreak Mch -> Nch plugins, where M < NPaul B Mahol2015-12-151-3/+9
* ffserver: explicitly use time_t for uptime calcReynaldo H. Verdejo Pinochet2015-12-151-2/+4
* ffserver: free pathname before bailing outReynaldo H. Verdejo Pinochet2015-12-151-0/+1
* ffserver: use EXIT_FAILURE on failed child fork()Reynaldo H. Verdejo Pinochet2015-12-151-1/+1
* ffserver: be explicit on failed fork() msgReynaldo H. Verdejo Pinochet2015-12-151-1/+1
* ffserver: allocate AVStream's internal tooReynaldo H. Verdejo Pinochet2015-12-151-0/+2
* movenc: support cenc (common encryption)erankor2015-12-156-8/+604
* libavutil: add aes-ctr supporterankor2015-12-154-1/+215
* avfilter/vf_stereo3d: add direct (faster) path:Paul B Mahol2015-12-151-20/+101
* Merge commit 'e7078e842d93436edba1f30af1f9869d3913f7fe'Hendrik Leppkes2015-12-150-0/+0
|\
| * hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-058-15/+1125
* | Merge commit '0cef06df073934ca08d0357fcbbbcf2bc9b2a0cd'Hendrik Leppkes2015-12-150-0/+0
|\ \ | |/
| * checkasm: add HEVC MC testsAnton Khirnov2015-12-054-0/+325
* | Merge commit 'a853388d2fc5be848cca839a9fdf39a97c2d7b0e'Hendrik Leppkes2015-12-150-0/+0
|\ \ | |/
| * hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov2015-12-052-1/+13
* | Merge commit '688417399c69aadd4c287bdb0dec82ef8799011c'Hendrik Leppkes2015-12-150-0/+0
|\ \ | |/
| * hevcdsp: split the pred functions by widthAnton Khirnov2015-12-054-94/+174
* | Merge commit '818bfe7f0a3ff243deb63c4b146de2563f38ffd4'Hendrik Leppkes2015-12-150-0/+0
|\ \ | |/
| * hevcdsp: split the epel functions by widthAnton Khirnov2015-12-054-39/+89
* | Merge commit '1f821750f0b8d0c87cbf88a28ad699b92db5ec88'Hendrik Leppkes2015-12-150-0/+0
|\ \ | |/
| * hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov2015-12-054-29/+108
* | lavc/utils: use AVPixFmtDescriptor to probe palette formatsMatthieu Bouron2015-12-151-2/+11
* | lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron2015-12-157-14/+309
* | avfilter/af_sofalizer: check av_fft_init return codePaul B Mahol2015-12-151-0/+5
* | swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer2015-12-151-8/+6
* | swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer2015-12-151-1/+4
* | avfilter/vf_decimate: fix typo in fractionMichael Niedermayer2015-12-141-1/+1
* | configure: add conditional library dependency for sofalizer and showfreqsPaul B Mahol2015-12-141-0/+2
* | avfilter/af_sofalizer: add frequency domain processing and use it by defaultPaul B Mahol2015-12-143-29/+277
* | avfilter/vf_decimate: Check that input parameters matchMichael Niedermayer2015-12-141-0/+9
* | golomb: always check for invalid UE golomb codes in get_ue_golombAndreas Cadhalpun2015-12-141-1/+1
* | avfilter/vf_decimate: change ts_unit to AVRationalMichael Niedermayer2015-12-141-3/+3
* | avfilter/vf_mpdecimate: Add missing emms_c()Michael Niedermayer2015-12-141-1/+4
* | aacenc: switch to using the RNG from libavutilRostislav Pehlivanov2015-12-144-13/+9
* | avfilter/vf_delogo: fix show option when clippingJean Delvare2015-12-141-2/+2