Age | Commit message (Expand) | Author |
2010-07-15 | FFmpeg : Close input file and free any related memory if | Jai Menon |
2010-07-05 | Move frame_available computation to where it belongs in ffmpeg.c. | Michael Niedermayer |
2010-07-04 | Make opt_pad() print more information. | Stefano Sabatini |
2010-07-04 | Update help message for the -pad* options, as they have been removed, | Stefano Sabatini |
2010-07-03 | LOL, 100l, really fix warning: | Baptiste Coudurier |
2010-07-03 | Fix warning: | Baptiste Coudurier |
2010-07-03 | Change all occurences of "inofficial" to "unofficial" in code, comments | Rodney Baker |
2010-07-03 | Reduce codec time base when stream copying | Baptiste Coudurier |
2010-07-03 | Set graph swscale opts before parsing it, that way opts are available | Baptiste Coudurier |
2010-07-01 | Move colorspace.h from libavcodec to libavutil. | Stefano Sabatini |
2010-06-30 | Add new option "streamid" to set the value of an outfile streamid. | Mike Scheutzow |
2010-06-26 | Remove PPC perf counter support | Måns Rullgård |
2010-06-22 | Rename rec_timestamp to recording_timestamp, for consistency with | Stefano Sabatini |
2010-06-21 | ffmpeg: cosmetics: combine two variable declarations | Alexander Strange |
2010-06-14 | Deprecate -crop* arguments, they currently are buggy (issue1957) and probably | Michael Niedermayer |
2010-06-10 | 10l: audio_buf is already a uint8_t* so no need to cast it | Justin Ruggles |
2010-06-10 | Allocate enough memory for audio_buf to fit a full output frame. | Justin Ruggles |
2010-06-10 | Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. | Diego Biurrun |
2010-06-08 | In case of stream copy, copy the extradata from the input codec context to | Luca Abeni |
2010-06-03 | Change type of {audio,video,subtitle}_codec_tag variables from int to | Stefano Sabatini |
2010-05-31 | ffmpeg: offer alternatives for experimental codecs if they exist | Janne Grunau |
2010-05-31 | ffmpeg: fail if user selected codec is experimental and strict_std_compliance... | Janne Grunau |
2010-05-22 | Open 2-pass logfile in binary mode for both reading and writing. | Ramiro Polla |
2010-05-12 | rename -vfilters cli option to -vf | Baptiste Coudurier |
2010-05-11 | cosmetics, rename loop to frame_available | Baptiste Coudurier |
2010-05-11 | rename curr_filter to last_filter, factorize filter declaration | Baptiste Coudurier |
2010-05-11 | cosmetics: indentation, whitespaces | Baptiste Coudurier |
2010-05-11 | simplify, reuse existing args variable | Baptiste Coudurier |
2010-05-11 | cosmetics: filt_graph_all -> graph, like in ffplay.c | Baptiste Coudurier |
2010-05-07 | Remove messy pading hack in ffmpeg.c. | Michael Niedermayer |
2010-05-07 | Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff. | Michael Niedermayer |
2010-05-07 | avfilter support for ffmpeg | Michael Niedermayer |
2010-04-30 | Print warnig if requested samplingrate is unsupported. | Michael Niedermayer |
2010-04-26 | Make ffmpeg use print_error() to make apparent the exact cause of | Stefano Sabatini |
2010-04-25 | Mark av_metadata_set() as deprecated, and use av_metadata_set2() | Stefano Sabatini |
2010-04-22 | Make sure ffmpeg chooses a supported samplerte if the encoder supports | Michael Niedermayer |
2010-04-22 | Fix compilation error of ffmpeg and ffplay with --disable-avdevice. | Cyril Russo |
2010-04-20 | Allow setting the environment variable FFMPEG_DATADIR to locate preset files. | Robert Krüger |
2010-04-16 | Take ticks per frame into account when warning about difference between | Baptiste Coudurier |
2010-04-05 | Simplify writing stream metadata. | Anton Khirnov |
2010-04-05 | Don't overwrite user-supplied metadata with metadata mapped from an input file. | Anton Khirnov |
2010-04-04 | Reindent. | Stefano Sabatini |
2010-04-04 | Rename av_encode() to av_transcode(), the new name is more meaningful. | Stefano Sabatini |
2010-04-02 | Use AVDISCARD_DEFAULT for 0 where appropriate. | Carl Eugen Hoyos |
2010-04-01 | Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading | Stefano Sabatini |
2010-03-31 | Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is that | Ronald S. Bultje |
2010-03-31 | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-30 | Split out code that auto-chooses a default pix_fmt/sample_fmt in their own | Ronald S. Bultje |
2010-03-20 | 10l: fix build without termios.h | Måns Rullgård |