| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cosmetics: filt_graph_all -> graph, like in ffplay.c | Baptiste Coudurier | 2010-05-11 | 1 | -14/+14 |
* | Remove messy pading hack in ffmpeg.c. | Michael Niedermayer | 2010-05-07 | 1 | -119/+24 |
* | Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff. | Michael Niedermayer | 2010-05-07 | 1 | -0/+2 |
* | avfilter support for ffmpeg | Michael Niedermayer | 2010-05-07 | 1 | -2/+264 |
* | Print warnig if requested samplingrate is unsupported. | Michael Niedermayer | 2010-04-30 | 1 | -0/+3 |
* | Make ffmpeg use print_error() to make apparent the exact cause of | Stefano Sabatini | 2010-04-26 | 1 | -3/+3 |
* | Mark av_metadata_set() as deprecated, and use av_metadata_set2() | Stefano Sabatini | 2010-04-25 | 1 | -5/+5 |
* | Make sure ffmpeg chooses a supported samplerte if the encoder supports | Michael Niedermayer | 2010-04-22 | 1 | -1/+20 |
* | Fix compilation error of ffmpeg and ffplay with --disable-avdevice. | Cyril Russo | 2010-04-22 | 1 | -0/+2 |
* | Allow setting the environment variable FFMPEG_DATADIR to locate preset files. | Robert Krüger | 2010-04-20 | 1 | -4/+7 |
* | Take ticks per frame into account when warning about difference between | Baptiste Coudurier | 2010-04-16 | 1 | -1/+1 |
* | Simplify writing stream metadata. | Anton Khirnov | 2010-04-05 | 1 | -6/+2 |
* | Don't overwrite user-supplied metadata with metadata mapped from an input file. | Anton Khirnov | 2010-04-05 | 1 | -1/+1 |
* | Reindent. | Stefano Sabatini | 2010-04-04 | 1 | -5/+5 |
* | Rename av_encode() to av_transcode(), the new name is more meaningful. | Stefano Sabatini | 2010-04-04 | 1 | -2/+2 |
* | Use AVDISCARD_DEFAULT for 0 where appropriate. | Carl Eugen Hoyos | 2010-04-02 | 1 | -1/+1 |
* | Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading | Stefano Sabatini | 2010-04-01 | 1 | -17/+4 |
* | Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is that | Ronald S. Bultje | 2010-03-31 | 1 | -5/+14 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -10/+10 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -75/+75 |
* | Split out code that auto-chooses a default pix_fmt/sample_fmt in their own | Ronald S. Bultje | 2010-03-30 | 1 | -23/+32 |
* | 10l: fix build without termios.h | Måns Rullgård | 2010-03-20 | 1 | -1/+3 |
* | Register atexit handler only when needed | Måns Rullgård | 2010-03-19 | 1 | -7/+2 |
* | ffmpeg.c: copy chapters by default. | Anton Khirnov | 2010-03-19 | 1 | -0/+51 |
* | Typo: if output (video) stream's pix_fmt is not set, then the stream cannot | Ronald S. Bultje | 2010-03-16 | 1 | -1/+1 |
* | Allow mpeg style yuv in jpeg when strict standard compliance is small enough. | Michael Niedermayer | 2010-03-15 | 1 | -1/+5 |
* | ffmpeg: Combine variable declaration and definition | Alexander Strange | 2010-03-15 | 1 | -2/+1 |
* | ffmpeg: Factor out redundant sync_ipts calculation | Alexander Strange | 2010-03-15 | 1 | -3/+6 |
* | Move libm replacements to new header libm.h | Måns Rullgård | 2010-03-09 | 1 | -0/+1 |
* | Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps | Måns Rullgård | 2010-03-07 | 1 | -3/+0 |
* | ffmpeg.c: Don't use NULL for integer metadata flags. | Alex Converse | 2010-03-04 | 1 | -1/+1 |
* | Make ffmpeg print a message and abort if the name of the format | Stefano Sabatini | 2010-03-02 | 1 | -1/+4 |
* | Don't let output pixel format influence input pixel format. | Chris Stones | 2010-03-01 | 1 | -0/+1 |
* | ffmpeg: copy stream metadata. | Anton Khirnov | 2010-03-01 | 1 | -4/+8 |
* | Prevent overflow of start_time + recording_time. | Francesco Cosoleto | 2010-02-26 | 1 | -1/+2 |
* | Attempt to fix issue1728 and regression of issue203 | Michael Niedermayer | 2010-02-23 | 1 | -1/+1 |