summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos2015-09-01
* lavfi/scale: Pass src_range and dst_range to libswscale.Carl Eugen Hoyos2015-09-01
* fate: update AAC tests to the new defaultsRostislav Pehlivanov2015-09-01
* aacenc: Enable Intensity Stereo by defaultRostislav Pehlivanov2015-09-01
* aacenc: Enable Perceptual Noise Substitution by defaultRostislav Pehlivanov2015-09-01
* fate: update AAC Encoder TNS test for the new changesRostislav Pehlivanov2015-09-01
* aacenc: reorder resetting of cpe->common_windowRostislav Pehlivanov2015-09-01
* aacenc_tns: rework coefficient quantization and filter applicationRostislav Pehlivanov2015-09-01
* aacenc: allocate a larger buffer for the TNS LPC contextRostislav Pehlivanov2015-09-01
* lpc: add ff_lpc_calc_ref_coefs_f() functionRostislav Pehlivanov2015-09-01
* lpc: remove unused ff_lpc_calc_levinson() functionRostislav Pehlivanov2015-09-01
* aacenctab: add tns_min_sfb[] to the encoder tables headerRostislav Pehlivanov2015-09-01
* aacenc: populate tns_max_bandsRostislav Pehlivanov2015-09-01
* avcodec/truemotion1: Check for even widthMichael Niedermayer2015-09-01
* avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence ...Michael Niedermayer2015-09-01
* avcodec/movtextdec: Free ftab_tempMichael Niedermayer2015-08-31
* avcodec/movtextdec: Make tx3g_ptr unsignedMichael Niedermayer2015-08-31
* tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt par...Peter B2015-08-31
* fate: use 'c' for setting the channel_layoutAndreas Cadhalpun2015-08-31
* avcodec/pngdec: fully support the tRNS chunkDonny Yang2015-08-31
* Merge commit 'c457bdebe7af643b380aa0f6add3cb4335d218dc'Hendrik Leppkes2015-08-31
|\
| * checkasm: Fix floating point arguments on 64-bit WindowsHenrik Gramner2015-08-28
* | Merge commit 'b1abd2aaf91be249f24cb74db9c205d9e4ca9da6'Hendrik Leppkes2015-08-31
|\|
| * vf_scale: Add an option to pass the scaler paramsLuca Barbato2015-08-26
* | Merge commit 'c23999be134bde0a0554261a9043be7dbc01de0c'Hendrik Leppkes2015-08-31
|\|
| * avconv_opt: Add an option that lists all supported hwaccelsTimothy Gu2015-08-26
* | Merge commit '629d4c5b4deee08bf3a4f3ab45fd4f8b76d7aff3'Hendrik Leppkes2015-08-31
|\|
| * avconv_opt: Add missing commaTimothy Gu2015-08-26
* | swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails...Michael Niedermayer2015-08-31
* | swscale/utils: Split scaling if possible and yuv->yuv with different matrixes...Michael Niedermayer2015-08-31
* | avfilter/vf_scale: If no output color matrix is specified, use the inputMichael Niedermayer2015-08-31
* | avfilter/vf_scale: Do not skip scale if the color matrix mismatchesMichael Niedermayer2015-08-31
* | avfilter/vf_scale: Do not skip scale if range mismatchesCarl Eugen Hoyos2015-08-31
* | fate: add -fflags +bitexact to the relevant targetsAndreas Cadhalpun2015-08-30
* | mux: warn if the encoders bitexact flag is set, but not the muxersAndreas Cadhalpun2015-08-30
* | avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun2015-08-30
* | avfilter/vf_separatefields: use the name 's' for the pointer to the private c...Ganesh Ajjanagadde2015-08-30
* | avcodec/qsv : Added look ahead rate control modeSven Dueking2015-08-30
* | avfilter/vf_vectorscope: make color mode more usefulPaul B Mahol2015-08-30
* | swresample/swresample-test: Make layouts static constMichael Niedermayer2015-08-30
* | avdevice/libdc1394: Make dc1394_frame_format and dc1394_frame_rate, staticMichael Niedermayer2015-08-30
* | avcodec/options: Make dummy_v?_encoder staticMichael Niedermayer2015-08-30
* | doc/filters: mention all short names for vectorscope optionsPaul B Mahol2015-08-30
* | avfilter/vf_vectorscope: implement envelope supportPaul B Mahol2015-08-30
* | avcodec/snowenc: Support setting the iterative dia size separatelyMichael Niedermayer2015-08-30
* | aacenc_tns: do not limit the filter sizeRostislav Pehlivanov2015-08-29
* | lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinsonRostislav Pehlivanov2015-08-29
* | aacenc_tns: fix out-of-bounds array accessRostislav Pehlivanov2015-08-29
* | aacenc_tns: actually apply TNS filter to the coefficientsRostislav Pehlivanov2015-08-29
* | aacenc: initialize LPC context with MAX_LPC_ORDERRostislav Pehlivanov2015-08-29