235 Commits (79a0ec1af4817bb7b989803b9f460d1e4acaf7b7)

Author SHA1 Message Date
Stefano Sabatini c3819600e2 lavfi: implement avfilter_get_audio_buffer_ref_from_arrays() 14 years ago
Mina Nagy Zaki 47d2ca3205 lavfi: handle NULL lists in avfilter_make_format_list 14 years ago
Stefano Sabatini 95a0242642 lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps 14 years ago
Stefano Sabatini 27bcf55f45 vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref 14 years ago
Reimar Döffinger 612d0782fc Add const to avfilter_get_video_buffer_ref_from_arrays arguments. 14 years ago
Stefano Sabatini e977ca2645 lavfi: add avfilter_link_free() function 14 years ago
Stefano Sabatini 07586b68a8 lavfi: add select filter 14 years ago
Stefano Sabatini 83db719777 lavfi: make vsrc_buffer.h header public 14 years ago
Stefano Sabatini af2ed4b748 lavfi: bump minor and add changelog entry after the split filter addition 14 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
Stefano Sabatini c000a9f783 vsrc_buffer: add av_vsrc_buffer_add_frame() 14 years ago
Stefano Sabatini 50764e19a8 vsrc_buffer: make the source accept sws_param in init 14 years ago
Stefano Sabatini 9fdf77217b lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.h 14 years ago
Stefano Sabatini 566666caf3 lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props() 14 years ago
Stefano Sabatini a5b64584f3 lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo 14 years ago
Michael Niedermayer 39f66edbea AVFilter: use picture pool to avoid malloc(). 14 years ago
Stefano Sabatini 35fe66abbc lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio 14 years ago
Stefano Sabatini 31d8467d82 lavfi: add showinfo filter 14 years ago
Stefano Sabatini bebe72f4a0 lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
Roger Pau Monné 10d39405fa lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. 14 years ago
Michael Niedermayer 7a11c82fb7 vsrc_buffer: add sample_aspect_ratio fields to arguments. 14 years ago
Mark Himsley 2f84bb4236 lavfi: add fieldorder filter 14 years ago
Stefano Sabatini 484a330890 pad: make the filter parametric 14 years ago
Anton Khirnov 139f3ac42d Bump major versions of all libraries. 14 years ago
Roger Pau Monné 09a1416db7 Add key_frame and pict_type to AVFilterBufferRefVideo. 14 years ago
Mark Himsley aa0c515a3c lavfi: add fieldorder filter 14 years ago
Stefano Sabatini d496d33d26 scale: make the filter parametric 14 years ago
Brandon Mintern aadfc9ee74 lavfi: add fade filter 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Michael Niedermayer 910b5b82e8 Add sample_aspect_ratio to AVFilterLink 14 years ago
Stefano Sabatini 9409c3811c libavfilter: add video movie source 14 years ago
Michael Niedermayer 7b3ea5507c Add sample_aspect_ratio fields to vsrc_buffer arguments. 14 years ago
Michael Niedermayer 14b171cd71 Add sample_aspect_ratio to AVFilterLink 14 years ago
Mans Rullgard daed21a17e avfilter: remove stray semicolon 14 years ago
Stefano Sabatini a242ac3620 Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. 14 years ago
Stefano Sabatini 6baf4afa99 Make avfilter_unref_buffer() accept a NULL parameter. 14 years ago
Stefano Sabatini caeb0c3027 Make avfilter_graph_free() do nothing if graph is NULL. 14 years ago
Michael Niedermayer 36dc00de52 Add w,h,format back into AVFilterBuffer, these are required for direct rendering. 14 years ago
Stefano Sabatini b567020943 Add copy filter, useful for testing the avfilter_draw_slice() copy 14 years ago
Stefano Sabatini 28e5d45c68 Bump lavfi minor and add an entry after r26108 (which added 14 years ago
Michael Niedermayer 0ccabeeaef Support filters and decoders that dont support negative linesizes. 14 years ago
Stefano Sabatini 17fc94933b Add erode libopencv filter. 14 years ago
Stefano Sabatini 91cbb6ba53 Add dilate libopencv filter. 14 years ago
Stefano Sabatini cf69ad35c5 Redesign the libopencv wrapper to make it more generic. Accept both 14 years ago
Nolan L d5f187fd33 Add gradfun filter, ported from MPlayer. 14 years ago
Stefano Sabatini c61cdd0afb Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from 14 years ago
Baptiste Coudurier a4dc7aa5b5 Port libmpcodecs hqdn3d filter. 14 years ago
Stefano Sabatini 4da12e3b13 Implement av_image_alloc() and use it in 14 years ago