Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-17graphparser: Check av_get_token() memory errorVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1267891
2015-02-03libopencv: Check kernel_str life cycleLuca Barbato
The string might or might not be set depending if there are args and in case of error it must be freed nonetheless. CC: libav-stable@libav.org Bug-Id: CID 739878 / CID 739882
2015-01-29hqdn3d: check memory allocations and propagate errorsVittorio Giovara
2015-01-27libopencv: Rework error handling in parse_iplconvkernel()Vittorio Giovara
Fix 'values' memory leak in case of error. CC: libav-stable@libav.org Bug-Id: CID 739879
2015-01-27Add a side data type for audio service type.Anton Khirnov
Currently, audio service type is a field in AVCodecContext. However, side data is more appropriate for this kind of information.
2015-01-05vf_interlace: remove the warning tag in the messageVittorio Giovara
The log level is already a warning.
2015-01-05vf_interlace: merge FIELD_LOWER checkVittorio Giovara
2015-01-05vf_interlace: also assert for heightVittorio Giovara
2015-01-05vf_interlace: use image width rather than linesizeVittorio Giovara
Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
2014-12-19lavfi: always check av_expr_parse_and_eval() return valueVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 703624
2014-12-08vf_frei0r: do not increment string if it reached the endVittorio Giovara
Bug-Id: 778 CC: libav-stable@libav.org
2014-12-07lavfi: Increase drawtext font size limitsМихаил Муковников
Raise the maximum font size to a larger value. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-11-27vf_interlace: get rid of useless loadsKieran Kunhya
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-11-25vf_interlace: x86: improve asm performanceMichael Niedermayer
4775 decicycles -> 3688 decicycles
2014-11-21lavfi: clean memory on error in ADD_FORMAT()Vittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1250334
2014-11-15vf_interlace: Add SIMD for lowpass filterKieran Kunhya
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-10-26drawtext: Remove the ifdef for localtime_rMartin Storsjö
If it isn't available in the system, we've got a fallback to the normal localtime function, so normal code can assume it is available as long as time_internal.h is included. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-10-25avfilter: check filter link validityVittorio Giovara
Remove now redundant check. CC: libav-stable@libav.org Bug-Id: CID 700371
2014-10-20vf_format: check input validityVittorio Giovara
CC: libav-stable@libav.org
2014-10-18af_resample: check av_opt_set_dict return valueVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1087076
2014-10-18vf_showinfo: Forward the av_image_get_linesize errorVittorio Giovara
CC: libav-stable@libav.org Bug-Id: CID 1087086
2014-10-18vf_drawtext: Do not leak the mmapped textfileLuca Barbato
And validate its size while at it. CC: libav-stable@libav.org Bug-Id: CID 1244189
2014-10-18resample: Avoid off-by-1 errors in PTS calcs.Timothy B. Terriberry
The rounding used in the PTS calculations in filter_frame() does not actually match the number of samples output by the resampler. This leads to off-by-1 errors in the timestamps indicating gaps and underruns, even when the input timestamps are all contiguous. Bug-Id: 753 Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-08-21setpts: Add missing inttypes.h #include for PRId64Diego Biurrun
Also convert a debug av_log() to av_dlog().
2014-08-21vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6Diego Biurrun
2014-08-19avfilter: Remove unused variable from ff_get_video_buffer()Diego Biurrun
2014-08-19vsrc_movie: Avoid a variable indirection in movie_get_frame()Diego Biurrun
This avoids an unused variable warning with MSVC since the variable is only used in a debug mode printf statement.
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-09Postpone API-incompatible changes until the next bump.Anton Khirnov
2014-08-04avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-08-03filtfmts: Replace deprecated uses of AVFilterPadDiego Biurrun
Also add missing mem.h header for av_freep().
2014-08-03vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrameDiego Biurrun
2014-08-02af_channelmap: Set the frame channel layoutLuca Barbato
Otherwise the frame would show the first layout matching the channel count.
2014-08-02af_join: Set the output frame formatLuca Barbato
2014-08-01Revert "vf_interlace: deprecate lowpass option"Vittorio Giovara
This reverts commit 35b05c5184fb3aa1191e2d1e7f1cae1e11f344a4. A warning is introduced in case this option is used.
2014-07-29vf_select: Drop a debug av_log with an unchecked double to enum conversionDiego Biurrun
CC: libav-stable@libav.org
2014-07-08af_compand: make sure request_frame always outputs at least one frameAndrew Kelley
This fixes a segmentation fault because request_frame in fifo.c assumes that the call to ff_request_frame will populate fifo->root.next. Before, it was possible for request_frame in af_compand to not do this, resulting in a null pointer access. Now, request_frame in af_compand always will return at least one frame or an error, as per the API specifications in avfilter.h for request_frame. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-06-14vf_showinfo: print display transformation valuesVittorio Giovara
2014-05-29af_resample: Use avresample_get_out_samplesLuca Barbato
2014-05-27lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NBAnton Khirnov
Thatt hardcodes the number of formats into lavfi and will break when a shared lavu is updated, adding new formats.
2014-05-27buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov
That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
2014-05-27vf_fieldorder: avoid using AV_PIX_FMT_NBAnton Khirnov
That hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
2014-05-27vf_scale: use the pixfmt descriptor APIAnton Khirnov
Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
2014-05-27vf_format: rework format list parsingAnton Khirnov
Avoid using AV_PIX_FMT_NB, since that hardcodes the number of pixel formats into lavfi and will break when a shared lavu is updated, adding new pixel formats.
2014-05-13build: handle library dependencies in configureJanne Grunau
Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
2014-05-01lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-04-19filtfmts: remove unused lavf includeVittorio Giovara
2014-04-19lavfi: name anonymous structsVittorio Giovara
2014-04-17drawtext: Add fontconfig supportLuca Barbato
Introduce the `font` option and make it optional to pass a fontfile. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-04-13af_volume: implement replaygain clipping preventionAlessandro Ghedini
This adds a new "replaygain_noclip" option to the filter, and, if enabled, limits the gain applied for tracks where clipping would occur. Signed-off-by: Anton Khirnov <anton@khirnov.net>