Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-10options: handle options with the same name in codecs and formats.Clément Bœsch
2011-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-28cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini
2011-07-14cmdutils: remove #if 0-ed conflict marger trash that i forgotMichael Niedermayer
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov
2011-07-14ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov
2011-07-14cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov
2011-07-11Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer
2011-07-10lavc: make avcodec_alloc_context3 officially public.Anton Khirnov
2011-07-02cmdutils: fix an opt name/val swap in set_context_opts()Etienne Buira
2011-06-30Make all option parsing functions match the function pointer type through whi...Jeff Downs
2011-06-24parse_options(): Avoid passing NULL as a string arg to fprintfJeff Downs
2011-06-20cmdutils: remove outcommented merge trashMichael Niedermayer
2011-06-19lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16cmdutils: add opt_default2().Anton Khirnov
2011-06-16AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov
2011-06-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-12cmdutils: add missing NULL check in parse_options()Stefano Sabatini
2011-06-05cmdutils: remove unnecessary OPT_DUMMY implementationStefano Sabatini
2011-06-05cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini
2011-06-04cmdutils: add missing const qualifierMans Rullgard
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-27cmdutils: use sws_freeContext() instead of av_freep().Ronald S. Bultje
2011-05-21preset dir for win32Gianluigi Tiesi
2011-05-20cmdutils: use const AVClass * when sensefulStefano Sabatini
2011-05-20cmdutils: reset *picref_ptr to NULL in get_filtered_frame()Stefano Sabatini
2011-05-16cmdutils: Allocate private decoder context if its not allocated yet.Michael Niedermayer
2011-05-11ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...Benjamin Larsson
2011-05-11Allocate per codec options, now that options are freed between inputs and out...Baptiste Coudurier
2011-05-10cmdutils: add OPT_INT check in parse_number_or_die()Stefano Sabatini
2011-05-10cmdutils: remove list_fmts(), simplifyStefano Sabatini
2011-05-10Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-09ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov
2011-05-01lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini
2011-05-01lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-05-01lavc: add a pkt_pos field to AVFrameStefano Sabatini
2011-05-01FFMPEG: support demuxer specific options.Michael Niedermayer
2011-04-26lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné
2011-04-26Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-25win32: include the correct header in cmdutils.cLuca Barbato
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-24Handle unicode file names on windowsKirill Gavrilov
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-20Prefer codec specific options over global ones, allowing codecBaptiste Coudurier
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-04-17In libx264 wrapper, add -preset and -tune optionsBaptiste Coudurier