| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge audio and video bitstream filter options handling. | Benoit Fouet | 2007-10-15 | 1 | -22/+4 |
* | Implement common show version and banner. | Stefano Sabatini | 2007-09-27 | 1 | -22/+5 |
* | Make parse_date return INT64_MIN in case of unparsable input. | Stefano Sabatini | 2007-09-19 | 1 | -4/+15 |
* | Move av_exit() to before main() | Ramiro Polla | 2007-09-16 | 1 | -46/+44 |
* | Split av_exit() out of main() | Ramiro Polla | 2007-09-16 | 1 | -0/+9 |
* | Cosmetic, change "fvstats" to "vstats_file". | Stefano Sabatini | 2007-09-06 | 1 | -11/+11 |
* | using isnan instead of d==d, to signal correctly parsed option | Marc Hoffman | 2007-09-05 | 1 | -7/+7 |
* | Make ffmpeg use cmdutils.c show_license function | Stefano Sabatini | 2007-08-22 | 1 | -33/+1 |
* | Print an SDP when all outputs are RTP (the SDP can be saved in a text file | Luca Abeni | 2007-08-20 | 1 | -0/+14 |
* | update -t option documentation | Godwin Stewart | 2007-08-20 | 1 | -1/+1 |
* | Change imprecise "Unknown codec" message to say "encoder" or "decoder" | Reimar Döffinger | 2007-08-19 | 1 | -2/+3 |
* | Make cmdutils.c:parse_options accept as argument a function to parse | Stefano Sabatini | 2007-08-13 | 1 | -6/+1 |
* | Make show-version exit 0. | Stefano Sabatini | 2007-08-11 | 1 | -1/+1 |
* | Make show-license exit 0. | Stefano Sabatini | 2007-08-11 | 1 | -1/+1 |
* | Make ffmpeg -formats exit 0. | Stefano Sabatini | 2007-08-11 | 1 | -1/+1 |
* | Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}. | Stefano Sabatini | 2007-08-10 | 1 | -7/+7 |
* | fix x11grab | Michael Niedermayer | 2007-08-10 | 1 | -1/+2 |
* | Make ffmpeg and ffplay exit 0 after displaying help | Stefano Sabatini | 2007-08-09 | 1 | -4/+10 |
* | always handle negative timestamp differences as timestamp discontinuity | Michael Niedermayer | 2007-08-08 | 1 | -2/+3 |
* | Use the codec name from the command line options instead of the codec id. | Nicolas George | 2007-08-08 | 1 | -34/+46 |
* | Avoid showing banner twice. | Benoit Fouet | 2007-08-07 | 1 | -4/+1 |
* | Indent | Ramiro Polla | 2007-08-07 | 1 | -1/+1 |
* | make dts_delta_threshold float so values <1 can be used | Michael Niedermayer | 2007-08-07 | 1 | -2/+2 |
* | audio drift threshold | Michael Niedermayer | 2007-08-07 | 1 | -1/+3 |
* | be slightly more careful with copying the codec_tag in the streamcopy case | Michael Niedermayer | 2007-08-04 | 1 | -1/+9 |
* | drop non keyframes before the first keyframe for stream copy | Michael Niedermayer | 2007-08-03 | 1 | -0/+3 |
* | fix block_align for mp3 stream copy | Michael Niedermayer | 2007-08-03 | 1 | -0/+2 |
* | get rid of some double timebase convertion | Michael Niedermayer | 2007-08-03 | 1 | -6/+3 |
* | properly implement "user specified start time offset" which was added in r3217 | Michael Niedermayer | 2007-08-03 | 1 | -13/+14 |
* | add proper support for subtitles muxing/stream copying | Aurelien Jacobs | 2007-07-25 | 1 | -13/+39 |
* | copy language information from input stream to output | Aurelien Jacobs | 2007-07-25 | 1 | -0/+4 |
* | copy packet duration when doing a stream copy | Aurelien Jacobs | 2007-07-25 | 1 | -0/+1 |
* | cosmetics: indentation | Diego Biurrun | 2007-07-19 | 1 | -2/+2 |
* | Make video hook infrastructure conditional on video hooks being enabled. | Diego Biurrun | 2007-07-19 | 1 | -0/+5 |
* | indentation fix | Alex Beregszaszi | 2007-07-19 | 1 | -1/+4 |
* | removed unused variable ti | Alex Beregszaszi | 2007-07-19 | 1 | -2/+0 |
* | use av_q2d as in the rest of the file | Alex Beregszaszi | 2007-07-17 | 1 | -1/+1 |
* | Check for GetProcessTimes and use it in getutime | Ramiro Polla | 2007-07-13 | 1 | -1/+11 |
* | Collapse getutime into one declaration | Ramiro Polla | 2007-07-13 | 1 | -7/+2 |
* | Check for getrusage | Ramiro Polla | 2007-07-13 | 1 | -0/+2 |
* | Check for termios before conio | Ramiro Polla | 2007-07-11 | 1 | -7/+7 |
* | Proper check for interactive support (termios and conio). | Ramiro Polla | 2007-07-11 | 1 | -7/+7 |
* | Remove OS/2 support | Ramiro Polla | 2007-07-10 | 1 | -6/+1 |
* | grammar error noticed by Mark Cox | Diego Biurrun | 2007-07-08 | 1 | -1/+1 |
* | me option implemented as an AVOption | Stefano Sabatini | 2007-07-06 | 1 | -48/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | to be able to compile without HAVE_AV_CONFIG_H | Ronald S. Bultje | 2007-07-02 | 1 | -6/+12 |
* | remove ENABLE_SWSCALER conditions | Ronald S. Bultje | 2007-06-26 | 1 | -7/+4 |
* | Make globals static | Benoit Fouet | 2007-06-26 | 1 | -6/+6 |
* | replace the uses of old string functions that Reimar missed | Måns Rullgård | 2007-06-24 | 1 | -10/+11 |