OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavfilter /
2015-02-17 Vittorio Giovaragraphparser: Check av_get_token() memory error
2015-02-03 Luca Barbatolibopencv: Check kernel_str life cycle
2015-01-29 Vittorio Giovarahqdn3d: check memory allocations and propagate errors
2015-01-27 Vittorio Giovaralibopencv: Rework error handling in parse_iplconvkernel()
2015-01-27 Anton KhirnovAdd a side data type for audio service type.
2015-01-05 Vittorio Giovaravf_interlace: remove the warning tag in the message
2015-01-05 Vittorio Giovaravf_interlace: merge FIELD_LOWER check
2015-01-05 Vittorio Giovaravf_interlace: also assert for height
2015-01-05 Vittorio Giovaravf_interlace: use image width rather than linesize
2014-12-18 Vittorio Giovaralavfi: always check av_expr_parse_and_eval() return...
2014-12-08 Vittorio Giovaravf_frei0r: do not increment string if it reached the end
2014-12-07 Михаил Муковниковlavfi: Increase drawtext font size limits
2014-11-27 Kieran Kunhyavf_interlace: get rid of useless loads
2014-11-25 Michael Niedermayervf_interlace: x86: improve asm performance
2014-11-21 Vittorio Giovaralavfi: clean memory on error in ADD_FORMAT()
2014-11-14 Kieran Kunhyavf_interlace: Add SIMD for lowpass filter
2014-10-25 Martin Storsjödrawtext: Remove the ifdef for localtime_r
2014-10-24 Vittorio Giovaraavfilter: check filter link validity
2014-10-20 Vittorio Giovaravf_format: check input validity
2014-10-18 Vittorio Giovaraaf_resample: check av_opt_set_dict return value
2014-10-18 Vittorio Giovaravf_showinfo: Forward the av_image_get_linesize error
2014-10-18 Luca Barbatovf_drawtext: Do not leak the mmapped textfile
2014-10-18 Timothy B. Terriberryresample: Avoid off-by-1 errors in PTS calcs.
2014-08-21 Diego Biurrunsetpts: Add missing inttypes.h #include for PRId64
2014-08-21 Diego Biurrunvsrc_movie: Adjust a silly typo from b977b287f61fea48ec...
2014-08-19 Diego Biurrunavfilter: Remove unused variable from ff_get_video_buffer()
2014-08-19 Diego Biurrunvsrc_movie: Avoid a variable indirection in movie_get_f...
2014-08-09 Anton KhirnovBump major versions of all libraries.
2014-08-09 Anton KhirnovPostpone API-incompatible changes until the next bump.
2014-08-03 Kieran Kunhyaavcodec: Deprecate dtg_active_format field in favor...
2014-08-03 Diego Biurrunfiltfmts: Replace deprecated uses of AVFilterPad
2014-08-03 Diego Biurrunvf_fps: Replace use of deprecated AVFilterBufferRef...
2014-08-01 Luca Barbatoaf_channelmap: Set the frame channel layout
2014-08-01 Luca Barbatoaf_join: Set the output frame format
2014-08-01 Vittorio GiovaraRevert "vf_interlace: deprecate lowpass option"
2014-07-29 Diego Biurrunvf_select: Drop a debug av_log with an unchecked double...
2014-07-08 Andrew Kelleyaf_compand: make sure request_frame always outputs...
2014-06-14 Vittorio Giovaravf_showinfo: print display transformation values
2014-05-28 Luca Barbatoaf_resample: Use avresample_get_out_samples
2014-05-26 Anton Khirnovlavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB
2014-05-26 Anton Khirnovbuffersrc: avoid using AV_PIX_FMT_NB
2014-05-26 Anton Khirnovvf_fieldorder: avoid using AV_PIX_FMT_NB
2014-05-26 Anton Khirnovvf_scale: use the pixfmt descriptor API
2014-05-26 Anton Khirnovvf_format: rework format list parsing
2014-05-13 Janne Grunaubuild: handle library dependencies in configure
2014-05-01 Alessandro Ghedinilavfi: add Bauer stereo-to-binaural audio filter
2014-04-19 Vittorio Giovarafiltfmts: remove unused lavf include
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2014-04-16 Luca Barbatodrawtext: Add fontconfig support
2014-04-13 Alessandro Ghediniaf_volume: implement replaygain clipping prevention
2014-04-10 Nicolas Georgelibavfilter: Add asettb filter for setting timebase...
2014-04-04 Diego Biurrunx86: Drop some unnecessary YASM ifdefs
2014-04-04 Anton Khirnovaf_ashowinfo: print a more descriptive name for AV_MATR...
2014-04-04 Alessandro Ghediniaf_volume: implement replaygain pre-amplification
2014-04-02 Katerina Barone... vf_settb: rename to settb
2014-03-25 Vittorio Giovaravf_transpose: K&R formatting cosmetics
2014-03-24 Anton Khirnov{v,a}f_showinfo: print frame side data
2014-03-24 Anton Khirnovaf_volume: support using replaygain frame side data
2014-03-22 Diego Biurrunavfilter: more correct printf format specifiers
2014-03-16 Anton Khirnovaf_channelmap: fix ONE_STR mapping mode
2014-03-06 Anton Khirnovvf_shuffleplanes: fix the type of the mapping indices
2014-03-05 Anton Khirnovlavfi: add shuffleplanes filter
2014-03-05 Anton Khirnovlavfi: use the correct filter context for logging an...
2014-03-05 Luca Barbatoavfilter: Add missing emms_c when needed
2014-03-04 Vittorio Giovaravf_frei0r: fix missing end of line character
2014-03-04 Vittorio Giovaravf_frei0r: refactor library loading from env variable
2014-03-04 Vittorio Giovaravf_frei0r: prevent a segfault when filter parameters...
2014-03-04 Vittorio Giovaravf_frei0r: adjust error messages
2014-02-28 Anton Khirnovaf_compand: replace strtok_r() with av_get_token()
2014-02-26 Andrew Kelleylavfi: add compand audio filter
2014-02-24 Anton Khirnovaf_volume: preserve frame properties
2014-02-24 Anton Khirnovaf_resample: preserve frame properties
2014-02-24 Anton KhirnovUse av_frame_copy() to simplify code where appropriate.
2014-02-19 Vittorio Giovaravf_interlace: deprecate lowpass option
2014-02-14 Anton Khirnovlavfi doxy: add buffer{src,sink}.h to the main lavfi...
2014-02-14 Anton Khirnovbuffersink: document special error codes returned from...
2014-02-12 Diego Biurrunbuffersrc: Have function parameter names match between...
2014-02-04 Keith Lawsonvf_overlay: add eof_action switch
2014-01-17 Anton Khirnovbuffersrc: handle non-refcounted frames in av_buffersrc...
2014-01-13 Robert Krügervf_yadif: Relicense from GPL to LGPL
2014-01-09 Vittorio Giovaraavfilter: fix leaks on error in ff_filter_frame
2014-01-09 Vittorio Giovaraavfilter: add needs_writable field to the internal...
2014-01-09 Vittorio Giovaraavfilter: add documentation for needs_writable
2014-01-09 Vittorio Giovaralavfi: add framepack filter
2014-01-06 Luca Barbatodrawtext: Drop pointless header
2013-12-26 Diego Biurrunavutil: Move library version related macros to version.h
2013-12-14 Reinhard TartlerBump major of libavfilter for reference counted buffer...
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-19 Vittorio Giovaravf_interlace: check one av_frame_clone allocation
2013-11-06 Diego Biurrunavfilter/graphparser: Directly free filter memory if...
2013-11-04 Diego Biurrunavfilter/buffer: Suppress deprecation warning for avfil...
2013-11-04 Diego Biurrunfiltfmts-test: Fix use of deprecated API
2013-11-04 Vittorio Giovaravf_fieldorder: remove superfluous get_video_buffer
2013-11-02 Rudolf Polzervf_scale: make the dar variable return the DAR.
2013-11-02 Rudolf Polzervf_aspect: support variables in evaluating the aspect...
2013-10-31 Diego Biurrungradfun: x86: Factor out common code for some gradfun_f...
2013-10-31 Diego Biurrunavfilter: x86: K&R formatting cosmetics
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-10-28 Vittorio Giovaraavfilter: fix const use of avfilter_next
2013-10-28 Vittorio Giovaraavfilter: have avfilter_get_by_name return const for...
next