summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ffmpeg print a message and abort if the name of the formatStefano Sabatini2010-03-021-1/+4
* Don't let output pixel format influence input pixel format.Chris Stones2010-03-011-0/+1
* ffmpeg: copy stream metadata.Anton Khirnov2010-03-011-4/+8
* Prevent overflow of start_time + recording_time.Francesco Cosoleto2010-02-261-1/+2
* Attempt to fix issue1728 and regression of issue203Michael Niedermayer2010-02-231-1/+1
* Set ist->pts to something that isnt guranteed to entangle itself with stream ...Michael Niedermayer2010-02-231-1/+3
* Favor streams with more packets if the user did not specify what she wants.Michael Niedermayer2010-02-231-3/+6
* Redesign opt_programid code.Michael Niedermayer2010-02-231-41/+38
* Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger2010-02-221-1/+25
* Remove recording_time check which is no longer necessary after r21687.Wolfram Gloger2010-02-111-4/+0
* Use av_compare_ts to compare against the -t end time instead of usingReimar Döffinger2010-02-101-1/+1
* Stop reading input file when -t option value is reached.Wolfram Gloger2010-02-081-2/+5
* Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 2010) | 5 l...Justin Johnson2010-02-061-13/+0
* Add parentheses in boolean expression: (A && B || C) => ((A && B) || C),Stefano Sabatini2010-02-061-1/+1
* Make opt_frame_pix_fmt() call show_pix_fmts() if the provided optionStefano Sabatini2010-02-031-1/+1
* Correct opts calulation in ffmpeg.c.Michael Niedermayer2010-02-031-3/+0
* Alternative solution for the mpegvideo_split + mov problem.Michael Niedermayer2010-02-031-1/+4
* Guess the duration before converting video and write guessed durationJustin Johnson2010-02-021-0/+13
* Check pkt.pts against the recording time.Michael Niedermayer2010-02-011-0/+4
* Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini2010-01-301-1/+2
OpenPOWER on IntegriCloud