summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove "frame size must be a multiple of 2" check.Michael Niedermayer2009-11-271-4/+0
* Remove special case that changed video sync behavior for av_q2d(enc->time_bas...Michael Niedermayer2009-11-251-1/+1
* Split show_formats().Michael Niedermayer2009-11-191-1/+4
* Indent.Ramiro Polla2009-11-021-9/+9
* Add -fpre option to take a preset file as parameter. The -[avs]pre options noRamiro Polla2009-11-021-2/+3
* Issue an error when forced format cannot be honored.Etienne Buira2009-10-301-15/+17
* Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini2009-10-021-1/+1
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-161-1/+2
* fix PTS calculation for audio formats with bits per sample != 16Sascha Sommer2009-09-161-1/+2
* Check for return value of some context allocations.Ramiro Polla2009-09-121-0/+12
* Increase maximum encoded subtitle size from 64 kB to 1 MB.Reimar Döffinger2009-08-261-1/+1
* Make sure that start_display_time is 0 by moving its value onto pts.Reimar Döffinger2009-08-261-1/+5
* 100l, error out if subtitle encoder failed instead of writing an AVPacketReimar Döffinger2009-08-151-0/+4
* Remove some hunks of unused and disabled code cruft.Diego Biurrun2009-08-071-33/+0
* Change type of received_sigterm variable from sig_atomic_t to int,Martin Storsjö2009-07-271-1/+1
* Check for HAVE_ISATTY.Martin Storsjö2009-07-241-0/+2
* Rename invalid option name "gop" to "g" in opt_target(), so thatLou Logan2009-07-161-3/+3
* Use enum CodecID instead of int.Carl Eugen Hoyos2009-07-041-2/+2
* Handle variable input stream pixfmts using the same framework introducedJason Garrett-Glaser2009-06-261-2/+6
* clarify encoder and decoder opening error messagesBaptiste Coudurier2009-06-211-5/+5
* Support varying frame sizes in a single file.Eric Buehl2009-06-191-5/+68
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-191-0/+1
* Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini2009-06-161-35/+0
* Make ffmpeg able to set the loglevel option using stringsRamiro Polla2009-06-161-2/+30
* do not use av_parser_change for h264 which uses bitstream filter, fix #1027Baptiste Coudurier2009-06-141-0/+5
* Print error message when output buffer allocation failsMåns Rullgård2009-06-141-0/+2
* Fail and print correct error message when video stream pixel formatBaptiste Coudurier2009-06-121-0/+4
* Remove even condition on pad and crop.Baptiste Coudurier2009-06-111-32/+0
* indentRamiro Polla2009-05-311-8/+8
OpenPOWER on IntegriCloud