Commit History

Author SHA1 Message Date
  Vitor Sessak 8b484d0f07 Correct typo 15 years ago
  Michael Niedermayer 0f649d667e Include dup/drop info if any frames where duplicated or droped 15 years ago
  Michael Niedermayer ed30e518e3 Off by 1 bugfix for nb_frames_dup. 15 years ago
  Michael Niedermayer 22b16e6a5d Factorize ic->streams[i] out, 15 years ago
  Michael Niedermayer e4637d6a60 Show help if no cmd line options are provided at all. 15 years ago
  Stefano Sabatini c5dc602600 Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be 15 years ago
  Michael Niedermayer e185a2f649 Do as the comment says and signal an error. 15 years ago
  Michael Niedermayer b8919a3092 10l bug, use av_fast_malloc() instead if av_malloc() for allocating audio 15 years ago
  Michael Niedermayer 15bfe412b7 Try to allocate audio buffer sizes depending on the number of input bytes. 15 years ago
  Michael Niedermayer 5ee05a62f9 Check that the buffer size speified to avcodec_encode_audio() is not larger than the actual size. 15 years ago
  Michael Niedermayer 060b8592d2 Do not assume that av_get_bits_per_sample() is a multiple of 8. 15 years ago
  Michael Niedermayer 80f4725060 Get rid of audio_out2, it seems unneeded. 15 years ago
  Jai Menon 3394653306 Update frame_width and frame_height based on the lowres value. 15 years ago
  Stefano Sabatini ef6fc64762 Add 'const' attribute to the last_asked_format variable, fix a 15 years ago
  Michael Niedermayer b83ccbffe9 Do not crash on frame size changes. 15 years ago
  Ramiro Polla 15e65f83ec Update help text for -fpre option to make it a little less confusing. 15 years ago
  Stefano Sabatini 992f8eaee7 Factorize common commandline options definition. 15 years ago
  Michael Niedermayer bc7eb330e3 Remove "frame size must be a multiple of 2" check. 15 years ago
  Michael Niedermayer 9ff261a2b2 Remove special case that changed video sync behavior for av_q2d(enc->time_base) <= 0.001. 15 years ago
  Michael Niedermayer 8447f0bd74 Split show_formats(). 15 years ago
  Ramiro Polla 200267333c Indent. 15 years ago
  Ramiro Polla a75e103432 Add -fpre option to take a preset file as parameter. The -[avs]pre options no 15 years ago
  Etienne Buira a5abfd8fd1 Issue an error when forced format cannot be honored. 15 years ago
  Stefano Sabatini 43d160fd00 Prefer "loglevel" over "logging level number or string" as argname of 15 years ago
  Sascha Sommer d859bb1db0 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes 15 years ago
  Sascha Sommer 9d66ef18fa fix PTS calculation for audio formats with bits per sample != 16 15 years ago
  Ramiro Polla 7ef618796a Check for return value of some context allocations. 15 years ago
  Reimar Döffinger 7f4fca038d Increase maximum encoded subtitle size from 64 kB to 1 MB. 15 years ago
  Reimar Döffinger 8b03c014f0 Make sure that start_display_time is 0 by moving its value onto pts. 15 years ago
  Reimar Döffinger 266649a52f 100l, error out if subtitle encoder failed instead of writing an AVPacket 15 years ago
  Diego Biurrun 966116b9f7 Remove some hunks of unused and disabled code cruft. 15 years ago
  Martin Storsjö e9a832e508 Change type of received_sigterm variable from sig_atomic_t to int, 15 years ago
  Martin Storsjö a2f4324bb6 Check for HAVE_ISATTY. 15 years ago
  Lou Logan 64cd805071 Rename invalid option name "gop" to "g" in opt_target(), so that 15 years ago
  Carl Eugen Hoyos 340e230392 Use enum CodecID instead of int. 15 years ago
  Jason Garrett-Glaser 01a3c821a2 Handle variable input stream pixfmts using the same framework introduced 15 years ago
  Baptiste Coudurier f356fc5799 clarify encoder and decoder opening error messages 15 years ago
  Eric Buehl 352666c17c Support varying frame sizes in a single file. 15 years ago
  Reimar Döffinger 4bbe788ab7 Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder 15 years ago
  Stefano Sabatini 4c97a6fafa Move opt_loglevel() from ffmpeg.c to cmdutils.c. 15 years ago
  Ramiro Polla 77ddf4df94 Make ffmpeg able to set the loglevel option using strings 15 years ago
  Baptiste Coudurier d310d56a36 do not use av_parser_change for h264 which uses bitstream filter, fix #1027 15 years ago
  Måns Rullgård 50f3fabc48 Print error message when output buffer allocation fails 15 years ago
  Baptiste Coudurier 761c8c923e Fail and print correct error message when video stream pixel format 15 years ago
  Baptiste Coudurier aa9b754ffc Remove even condition on pad and crop. 15 years ago
  Ramiro Polla 9e1cc5984c indent 16 years ago
  Ramiro Polla 851218584e Remove useless if(), leftover from the vhook removal. 16 years ago
  Baptiste Coudurier 54e28a852c remove commented code using real_pict_num 16 years ago
  Baptiste Coudurier b10d7e4e3a pad last audio frame when encoding 16 years ago
  Stefano Sabatini ecfe3929da Remove duplicated RGB_TO_[YUV] macros, use those included in 16 years ago