Commit History

Author SHA1 Message Date
  Michael Niedermayer 4ddbe89d40 avfilter/ff_insert_pad: fix order of operations 11 years ago
  Michael Niedermayer c6baa4046a avfilter: add some asserts() to check refcounts. 12 years ago
  Michael Niedermayer f068ce570f avfilter: pool draining and self destruction support. 12 years ago
  Stefano Sabatini ae21776207 lavfi: add missing check in avfilter_filter_samples() 12 years ago
  Stefano Sabatini 5764301df3 lavfi: don't try to indent words in trace messages 12 years ago
  Michael Niedermayer f810ab45e3 libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs. 12 years ago
  Michael Niedermayer 022f8d27dd Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
  Stefano Sabatini 1fc7077115 lavfi: increase number of maximum registered filters from 64 to 128 13 years ago
  Stefano Sabatini 217790871e lavfi: issue error if maximum number of filters is reached 13 years ago
  Michael Niedermayer 259a960f1b Merge remote-tracking branch 'qatar/master' 13 years ago
  Alex Converse 0d7a16a946 avfilter: Don't copy garbage from the stack when setting up video pictures. 13 years ago
  Stefano Sabatini dd91499b66 lavfi: add debug trace when processing events 13 years ago
  Stefano Sabatini 553c5e9f23 lavfi: add and use an inlink variable in avfilter_config_links() 13 years ago
  Stefano Sabatini 71c644ceda lavfi: set link audio time_base if not set in avfilter_config_links() 13 years ago
  Stefano Sabatini 4381bddc9f lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps 13 years ago
  Stefano Sabatini 2c0317419b lavfi: simplify signature for avfilter_get_audio_buffer() and friends 13 years ago
  Michael Niedermayer 37f9de59d1 avfilter: fix processing multiple commands per frame and filter 13 years ago
  Michael Niedermayer 3d8176d2f5 avfilter: Add avfilter_graph_que_command() 13 years ago
  Michael Niedermayer 1e5014c7c7 avfilter: Add command passing support 13 years ago
  Mina Nagy Zaki 5f68a91be2 lavfi: remove default config_props() callback and refactor avfilter_config_links() 13 years ago
  Mina Nagy Zaki b57df29f95 lavfi: add audio channel packing negotiation fields 13 years ago
  Michael Niedermayer 90c6963dae avfilter picture pool: double free hotfix 13 years ago
  Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 13 years ago
  Stefano Sabatini c3819600e2 lavfi: implement avfilter_get_audio_buffer_ref_from_arrays() 13 years ago
  Stefano Sabatini 95a0242642 lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps 13 years ago
  Reimar Döffinger 612d0782fc Add const to avfilter_get_video_buffer_ref_from_arrays arguments. 13 years ago
  Stefano Sabatini e977ca2645 lavfi: add avfilter_link_free() function 13 years ago
  Stefano Sabatini 77b32b73ed lavfi: apply misc style fixes 13 years ago
  Diego Biurrun d6e0729b24 avfilter: Surround function only used in debug mode by appropriate #ifdef. 13 years ago
  Stefano Sabatini 5dc65a3d03 lavfi: print key-frame and picture type information in ff_dlog_ref() 13 years ago
  Michael Niedermayer c34cb130b6 avfilter: dont use AVFilterLink as priv for pictures as its freed too early. 13 years ago
  Michael Niedermayer 39f66edbea AVFilter: use picture pool to avoid malloc(). 13 years ago
  Michael Niedermayer fa3eddc011 avfilter_unref_buffer: favor av_freep() 13 years ago
  Michael Niedermayer b000b86e1d Merge remote branch 'qatar/master' 13 years ago
  Ronald S. Bultje 0699dbb847 avfilter: check malloc return values. 13 years ago
  Ronald S. Bultje f8af93ab99 avfilter: don't av_malloc(0). 13 years ago
  Stefano Sabatini 35fe66abbc lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio 13 years ago
  Stefano Sabatini f7bdffb09d lavfi: print key-frame and picture type information in ff_dlog_ref() 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Michael Niedermayer e528cdac8a Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 13 years ago
  Michael Niedermayer 0cb88628fb Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" 13 years ago
  Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 13 years ago
  Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 13 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 13 years ago
  Stefano Sabatini 70c275f8c3 Make avfilter_config_links() propagate audio information of the source link if it is not explicitely set by the filter. 13 years ago
  Michael Niedermayer 910b5b82e8 Add sample_aspect_ratio to AVFilterLink 13 years ago
  Stefano Sabatini 5fce60c3a9 Log debug information in filter_samples(). 13 years ago
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 13 years ago
  Diego Elio Pettenò eb7ccf8f33 Make the avfilter debug functions and macros static to avfilter.c 13 years ago