summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* Add new option "streamid" to set the value of an outfile streamid.Mike Scheutzow2010-06-301-3/+30
* Remove PPC perf counter supportMåns Rullgård2010-06-261-5/+0
* Rename rec_timestamp to recording_timestamp, for consistency withStefano Sabatini2010-06-221-5/+5
* ffmpeg: cosmetics: combine two variable declarationsAlexander Strange2010-06-211-3/+2
* Deprecate -crop* arguments, they currently are buggy (issue1957) and probablyMichael Niedermayer2010-06-141-4/+8
* 10l: audio_buf is already a uint8_t* so no need to cast itJustin Ruggles2010-06-101-1/+1
* Allocate enough memory for audio_buf to fit a full output frame.Justin Ruggles2010-06-101-4/+5
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-101-6/+0
* In case of stream copy, copy the extradata from the input codec context toLuca Abeni2010-06-081-1/+11
* Change type of {audio,video,subtitle}_codec_tag variables from int toStefano Sabatini2010-06-031-3/+3
* ffmpeg: offer alternatives for experimental codecs if they existJanne Grunau2010-05-311-0/+6
* ffmpeg: fail if user selected codec is experimental and strict_std_compliance...Janne Grunau2010-05-311-7/+23
* Open 2-pass logfile in binary mode for both reading and writing.Ramiro Polla2010-05-221-1/+1
* rename -vfilters cli option to -vfBaptiste Coudurier2010-05-121-2/+2
* cosmetics, rename loop to frame_availableBaptiste Coudurier2010-05-111-4/+4
* rename curr_filter to last_filter, factorize filter declarationBaptiste Coudurier2010-05-111-18/+16
* cosmetics: indentation, whitespacesBaptiste Coudurier2010-05-111-12/+12
* simplify, reuse existing args variableBaptiste Coudurier2010-05-111-11/+6
* cosmetics: filt_graph_all -> graph, like in ffplay.cBaptiste Coudurier2010-05-111-14/+14
* Remove messy pading hack in ffmpeg.c.Michael Niedermayer2010-05-071-119/+24
* Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.Michael Niedermayer2010-05-071-0/+2
* avfilter support for ffmpegMichael Niedermayer2010-05-071-2/+264
* Print warnig if requested samplingrate is unsupported.Michael Niedermayer2010-04-301-0/+3
* Make ffmpeg use print_error() to make apparent the exact cause ofStefano Sabatini2010-04-261-3/+3
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-5/+5
* Make sure ffmpeg chooses a supported samplerte if the encoder supportsMichael Niedermayer2010-04-221-1/+20
* Fix compilation error of ffmpeg and ffplay with --disable-avdevice.Cyril Russo2010-04-221-0/+2
* Allow setting the environment variable FFMPEG_DATADIR to locate preset files.Robert Krüger2010-04-201-4/+7
* Take ticks per frame into account when warning about difference betweenBaptiste Coudurier2010-04-161-1/+1
* Simplify writing stream metadata.Anton Khirnov2010-04-051-6/+2
* Don't overwrite user-supplied metadata with metadata mapped from an input file.Anton Khirnov2010-04-051-1/+1
* Reindent.Stefano Sabatini2010-04-041-5/+5
* Rename av_encode() to av_transcode(), the new name is more meaningful.Stefano Sabatini2010-04-041-2/+2
* Use AVDISCARD_DEFAULT for 0 where appropriate.Carl Eugen Hoyos2010-04-021-1/+1
* Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini2010-04-011-17/+4
* Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is thatRonald S. Bultje2010-03-311-5/+14
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-10/+10
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-75/+75
* Split out code that auto-chooses a default pix_fmt/sample_fmt in their ownRonald S. Bultje2010-03-301-23/+32
* 10l: fix build without termios.hMåns Rullgård2010-03-201-1/+3
* Register atexit handler only when neededMåns Rullgård2010-03-191-7/+2
* ffmpeg.c: copy chapters by default.Anton Khirnov2010-03-191-0/+51
* Typo: if output (video) stream's pix_fmt is not set, then the stream cannotRonald S. Bultje2010-03-161-1/+1
* Allow mpeg style yuv in jpeg when strict standard compliance is small enough.Michael Niedermayer2010-03-151-1/+5
* ffmpeg: Combine variable declaration and definitionAlexander Strange2010-03-151-2/+1
* ffmpeg: Factor out redundant sync_ipts calculationAlexander Strange2010-03-151-3/+6
* Move libm replacements to new header libm.hMåns Rullgård2010-03-091-0/+1
* Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård2010-03-071-3/+0
* ffmpeg.c: Don't use NULL for integer metadata flags.Alex Converse2010-03-041-1/+1
OpenPOWER on IntegriCloud