| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use -vsync 0 unless the user explicitly asked for something | Michael Niedermayer | 2008-07-13 | 1 | -2/+2 |
* | Prevent users from setting -vol and -acodec copy together. | Ramiro Polla | 2008-07-12 | 1 | -0/+4 |
* | indent | Michael Niedermayer | 2008-07-09 | 1 | -1/+1 |
* | Allow setting codecs through preset files | Michael Niedermayer | 2008-07-09 | 1 | -0/+7 |
* | Fix the av_set_string() free / alloc issue. | Michael Niedermayer | 2008-07-08 | 1 | -7/+7 |
* | Register intrrupt_cb() early enough so we dont get stuck with tcp input | Michael Niedermayer | 2008-06-26 | 1 | -0/+3 |
* | Remove unnecessary function opt_qdiff(), max_qdiff is set now through | Stefano Sabatini | 2008-06-25 | 1 | -13/+0 |
* | Use correct timestamp value for stream copy. | Michael Niedermayer | 2008-06-25 | 1 | -1/+1 |
* | Cosmetics: move ffmpeg.c dframes option definition from within the | Stefano Sabatini | 2008-06-22 | 1 | -1/+1 |
* | cosmetics, reindent | Baptiste Coudurier | 2008-06-22 | 1 | -4/+4 |
* | enable feeder threads | Baptiste Coudurier | 2008-06-22 | 1 | -0/+5 |
* | Cosmetics: display ffmpeg -h generic advanced options just after | Stefano Sabatini | 2008-06-17 | 1 | -3/+3 |
* | Don't show advanced subtitle options within the ffmpeg -h generic | Stefano Sabatini | 2008-06-16 | 1 | -1/+1 |
* | Don't show subtitle and grab options within the ffmpeg -h generic options. | Stefano Sabatini | 2008-06-16 | 1 | -1/+1 |
* | Make ffmpeg.c use print_error() when it can't read an ffserver stream. | Stefano Sabatini | 2008-06-12 | 1 | -2/+3 |
* | Improve ffmpeg error reporting in case of input/output stream mismatch, | Stefano Sabatini | 2008-06-12 | 1 | -0/+2 |
* | Make ffmpeg.c:opt_thread use parse_number_or_die(). | Stefano Sabatini | 2008-06-12 | 1 | -3/+4 |
* | Factorize options context setting. | Stefano Sabatini | 2008-06-12 | 1 | -53/+22 |
* | enable stream copy with ffserver, to be able to chain | Baptiste Coudurier | 2008-06-12 | 1 | -0/+6 |
* | set log debug when avformat debug is set | Baptiste Coudurier | 2008-06-11 | 1 | -1/+1 |
* | remove ugly ffm_nopts hack, use AVFormatContext->timestamp | Baptiste Coudurier | 2008-06-09 | 1 | -8/+6 |
* | Support longer paths for and longer names in preset files. | Michael Niedermayer | 2008-06-08 | 1 | -2/+2 |
* | indent | Michael Niedermayer | 2008-06-08 | 1 | -7/+7 |
* | Search /usr(/local)/share for preset files as well. | Michael Niedermayer | 2008-06-08 | 1 | -4/+10 |
* | Presets support. | Michael Niedermayer | 2008-06-07 | 1 | -0/+39 |
* | Add a few newlines to 'ffmpeg -h' output to make it more readable. | Stefano Sabatini | 2008-05-31 | 1 | -0/+3 |
* | Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffm | Peter Ross | 2008-05-31 | 1 | -1/+1 |
* | Remove incorrect usage of av_free_static(), ffmpeg.c is not a | Michael Niedermayer | 2008-05-30 | 1 | -2/+0 |
* | cosmetics, space before and after parenthesis, weird indentation | Baptiste Coudurier | 2008-05-29 | 1 | -12/+12 |
* | Remove unnecessary header #includes. | Erik Hovland | 2008-05-29 | 1 | -1/+0 |
* | Simplify show_banner() so that it does not require arguments, similar | Stefano Sabatini | 2008-05-29 | 1 | -2/+2 |
* | Slightly clarify bitstream filter help output. | Stefano Sabatini | 2008-05-28 | 1 | -3/+3 |
* | Remove coded_frame==NULL checks for video encoders. | Michael Niedermayer | 2008-05-28 | 1 | -5/+5 |
* | use av_fifo_generic_write, old func is deprecated | Baptiste Coudurier | 2008-05-27 | 1 | -1/+1 |
* | Make stream copy of ac3 from riff based formats work. | Michael Niedermayer | 2008-05-26 | 1 | -0/+2 |
* | Ensure that one can store X bytes in a fifo of size X. | Michael Niedermayer | 2008-05-25 | 1 | -1/+1 |
* | Make av_fifo*_read() ignore the available amount of data. | Michael Niedermayer | 2008-05-25 | 1 | -3/+4 |
* | Make opt_verbose() work again. | Michael Niedermayer | 2008-05-25 | 1 | -1/+1 |
* | Move show_formats() to cmdutils.c. | Stefano Sabatini | 2008-05-22 | 1 | -124/+1 |
* | Get rid of more senseless wrapper functions and use OPT_EXIT instead. | Michael Niedermayer | 2008-05-21 | 1 | -7/+1 |
* | Do not pass program_name as argument to show_version(), this allows some | Michael Niedermayer | 2008-05-21 | 1 | -2/+2 |
* | OPT_EXIT | Michael Niedermayer | 2008-05-21 | 1 | -16/+3 |
* | Print timestamp with increased precision. | David Bolt | 2008-05-21 | 1 | -1/+1 |
* | Make 'ffmpeg -formats' print codec long names. | Stefano Sabatini | 2008-05-13 | 1 | -2/+3 |
* | sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus net | Dave Yeo | 2008-05-11 | 1 | -0/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -8/+8 |
* | Check for sys/resource.h and include it conditionally. | Ramiro Polla | 2008-05-08 | 1 | -2/+3 |
* | Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com | Diego Pettenò | 2008-05-01 | 1 | -3/+3 |
* | Send context to some ffmpeg.c opt* function | Stefano Sabatini | 2008-04-22 | 1 | -12/+16 |
* | Make some ffmpeg opts use parse-number-or-die. | Stefano Sabatini | 2008-04-21 | 1 | -4/+4 |