619 Commits (91a5b4d480a0b3271ae147c5cb130c8b56233f1f)

Author SHA1 Message Date
Nicolas George af0d270aac lavu: add helper functions for integer lists. 12 years ago
Anton Khirnov fa2a34cd40 lavfi: change the filter registering system to match the other libraries 12 years ago
Anton Khirnov 7e8fe4be5f lavfi: add a function for counting elements in AVFilterPad arrays. 12 years ago
Anton Khirnov 7cdd737ba8 lavfi: mark filters with dynamic number of inputs or outputs with special flags 12 years ago
Anton Khirnov 1ba95a9cca lavfi: add avfilter_init_dict() for initializing a filter with a dict. 12 years ago
Anton Khirnov 48a5adab62 lavfi: add avfilter_init_str() to replace avfilter_init_filter(). 12 years ago
Anton Khirnov 111367263a lavfi: add AVFilterContext.graph. 12 years ago
Anton Khirnov c2c9801bc9 lavfi: deprecate avfilter_graph_add_filter(). 12 years ago
Anton Khirnov bc1a985ba0 lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). 12 years ago
Anton Khirnov 38f0c0781a lavfi: merge avfiltergraph.h into avfilter.h 12 years ago
Anton Khirnov cdac3acb11 lavfi: add a bump and docs entries for the AVOptions switch 12 years ago
Stefano Sabatini 5c73645d91 lavu/samplefmt: add av_samples_alloc_array_and_pointers() 12 years ago
Michael Niedermayer ef7b6b489a ffmpeg/avformat: factor av_guess_frame_rate() out 12 years ago
Nicolas George 8d928a9d99 lavu/opt: add AV_OPT_TYPE_DURATION. 12 years ago
Paul B Mahol 7aa9af51db lavu/opt: add AV_OPT_VIDEO_RATE option 12 years ago
Anton Khirnov 2c328a9079 pixdesc: add a function for counting planes in a pixel format. 12 years ago
Anton Khirnov 42c7c61ab2 avfiltergraph: replace AVFilterGraph.filter_count with nb_filters 12 years ago
Anton Khirnov d8b31be6ca Add the bumps and APIchanges entries for reference counted buffers changes. 12 years ago
Reimar Döffinger 12c5c1d3e3 avstring: Add locale independent versions of some ctype.h functions 12 years ago
Stefano Sabatini 9767ec6b86 lavu: add escape API 12 years ago
Stefano Sabatini b59cd089ff lavfi/abuffersink: add sample_rates field to AVABufferSinkParams 12 years ago
Justin Ruggles 9f1223562e lavfi: connect libavresample options to af_resample via AVFilterGraph 12 years ago
Michael Niedermayer 8102a097a5 doc/APIchanges: List merge commit hashes and version numbers 12 years ago
Michael Niedermayer 2f3bc51228 apichanges: fix 2 wrong hashes 12 years ago
Michael Niedermayer 33d6330652 apichanges: Use , instead of / to seperate multiple hashes 12 years ago
Michael Niedermayer ad6802f975 apichanges: fix date 12 years ago
Michael Niedermayer 9f16cb9e50 doc/APIchanges: fix odd .01 versions 12 years ago
Nicolas George 255ae9f380 lavfi: version bump and change log entries after the last commits. 12 years ago
Justin Ruggles 38c1466ca4 dict: add av_dict_parse_string() 12 years ago
Vladimir Pantelic b85a5e87af lavu: Add av_strnstr() 12 years ago
Carl Eugen Hoyos a5faae46a3 APIchanges: Add git version and fix version for avfilter_ref_get_channels(). 12 years ago
Carl Eugen Hoyos 371cf6ee9a Add APIchanges entry for av_codec_get_tag2(). 12 years ago
Martin Storsjö 8ee288d258 lavu: Add an API for calculating HMAC (RFC 2104) 12 years ago
Rémi Denis-Courmont 44e065d56c vdpau: Add context and common helpers for hwaccel support 12 years ago
Diego Biurrun f89466ad6f Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU. 12 years ago
Justin Ruggles 142c39097c doc/APIchanges: fill in missing dates and hashes. 12 years ago
Justin Ruggles 074a00d192 lavr: add a public function for setting a custom channel map 12 years ago
Luca Barbato d8fd06c37d avstring: add av_basename and av_dirname 12 years ago
Nicolas George 34de47aa35 lavfi: add an accessor for ref->audio->channels. 12 years ago
Stefano Sabatini 33ab9ebd09 doc/APIchanges: fill empty git commit hashes and dates 12 years ago
Stefano Sabatini 96d815fc0c lavc: add pkt_size field to AVFrame 12 years ago
Stefano Sabatini c70ec631c9 lavu/opt: add av_opt_ accessors for pixel/format/image size options 12 years ago
Nicolas George 4cd74c8143 lavu/bprint: implement av_bprint_strftime(). 12 years ago
Nicolas George 926481078b lavu/opt: fix av_opt_get_key_value() API. 12 years ago
Nicolas George 468781f828 doc/APIchanges: clarify comment on new APIs. 12 years ago
Janne Grunau bf5f46b4cc APIChanges: add entry for av_read_packet deprecation 12 years ago
Stefano Sabatini 7945665200 lavfi: store and propagate number of channels information in audio buffer properties 12 years ago
Justin Ruggles 5980f5dd18 lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h 12 years ago
Justin Ruggles dfde8a34e5 lavu: add av_ctz() for trailing zero bit count 12 years ago
Nicolas George 3bdf4971ba lavu/opt: implement av_opt_get_key_value(). 12 years ago