Commit History

Author SHA1 Message Date
  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
  Stefano Sabatini b1779800c4 Include libavcore/audioconvert.h, required for 13 years ago
  Stefano Sabatini 1d5b188518 Reindent. 13 years ago
  Stefano Sabatini 7986e34db0 Make ff_dprintf_link() print meaningful information for audio links. 13 years ago
  Stefano Sabatini a242ac3620 Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. 13 years ago
  Stefano Sabatini 6baf4afa99 Make avfilter_unref_buffer() accept a NULL parameter. 13 years ago
  Stefano Sabatini 891aeeee72 Check linked pads media type mismatch in avfilter_link(). 13 years ago
  Michael Niedermayer 36dc00de52 Add w,h,format back into AVFilterBuffer, these are required for direct rendering. 13 years ago
  Michael Niedermayer 0ccabeeaef Support filters and decoders that dont support negative linesizes. 13 years ago
  Stefano Sabatini fee0deb61f Fix avfilter_draw_slice() copy code with alpha planes. 13 years ago
  Stefano Sabatini 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 13 years ago
  Stefano Sabatini d38c340fdc Implement avfilter_get_video_buffer_ref_from_arrays(). 14 years ago
  Stefano Sabatini 906eaab460 In ff_get_ref_perms_string() use 'u' and 'U' for representing 14 years ago
  Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
  Stefano Sabatini 24de0edbd5 Rename avfilter_destroy() as avfilter_free(). 14 years ago
  Stefano Sabatini d545aea8f0 100l: remove bogus inclusion of libavcodec/audioconvert.c in 14 years ago
  Stefano Sabatini cf5fe8ec9e Make avfilter_config_links() use the timebase of the first input link 14 years ago
  Stefano Sabatini 867ae7aa5d Add a time_base field to AVFilterLink. 14 years ago
  Stefano Sabatini 69f73a8928 Make avfilter_config_links() propagate the error code coming from the 14 years ago
  Stefano Sabatini 486adc55c0 Use more expressive names for the avfilter_insert_filter() in and out 14 years ago
  Stefano Sabatini db9dfa3cc3 Make avfilter_insert_filter() propagate an error code in case the 14 years ago
  Stefano Sabatini acc0490f09 Make AVFilterLink store the pointers to the source and destination 14 years ago
  Stefano Sabatini b1a05b820e Make avfilter_destroy() code less convoluted, introducing a temporary 14 years ago
  Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
  Stefano Sabatini eedca998eb Implement ff_get_ref_perms_string() and use it for tracing. 14 years ago
  Stefano Sabatini 5a9dd3de63 Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the 14 years ago
  Stefano Sabatini 014df3a2aa Make ff_dprintf_ref() print audio related information if available. 14 years ago
  Stefano Sabatini e29b451a51 Cosmetics: merge two lines in ff_dprintf_ref(). 14 years ago
  Stefano Sabatini 0055b2d11a Make ff_dprintf_ref() print the information related to the referenced 14 years ago
  Stefano Sabatini b5fbb31e55 Rename ff_dprintf_picref() to ff_dprintf_ref(). 14 years ago
  Stefano Sabatini 801ab98088 Extend ff_dprintf_picref() to make it print video interlaced and 14 years ago
  Stefano Sabatini 382ecd3537 Make ff_dprintf_picref() print video properties only if available. 14 years ago
  Stefano Sabatini 28c52b1ed9 Only print the pointer to the first plane in ff_dprintf_picref(). 14 years ago
  Stefano Sabatini dc46661ae2 Enable and change the log level to DEBUG for the message printed in 14 years ago
  Stefano Sabatini ca8574310f Cosmetics: apply misc spacing style fixes. 14 years ago