summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* ffmpeg: offer alternatives for experimental codecs if they existReinhard Tartler2010-06-01
* ffmpeg: fail if user selected codec is experimental and strict_std_compliance...Reinhard Tartler2010-06-01
* Open 2-pass logfile in binary mode for both reading and writing.Reinhard Tartler2010-05-23
* Print warnig if requested samplingrate is unsupported.Michael Niedermayer2010-04-30
* Make ffmpeg use print_error() to make apparent the exact cause ofStefano Sabatini2010-04-26
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Make sure ffmpeg chooses a supported samplerte if the encoder supportsMichael Niedermayer2010-04-22
* Fix compilation error of ffmpeg and ffplay with --disable-avdevice.Cyril Russo2010-04-22
* Allow setting the environment variable FFMPEG_DATADIR to locate preset files.Robert Krüger2010-04-20
* Take ticks per frame into account when warning about difference betweenBaptiste Coudurier2010-04-16
* Simplify writing stream metadata.Anton Khirnov2010-04-05
* Don't overwrite user-supplied metadata with metadata mapped from an input file.Anton Khirnov2010-04-05
* Reindent.Stefano Sabatini2010-04-04
* Rename av_encode() to av_transcode(), the new name is more meaningful.Stefano Sabatini2010-04-04
* Use AVDISCARD_DEFAULT for 0 where appropriate.Carl Eugen Hoyos2010-04-02
* Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini2010-04-01
* Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is thatRonald S. Bultje2010-03-31
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Split out code that auto-chooses a default pix_fmt/sample_fmt in their ownRonald S. Bultje2010-03-30
* 10l: fix build without termios.hMåns Rullgård2010-03-20
* Register atexit handler only when neededMåns Rullgård2010-03-19
* ffmpeg.c: copy chapters by default.Anton Khirnov2010-03-19
* Typo: if output (video) stream's pix_fmt is not set, then the stream cannotRonald S. Bultje2010-03-16
* Allow mpeg style yuv in jpeg when strict standard compliance is small enough.Michael Niedermayer2010-03-15
* ffmpeg: Combine variable declaration and definitionAlexander Strange2010-03-15
* ffmpeg: Factor out redundant sync_ipts calculationAlexander Strange2010-03-15
* Move libm replacements to new header libm.hMåns Rullgård2010-03-09
* Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård2010-03-07
* ffmpeg.c: Don't use NULL for integer metadata flags.Alex Converse2010-03-04
* Make ffmpeg print a message and abort if the name of the formatStefano Sabatini2010-03-02
* Don't let output pixel format influence input pixel format.Chris Stones2010-03-01
* ffmpeg: copy stream metadata.Anton Khirnov2010-03-01
* Prevent overflow of start_time + recording_time.Francesco Cosoleto2010-02-26
* Attempt to fix issue1728 and regression of issue203Michael Niedermayer2010-02-23
* Set ist->pts to something that isnt guranteed to entangle itself with stream ...Michael Niedermayer2010-02-23
* Favor streams with more packets if the user did not specify what she wants.Michael Niedermayer2010-02-23
* Redesign opt_programid code.Michael Niedermayer2010-02-23
* Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger2010-02-22
* Remove recording_time check which is no longer necessary after r21687.Wolfram Gloger2010-02-11
* Use av_compare_ts to compare against the -t end time instead of usingReimar Döffinger2010-02-10
* Stop reading input file when -t option value is reached.Wolfram Gloger2010-02-08
* Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 2010) | 5 l...Justin Johnson2010-02-06
* Add parentheses in boolean expression: (A && B || C) => ((A && B) || C),Stefano Sabatini2010-02-06
* Make opt_frame_pix_fmt() call show_pix_fmts() if the provided optionStefano Sabatini2010-02-03
* Correct opts calulation in ffmpeg.c.Michael Niedermayer2010-02-03
* Alternative solution for the mpegvideo_split + mov problem.Michael Niedermayer2010-02-03
* Guess the duration before converting video and write guessed durationJustin Johnson2010-02-02
* Check pkt.pts against the recording time.Michael Niedermayer2010-02-01
* Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini2010-01-30