summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_idJai Menon2010-01-281-4/+3
* ffmpeg.c : Increase static limit on the maximum number ofJai Menon2010-01-271-1/+1
* Print "Multiple frames in a packet" warning independant of CODEC_CAP_SUBFRAMESMichael Niedermayer2010-01-271-1/+4
* Fix heap overflow with -async.Michael Niedermayer2010-01-231-5/+8
* IndentMåns Rullgård2010-01-201-3/+3
* Always call avcodec_thread_init()Måns Rullgård2010-01-201-3/+0
* Add -timelimit optionMåns Rullgård2010-01-201-0/+5
* Fix stream copy & transcoding one stream at the same time.Michael Niedermayer2010-01-071-15/+17
* Correct indention.Michael Niedermayer2010-01-071-2/+2
* Move the definitions of data_buf and data_size closer to where they are used.Michael Niedermayer2010-01-071-2/+3
* Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini2010-01-011-2/+2
* Do not explicitely set thread_count in the codec context.Michael Dorr2009-12-281-3/+0
* Do not copy codec_tag in stream copy case if it is associated with a differen...Michael Niedermayer2009-12-251-1/+1
* Use positive logic, improve readability, consistent with r20877.Stefano Sabatini2009-12-251-1/+1
* Print usage instead of help when no files are specified.Ramiro Polla2009-12-211-2/+5
* Split show_usage() out of show_help().Ramiro Polla2009-12-211-2/+7
* Add a general [options] to the basic usage string.Ramiro Polla2009-12-211-1/+1
* First print the program description and then the basic usage line.Ramiro Polla2009-12-211-2/+2
* Add -vlang option to set ISO 639 video stream language code.Matthieu Crapet2009-12-161-0/+6
* Use positive logic in opt_target() for selecting the PAL/othersStefano Sabatini2009-12-151-8/+8
* Simplify freeing of audio_language and subtitle_language.Matthieu Crapet2009-12-151-4/+2
* Use symbolic names for PAL/NTSC/FILM rather than numeric constants in opt_tar...Stefano Sabatini2009-12-141-20/+20
* Correct typoVitor Sessak2009-12-141-1/+1
* Include dup/drop info if any frames where duplicated or dropedMichael Niedermayer2009-12-141-1/+1
* Off by 1 bugfix for nb_frames_dup.Michael Niedermayer2009-12-141-1/+1
* Factorize ic->streams[i] out,Michael Niedermayer2009-12-141-5/+6
* Show help if no cmd line options are provided at all.Michael Niedermayer2009-12-131-0/+3
* Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini2009-12-121-10/+0
* Do as the comment says and signal an error.Michael Niedermayer2009-12-081-2/+4
* 10l bug, use av_fast_malloc() instead if av_malloc() for allocating audioMichael Niedermayer2009-12-081-5/+4
* Try to allocate audio buffer sizes depending on the number of input bytes.Michael Niedermayer2009-12-081-3/+18
* Check that the buffer size speified to avcodec_encode_audio() is not larger t...Michael Niedermayer2009-12-081-0/+5
* Do not assume that av_get_bits_per_sample() is a multiple of 8.Michael Niedermayer2009-12-081-2/+2
* Get rid of audio_out2, it seems unneeded.Michael Niedermayer2009-12-071-9/+3
* Update frame_width and frame_height based on the lowres value.Jai Menon2009-12-051-1/+5
* Add 'const' attribute to the last_asked_format variable, fix aStefano Sabatini2009-12-051-1/+1
* Do not crash on frame size changes.Michael Niedermayer2009-12-041-4/+12
* Update help text for -fpre option to make it a little less confusing.Ramiro Polla2009-12-031-1/+1
* Factorize common commandline options definition.Stefano Sabatini2009-11-291-8/+1
OpenPOWER on IntegriCloud