]> git.sesse.net Git - ffmpeg/history - libavfilter
lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref API
[ffmpeg] / libavfilter /
2012-06-25 Stefano Sabatinilavfi/avcodec: deprecate avfilter_fill_frame_from_...
2012-06-25 Stefano Sabatinilavfi: remove unnecessary inclusion of libavcodec/avcod...
2012-06-25 Stefano Sabatinilavfi: move some FF_API_ definitions from avfilter...
2012-06-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-24 Michael Niedermayeraf_aresample: fix sample_rate type.
2012-06-24 Michael Niedermayersink_buffer: assert that functions and sinks arent...
2012-06-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-23 Nicolas Georgeshowwaves: fix PTS computation.
2012-06-23 Nicolas Georgeshowwaves: fix first sample of frame test.
2012-06-23 Nicolas Georgelavfi: display pad type with mismatch error message.
2012-06-22 Stefano Sabatinilavfi/buffer: remove unused function av_vsrc_buffer_add...
2012-06-22 Stefano Sabatinilavfi/buffer: apply misc consistency nits
2012-06-22 Stefano Sabatinilavfi: define macro AVFILTER_DEFINE_CLASS
2012-06-22 Stefano Sabatinilavfi/drawtext: remove unnecessary parentheses in init()
2012-06-22 Alex Converselavfi: Add the af_channelmap audio channel mapping...
2012-06-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-22 Anton Khirnovlavfi: add join audio filter.
2012-06-22 Anton Khirnovlavfi: allow audio filters to request a given number...
2012-06-22 Anton Khirnovlavfi: support automatically inserting the fifo filter...
2012-06-22 Anton Khirnovlavfi/audio: eliminate ff_default_filter_samples().
2012-06-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-21 Stefano Sabatinilavfi/deshake: fix crash in uninit()
2012-06-21 Stefano Sabatinilavfi/scale: remove unused variable out_link
2012-06-21 Stefano Sabatinilavfi/audio: remove unused variable in ff_filter_samples()
2012-06-21 Stefano Sabatinilavfi/ass: update use of deprecated functions, fix...
2012-06-21 Stefano Sabatinilavfi/blackdetect: add logic for handling stream termin...
2012-06-21 Stefano Sabatinilavfi/blackdetect: fix pts time debug printing
2012-06-21 Anton Khirnovlavfi/audio: don't set cur_buf in ff_filter_samples().
2012-06-21 Anton Khirnovlavfi/fifo: add audio version of the fifo filter.
2012-06-21 Anton Khirnovfifo: fix parenthesis placement.
2012-06-21 Anton Khirnovlavfi: rename vf_fifo.c -> fifo.c
2012-06-20 Michael Niedermayerlibavfilter/transform: fix mirroring.
2012-06-20 Paul B Mahollavfi: remove redundant checks after av_parse_video_rate()
2012-06-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-20 Michael Niedermayervf_vflip: fix handling of the last line.
2012-06-20 Michael Niedermayervf_lut: fix handling of odd dimensions
2012-06-20 Stefano Sabatinilavfi: add showwaves filter
2012-06-20 Stefano Sabatinilavfi/asplit: fix memleak
2012-06-19 Paul B Mahollavfi/color: fix typo
2012-06-19 Paul B Mahollavfi/color: use AVOptions
2012-06-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-19 Pavel Koshevoylibavfilter: improve atempo audio quality
2012-06-19 Michael Niedermayerlavfi/avfilter: use av_assert
2012-06-19 Stefano Sabatinilavfi/avcodec: make avfilter_fill_frame_from*() functio...
2012-06-19 Stefano Sabatinilavfi/avcodec: always use av_frame* accessors in avfilt...
2012-06-19 Stefano Sabatinilavfi/avcodec: copy pos field from AVFilterBuffer to...
2012-06-18 Justin Rugglesaf_amix: allow float planar sample format as input
2012-06-18 Justin Rugglesaf_amix: use AVFloatDSPContext.vector_fmac_scalar()
2012-06-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-17 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-06-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-17 Paul B Mahollavfi: use designated initializers for AVClass
2012-06-17 Pavel Koshevoylavfi: add atempo filter
2012-06-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-16 Paul B Mahollavfi: update some deprecated functions
2012-06-16 Paul B Mahollavfi/super2xsai: fix fate test on bigendian
2012-06-15 Michael Niedermayervf_pad: check that we have write permission before...
2012-06-15 Stefano Sabatinilavfi: add asetnsamples audio filter
2012-06-15 Stefano Sabatinilavfi/split: give a more accurate description to split
2012-06-15 Stefano Sabatinilavfi/super2xsai: simplify code updating the color...
2012-06-15 Stefano Sabatinilavfi/super2xsai: fix table used to update color matrix...
2012-06-15 Stefano Sabatinilavfi/video: set output frame w/h properties in default...
2012-06-15 Stefano Sabatinilavfi/avcodec: add consistency checks in avfilter_copy_...
2012-06-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-15 Janne Grunauaf_resample: fix format modifier in debug string for...
2012-06-15 William Yulavfi: af_amerge options array was not ended with NULL
2012-06-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-13 Anton Khirnovlavfi/audio: use av_samples_copy() instead of custom...
2012-06-13 Anton Khirnovavfiltergraph: remove a redundant call to avfilter_get_...
2012-06-13 Anton Khirnovlavfi: allow building without swscale.
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-13 Anton Khirnovlavfi: add avfilter_pad_get_type() and avfilter_pad_get...
2012-06-13 Anton Khirnovlavfi: make avfilter_get_video_buffer() private on...
2012-06-13 Stefano Sabatinilavfi: move definition of avfilter_copy_buf_props(...
2012-06-13 Stefano Sabatinilavfi: change name of tracing functions and of the...
2012-06-12 Anton Khirnovlavfi: add channelsplit audio filter.
2012-06-12 Alex Converseavfilter: Log an error if avfilter fails to configure...
2012-06-12 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-10 Stefano Sabatinilavfi: fix signature for default_filter_name()
2012-06-10 Nicolas Georgevf_fps: set frame_rate.
2012-06-10 Nicolas Georgevf_tile: update deprecated functions.
2012-06-10 Nicolas Georgevf_tile: set frame_rate.
2012-06-10 Anton Khirnovvf_libopencv: add missing headers.
2012-06-10 Michael Niedermayersink_buffer: dont return void from void functions.
2012-06-10 Michael Niedermayerlibavfilter: make ff_null_start_frame_keep_ref() a...
2012-06-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-09 Nicolas Georgebuffersrc: deprecate flat options syntax.
2012-06-09 Nicolas Georgebuffersrc: accept the frame rate as argument.
2012-06-09 Nicolas Georgebuffersrc: accept key=value arguments.
2012-06-09 Nicolas Georgebuffersink: add av_buffersink_get_frame_rate().
2012-06-09 Nicolas Georgelavfi: add a frame_rate field to AVFilterLink.
2012-06-08 J. Bohladd bracket around the argument (fixes compilation...
2012-06-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-07 Nicolas Georgeamerge: accept multiple inputs.
2012-06-07 Nicolas Georgeaf_amerge: move nb_in_ch into the in structure.
2012-06-07 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
next