summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* 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
* Simplify freeing of audio_language and subtitle_language.Matthieu Crapet2009-12-15
* Use symbolic names for PAL/NTSC/FILM rather than numeric constants in opt_tar...Stefano Sabatini2009-12-14
* Correct typoVitor Sessak2009-12-14
* Include dup/drop info if any frames where duplicated or dropedMichael Niedermayer2009-12-14
* Off by 1 bugfix for nb_frames_dup.Michael Niedermayer2009-12-14
* Factorize ic->streams[i] out,Michael Niedermayer2009-12-14
* Show help if no cmd line options are provided at all.Michael Niedermayer2009-12-13
* Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini2009-12-12
* Do as the comment says and signal an error.Michael Niedermayer2009-12-08
* 10l bug, use av_fast_malloc() instead if av_malloc() for allocating audioMichael Niedermayer2009-12-08
* Try to allocate audio buffer sizes depending on the number of input bytes.Michael Niedermayer2009-12-08
* Check that the buffer size speified to avcodec_encode_audio() is not larger t...Michael Niedermayer2009-12-08
* Do not assume that av_get_bits_per_sample() is a multiple of 8.Michael Niedermayer2009-12-08
* Get rid of audio_out2, it seems unneeded.Michael Niedermayer2009-12-07
* Update frame_width and frame_height based on the lowres value.Jai Menon2009-12-05
* Add 'const' attribute to the last_asked_format variable, fix aStefano Sabatini2009-12-05
* Do not crash on frame size changes.Michael Niedermayer2009-12-04
* Update help text for -fpre option to make it a little less confusing.Ramiro Polla2009-12-03
* Factorize common commandline options definition.Stefano Sabatini2009-11-29
* Remove "frame size must be a multiple of 2" check.Michael Niedermayer2009-11-27
* Remove special case that changed video sync behavior for av_q2d(enc->time_bas...Michael Niedermayer2009-11-25
* Split show_formats().Michael Niedermayer2009-11-19
* Indent.Ramiro Polla2009-11-02
* Add -fpre option to take a preset file as parameter. The -[avs]pre options noRamiro Polla2009-11-02
* Issue an error when forced format cannot be honored.Etienne Buira2009-10-30
* Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini2009-10-02
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-16
* fix PTS calculation for audio formats with bits per sample != 16Sascha Sommer2009-09-16
* Check for return value of some context allocations.Ramiro Polla2009-09-12
* Increase maximum encoded subtitle size from 64 kB to 1 MB.Reimar Döffinger2009-08-26
* Make sure that start_display_time is 0 by moving its value onto pts.Reimar Döffinger2009-08-26
* 100l, error out if subtitle encoder failed instead of writing an AVPacketReimar Döffinger2009-08-15
* Remove some hunks of unused and disabled code cruft.Diego Biurrun2009-08-07
* Change type of received_sigterm variable from sig_atomic_t to int,Martin Storsjö2009-07-27
* Check for HAVE_ISATTY.Martin Storsjö2009-07-24
* Rename invalid option name "gop" to "g" in opt_target(), so thatLou Logan2009-07-16
* Use enum CodecID instead of int.Carl Eugen Hoyos2009-07-04
* Handle variable input stream pixfmts using the same framework introducedJason Garrett-Glaser2009-06-26
* clarify encoder and decoder opening error messagesBaptiste Coudurier2009-06-21
* Support varying frame sizes in a single file.Eric Buehl2009-06-19
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-19
* Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini2009-06-16
* Make ffmpeg able to set the loglevel option using stringsRamiro Polla2009-06-16
* do not use av_parser_change for h264 which uses bitstream filter, fix #1027Baptiste Coudurier2009-06-14