| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |