summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* 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
* ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_idJai Menon2010-01-28
* ffmpeg.c : Increase static limit on the maximum number ofJai Menon2010-01-27
* Print "Multiple frames in a packet" warning independant of CODEC_CAP_SUBFRAMESMichael Niedermayer2010-01-27
* Fix heap overflow with -async.Michael Niedermayer2010-01-23
* IndentMåns Rullgård2010-01-20
* Always call avcodec_thread_init()Måns Rullgård2010-01-20
* Add -timelimit optionMåns Rullgård2010-01-20
* Fix stream copy & transcoding one stream at the same time.Michael Niedermayer2010-01-07
* Correct indention.Michael Niedermayer2010-01-07
* Move the definitions of data_buf and data_size closer to where they are used.Michael Niedermayer2010-01-07
* Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini2010-01-01
* Do not explicitely set thread_count in the codec context.Michael Dorr2009-12-28
* Do not copy codec_tag in stream copy case if it is associated with a differen...Michael Niedermayer2009-12-25
* Use positive logic, improve readability, consistent with r20877.Stefano Sabatini2009-12-25
* Print usage instead of help when no files are specified.Ramiro Polla2009-12-21
* Split show_usage() out of show_help().Ramiro Polla2009-12-21
* Add a general [options] to the basic usage string.Ramiro Polla2009-12-21
* First print the program description and then the basic usage line.Ramiro Polla2009-12-21
* Add -vlang option to set ISO 639 video stream language code.Matthieu Crapet2009-12-16
* Use positive logic in opt_target() for selecting the PAL/othersStefano Sabatini2009-12-15