| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate av_opt_show() in favor of a new function av_opt_show2(), | Stefano Sabatini | 2010-09-24 | 1 | -3/+3 |
* | Move log_callback_help to cmdutils.[hc], for allowing sharing. | Stefano Sabatini | 2010-09-20 | 1 | -9/+0 |
* | 10l: error in last commit. use decoder channels not encoder channels. | Justin Ruggles | 2010-09-18 | 1 | -1/+1 |
* | Change remaining ost->st->codec and ist->st->codec to enc and dec in | Justin Ruggles | 2010-09-18 | 1 | -7/+7 |
* | Update the audio sample rate when doing lowres audio decoding, before opening... | Martin Storsjö | 2010-09-09 | 1 | -0/+5 |
* | Factorize opt_new_{audio,video,subtitle} definitions. | Stefano Sabatini | 2010-08-24 | 1 | -26/+8 |
* | Cosmetics: rename out_video_filter to output_video_filter, for | Stefano Sabatini | 2010-08-24 | 1 | -12/+12 |
* | Make configure_filters() return a meaningful error code rather than | Stefano Sabatini | 2010-08-24 | 1 | -32/+31 |
* | indent | Ramiro Polla | 2010-08-24 | 1 | -24/+24 |
* | Make "-fs ss" mean "make output file of size equals or less than ss" | Vitor Sessak | 2010-08-23 | 1 | -1/+1 |
* | Change avfilter_open() signature, from: | Stefano Sabatini | 2010-08-11 | 1 | -4/+4 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -3/+4 |
* | Rename fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -2/+2 |
* | Rename functions and fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -1/+1 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -3/+3 |
* | Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() | Stefano Sabatini | 2010-07-26 | 1 | -2/+3 |
* | Reindent. | Stefano Sabatini | 2010-07-26 | 1 | -5/+5 |
* | Rename av_transcode() to transcode(). | Stefano Sabatini | 2010-07-26 | 1 | -2/+2 |
* | Rename av_exit() to ffmpeg_exit(). | Stefano Sabatini | 2010-07-25 | 1 | -87/+87 |
* | Use X ? Y : Z construct, simplify. | Stefano Sabatini | 2010-07-25 | 1 | -4/+1 |
* | Cosmetics: rename enc -> dec in opt_input_file(). | Stefano Sabatini | 2010-07-25 | 1 | -22/+22 |
* | FFmpeg : Replace some av_exit calls in av_transcode with branches to the | Jai Menon | 2010-07-18 | 1 | -4/+8 |
* | FFmpeg : Close input file and free any related memory if | Jai Menon | 2010-07-15 | 1 | -0/+1 |
* | Move frame_available computation to where it belongs in ffmpeg.c. | Michael Niedermayer | 2010-07-05 | 1 | -4/+2 |
* | Make opt_pad() print more information. | Stefano Sabatini | 2010-07-04 | 1 | -8/+8 |
* | Update help message for the -pad* options, as they have been removed, | Stefano Sabatini | 2010-07-04 | 1 | -5/+5 |
* | LOL, 100l, really fix warning: | Baptiste Coudurier | 2010-07-03 | 1 | -1/+1 |
* | Fix warning: | Baptiste Coudurier | 2010-07-03 | 1 | -1/+1 |
* | Change all occurences of "inofficial" to "unofficial" in code, comments | Rodney Baker | 2010-07-03 | 1 | -1/+1 |
* | Reduce codec time base when stream copying | Baptiste Coudurier | 2010-07-03 | 1 | -0/+2 |
* | Set graph swscale opts before parsing it, that way opts are available | Baptiste Coudurier | 2010-07-03 | 1 | -3/+3 |
* | Move colorspace.h from libavcodec to libavutil. | Stefano Sabatini | 2010-07-01 | 1 | -1/+1 |
* | Add new option "streamid" to set the value of an outfile streamid. | Mike Scheutzow | 2010-06-30 | 1 | -3/+30 |
* | Remove PPC perf counter support | Måns Rullgård | 2010-06-26 | 1 | -5/+0 |
* | Rename rec_timestamp to recording_timestamp, for consistency with | Stefano Sabatini | 2010-06-22 | 1 | -5/+5 |
* | ffmpeg: cosmetics: combine two variable declarations | Alexander Strange | 2010-06-21 | 1 | -3/+2 |
* | Deprecate -crop* arguments, they currently are buggy (issue1957) and probably | Michael Niedermayer | 2010-06-14 | 1 | -4/+8 |
* | 10l: audio_buf is already a uint8_t* so no need to cast it | Justin Ruggles | 2010-06-10 | 1 | -1/+1 |
* | Allocate enough memory for audio_buf to fit a full output frame. | Justin Ruggles | 2010-06-10 | 1 | -4/+5 |
* | Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. | Diego Biurrun | 2010-06-10 | 1 | -6/+0 |
* | In case of stream copy, copy the extradata from the input codec context to | Luca Abeni | 2010-06-08 | 1 | -1/+11 |
* | Change type of {audio,video,subtitle}_codec_tag variables from int to | Stefano Sabatini | 2010-06-03 | 1 | -3/+3 |
* | ffmpeg: offer alternatives for experimental codecs if they exist | Janne Grunau | 2010-05-31 | 1 | -0/+6 |
* | ffmpeg: fail if user selected codec is experimental and strict_std_compliance... | Janne Grunau | 2010-05-31 | 1 | -7/+23 |
* | Open 2-pass logfile in binary mode for both reading and writing. | Ramiro Polla | 2010-05-22 | 1 | -1/+1 |
* | rename -vfilters cli option to -vf | Baptiste Coudurier | 2010-05-12 | 1 | -2/+2 |
* | cosmetics, rename loop to frame_available | Baptiste Coudurier | 2010-05-11 | 1 | -4/+4 |
* | rename curr_filter to last_filter, factorize filter declaration | Baptiste Coudurier | 2010-05-11 | 1 | -18/+16 |
* | cosmetics: indentation, whitespaces | Baptiste Coudurier | 2010-05-11 | 1 | -12/+12 |
* | simplify, reuse existing args variable | Baptiste Coudurier | 2010-05-11 | 1 | -11/+6 |