| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Set ist->pts to something that isnt guranteed to entangle itself with stream ... | Michael Niedermayer | 2010-02-23 | 1 | -1/+3 |
* | Favor streams with more packets if the user did not specify what she wants. | Michael Niedermayer | 2010-02-23 | 1 | -3/+6 |
* | Redesign opt_programid code. | Michael Niedermayer | 2010-02-23 | 1 | -41/+38 |
* | Make -benchmark also print the maximum memory usage if possible. | Reimar Döffinger | 2010-02-22 | 1 | -1/+25 |
* | Remove recording_time check which is no longer necessary after r21687. | Wolfram Gloger | 2010-02-11 | 1 | -4/+0 |
* | Use av_compare_ts to compare against the -t end time instead of using | Reimar Döffinger | 2010-02-10 | 1 | -1/+1 |
* | Stop reading input file when -t option value is reached. | Wolfram Gloger | 2010-02-08 | 1 | -2/+5 |
* | Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 2010) | 5 l... | Justin Johnson | 2010-02-06 | 1 | -13/+0 |