summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lpc: add ff_lpc_calc_ref_coefs_f() functionRostislav Pehlivanov2015-09-012-0/+22
* lpc: remove unused ff_lpc_calc_levinson() functionRostislav Pehlivanov2015-09-012-59/+0
* aacenctab: add tns_min_sfb[] to the encoder tables headerRostislav Pehlivanov2015-09-011-0/+13
* aacenc: populate tns_max_bandsRostislav Pehlivanov2015-09-011-0/+3
* avcodec/truemotion1: Check for even widthMichael Niedermayer2015-09-011-0/+4
* avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence ...Michael Niedermayer2015-09-011-2/+3
* avcodec/movtextdec: Free ftab_tempMichael Niedermayer2015-08-311-1/+5
* avcodec/movtextdec: Make tx3g_ptr unsignedMichael Niedermayer2015-08-311-1/+1
* tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt par...Peter B2015-08-3137-84/+90
* fate: use 'c' for setting the channel_layoutAndreas Cadhalpun2015-08-311-1/+1
* avcodec/pngdec: fully support the tRNS chunkDonny Yang2015-08-311-9/+89
* Merge commit 'c457bdebe7af643b380aa0f6add3cb4335d218dc'Hendrik Leppkes2015-08-310-0/+0
|\
| * checkasm: Fix floating point arguments on 64-bit WindowsHenrik Gramner2015-08-281-3/+7
* | Merge commit 'b1abd2aaf91be249f24cb74db9c205d9e4ca9da6'Hendrik Leppkes2015-08-311-0/+5
|\ \ | |/
| * vf_scale: Add an option to pass the scaler paramsLuca Barbato2015-08-261-1/+4
* | Merge commit 'c23999be134bde0a0554261a9043be7dbc01de0c'Hendrik Leppkes2015-08-310-0/+0
|\ \ | |/
| * avconv_opt: Add an option that lists all supported hwaccelsTimothy Gu2015-08-262-0/+18
* | Merge commit '629d4c5b4deee08bf3a4f3ab45fd4f8b76d7aff3'Hendrik Leppkes2015-08-310-0/+0
|\ \ | |/
| * avconv_opt: Add missing commaTimothy Gu2015-08-261-1/+1
* | swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails...Michael Niedermayer2015-08-311-3/+6
* | swscale/utils: Split scaling if possible and yuv->yuv with different matrixes...Michael Niedermayer2015-08-311-1/+66
* | avfilter/vf_scale: If no output color matrix is specified, use the inputMichael Niedermayer2015-08-311-0/+2
* | avfilter/vf_scale: Do not skip scale if the color matrix mismatchesMichael Niedermayer2015-08-311-0/+1
* | avfilter/vf_scale: Do not skip scale if range mismatchesCarl Eugen Hoyos2015-08-311-0/+1
* | fate: add -fflags +bitexact to the relevant targetsAndreas Cadhalpun2015-08-305-14/+14
* | mux: warn if the encoders bitexact flag is set, but not the muxersAndreas Cadhalpun2015-08-301-2/+15
* | avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun2015-08-305-1/+18
* | avfilter/vf_separatefields: use the name 's' for the pointer to the private c...Ganesh Ajjanagadde2015-08-301-15/+15
* | avcodec/qsv : Added look ahead rate control modeSven Dueking2015-08-303-2/+49
* | avfilter/vf_vectorscope: make color mode more usefulPaul B Mahol2015-08-302-13/+15
* | swresample/swresample-test: Make layouts static constMichael Niedermayer2015-08-301-1/+1
* | avdevice/libdc1394: Make dc1394_frame_format and dc1394_frame_rate, staticMichael Niedermayer2015-08-301-2/+2
* | avcodec/options: Make dummy_v?_encoder staticMichael Niedermayer2015-08-301-4/+4
* | doc/filters: mention all short names for vectorscope optionsPaul B Mahol2015-08-301-2/+2
* | avfilter/vf_vectorscope: implement envelope supportPaul B Mahol2015-08-302-8/+95
* | avcodec/snowenc: Support setting the iterative dia size separatelyMichael Niedermayer2015-08-303-1/+13
* | aacenc_tns: do not limit the filter sizeRostislav Pehlivanov2015-08-291-3/+2
* | lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinsonRostislav Pehlivanov2015-08-293-8/+8
* | aacenc_tns: fix out-of-bounds array accessRostislav Pehlivanov2015-08-291-1/+4
* | aacenc_tns: actually apply TNS filter to the coefficientsRostislav Pehlivanov2015-08-291-2/+0
* | aacenc: initialize LPC context with MAX_LPC_ORDERRostislav Pehlivanov2015-08-292-2/+2
* | aacenc_tns: fix triggering an assertion with assert-level=2Rostislav Pehlivanov2015-08-291-2/+2
* | avfilter/af_apad: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-08-291-21/+21
* | avfilter/vf_vectorscope: add yet another modePaul B Mahol2015-08-294-1/+36
* | avfilter: add allrgbClément Bœsch2015-08-296-3/+89
* | fate: adjust AAC encoder TNS test fuzzinessRostislav Pehlivanov2015-08-291-0/+1
* | fate: add a test for encoding AAC-Main predictionRostislav Pehlivanov2015-08-291-0/+8
* | fate: reenable TNS testRostislav Pehlivanov2015-08-291-7/+7
* | aacenc: remove TNS from the todo listRostislav Pehlivanov2015-08-291-1/+0
* | aacenc_tns: rework the way coefficients are calculatedRostislav Pehlivanov2015-08-295-122/+110
OpenPOWER on IntegriCloud