| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix stream copy & transcoding one stream at the same time. | Michael Niedermayer | 2010-01-07 | 1 | -15/+17 |
* | Correct indention. | Michael Niedermayer | 2010-01-07 | 1 | -2/+2 |
* | Move the definitions of data_buf and data_size closer to where they are used. | Michael Niedermayer | 2010-01-07 | 1 | -2/+3 |
* | Use av_guess_format() in place of the deprecated guess_format(). | Stefano Sabatini | 2010-01-01 | 1 | -2/+2 |
* | Do not explicitely set thread_count in the codec context. | Michael Dorr | 2009-12-28 | 1 | -3/+0 |
* | Do not copy codec_tag in stream copy case if it is associated with a differen... | Michael Niedermayer | 2009-12-25 | 1 | -1/+1 |
* | Use positive logic, improve readability, consistent with r20877. | Stefano Sabatini | 2009-12-25 | 1 | -1/+1 |
* | Print usage instead of help when no files are specified. | Ramiro Polla | 2009-12-21 | 1 | -2/+5 |
* | Split show_usage() out of show_help(). | Ramiro Polla | 2009-12-21 | 1 | -2/+7 |
* | Add a general [options] to the basic usage string. | Ramiro Polla | 2009-12-21 | 1 | -1/+1 |
* | First print the program description and then the basic usage line. | Ramiro Polla | 2009-12-21 | 1 | -2/+2 |
* | Add -vlang option to set ISO 639 video stream language code. | Matthieu Crapet | 2009-12-16 | 1 | -0/+6 |
* | Use positive logic in opt_target() for selecting the PAL/others | Stefano Sabatini | 2009-12-15 | 1 | -8/+8 |
* | Simplify freeing of audio_language and subtitle_language. | Matthieu Crapet | 2009-12-15 | 1 | -4/+2 |
* | Use symbolic names for PAL/NTSC/FILM rather than numeric constants in opt_tar... | Stefano Sabatini | 2009-12-14 | 1 | -20/+20 |
* | Correct typo | Vitor Sessak | 2009-12-14 | 1 | -1/+1 |
* | Include dup/drop info if any frames where duplicated or droped | Michael Niedermayer | 2009-12-14 | 1 | -1/+1 |
* | Off by 1 bugfix for nb_frames_dup. | Michael Niedermayer | 2009-12-14 | 1 | -1/+1 |
* | Factorize ic->streams[i] out, | Michael Niedermayer | 2009-12-14 | 1 | -5/+6 |
* | Show help if no cmd line options are provided at all. | Michael Niedermayer | 2009-12-13 | 1 | -0/+3 |
* | Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be | Stefano Sabatini | 2009-12-12 | 1 | -10/+0 |
* | Do as the comment says and signal an error. | Michael Niedermayer | 2009-12-08 | 1 | -2/+4 |
* | 10l bug, use av_fast_malloc() instead if av_malloc() for allocating audio | Michael Niedermayer | 2009-12-08 | 1 | -5/+4 |
* | Try to allocate audio buffer sizes depending on the number of input bytes. | Michael Niedermayer | 2009-12-08 | 1 | -3/+18 |
* | Check that the buffer size speified to avcodec_encode_audio() is not larger t... | Michael Niedermayer | 2009-12-08 | 1 | -0/+5 |
* | Do not assume that av_get_bits_per_sample() is a multiple of 8. | Michael Niedermayer | 2009-12-08 | 1 | -2/+2 |
* | Get rid of audio_out2, it seems unneeded. | Michael Niedermayer | 2009-12-07 | 1 | -9/+3 |
* | Update frame_width and frame_height based on the lowres value. | Jai Menon | 2009-12-05 | 1 | -1/+5 |
* | Add 'const' attribute to the last_asked_format variable, fix a | Stefano Sabatini | 2009-12-05 | 1 | -1/+1 |
* | Do not crash on frame size changes. | Michael Niedermayer | 2009-12-04 | 1 | -4/+12 |
* | Update help text for -fpre option to make it a little less confusing. | Ramiro Polla | 2009-12-03 | 1 | -1/+1 |
* | Factorize common commandline options definition. | Stefano Sabatini | 2009-11-29 | 1 | -8/+1 |
* | Remove "frame size must be a multiple of 2" check. | Michael Niedermayer | 2009-11-27 | 1 | -4/+0 |
* | Remove special case that changed video sync behavior for av_q2d(enc->time_bas... | Michael Niedermayer | 2009-11-25 | 1 | -1/+1 |
* | Split show_formats(). | Michael Niedermayer | 2009-11-19 | 1 | -1/+4 |
* | Indent. | Ramiro Polla | 2009-11-02 | 1 | -9/+9 |
* | Add -fpre option to take a preset file as parameter. The -[avs]pre options no | Ramiro Polla | 2009-11-02 | 1 | -2/+3 |
* | Issue an error when forced format cannot be honored. | Etienne Buira | 2009-10-30 | 1 | -15/+17 |
* | Prefer "loglevel" over "logging level number or string" as argname of | Stefano Sabatini | 2009-10-02 | 1 | -1/+1 |
* | Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes | Sascha Sommer | 2009-09-16 | 1 | -1/+2 |
* | fix PTS calculation for audio formats with bits per sample != 16 | Sascha Sommer | 2009-09-16 | 1 | -1/+2 |
* | Check for return value of some context allocations. | Ramiro Polla | 2009-09-12 | 1 | -0/+12 |
* | Increase maximum encoded subtitle size from 64 kB to 1 MB. | Reimar Döffinger | 2009-08-26 | 1 | -1/+1 |
* | Make sure that start_display_time is 0 by moving its value onto pts. | Reimar Döffinger | 2009-08-26 | 1 | -1/+5 |
* | 100l, error out if subtitle encoder failed instead of writing an AVPacket | Reimar Döffinger | 2009-08-15 | 1 | -0/+4 |
* | Remove some hunks of unused and disabled code cruft. | Diego Biurrun | 2009-08-07 | 1 | -33/+0 |
* | Change type of received_sigterm variable from sig_atomic_t to int, | Martin Storsjö | 2009-07-27 | 1 | -1/+1 |
* | Check for HAVE_ISATTY. | Martin Storsjö | 2009-07-24 | 1 | -0/+2 |
* | Rename invalid option name "gop" to "g" in opt_target(), so that | Lou Logan | 2009-07-16 | 1 | -3/+3 |
* | Use enum CodecID instead of int. | Carl Eugen Hoyos | 2009-07-04 | 1 | -2/+2 |