summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-29
|\
| * cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-28
* | cmdutils: remove #if 0-ed conflict marger trash that i forgotMichael Niedermayer2011-07-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-14
|\|
| * cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov2011-07-13
| * ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-13
| * cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov2011-07-13
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-11
|\|
| * lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* | cmdutils: fix an opt name/val swap in set_context_opts()Etienne Buira2011-07-02
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-30
* | parse_options(): Avoid passing NULL as a string arg to fprintfJeff Downs2011-06-24
* | cmdutils: remove outcommented merge trashMichael Niedermayer2011-06-20
* | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-18
|\|
| * cmdutils: add opt_default2().Anton Khirnov2011-06-16
| * AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-13
|\|
| * cmdutils: add missing NULL check in parse_options()Stefano Sabatini2011-06-12
| * cmdutils: add missing const qualifierMans Rullgard2011-06-04
| * cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-28
* | cmdutils: remove unnecessary OPT_DUMMY implementationStefano Sabatini2011-06-05
* | cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini2011-06-05
* | cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * cmdutils: use sws_freeContext() instead of av_freep().Ronald S. Bultje2011-05-27
| * ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...Benjamin Larsson2011-05-11
| * cmdutils: add OPT_INT check in parse_number_or_die()Stefano Sabatini2011-05-10
| * cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-10
* | preset dir for win32Gianluigi Tiesi2011-05-21
* | cmdutils: use const AVClass * when sensefulStefano Sabatini2011-05-20
* | cmdutils: reset *picref_ptr to NULL in get_filtered_frame()Stefano Sabatini2011-05-20
* | cmdutils: Allocate private decoder context if its not allocated yet.Michael Niedermayer2011-05-16
* | Allocate per codec options, now that options are freed between inputs and out...Baptiste Coudurier2011-05-10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-10
|\|
| * ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov2011-05-09
| * lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-26
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-01
* | lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-05-01
* | lavc: add a pkt_pos field to AVFrameStefano Sabatini2011-05-01
* | FFMPEG: support demuxer specific options.Michael Niedermayer2011-04-30
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-26
|\|
| * win32: include the correct header in cmdutils.cLuca Barbato2011-04-25
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * Handle unicode file names on windowsKirill Gavrilov2011-04-24
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
| * avio: deprecate av_protocol_next().Anton Khirnov2011-04-08
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Prefer codec specific options over global ones, allowing codecBaptiste Coudurier2011-04-19