| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix bug introduced by r12827. | Ramiro Polla | 2008-04-21 | 1 | -1/+1 |
* | Use av_exit() instead of exit() for a minimal cleanup | Ramiro Polla | 2008-04-14 | 1 | -83/+83 |
* | Move av_exit() so it can be used by more functions | Ramiro Polla | 2008-04-14 | 1 | -53/+53 |
* | Complete argument information in ffmpeg.c:options for non-number arguments | Stefano Sabatini | 2008-04-08 | 1 | -6/+6 |
* | Export parse_time_or_die from ffmpeg.c to cmdutils.c | Stefano Sabatini | 2008-03-31 | 1 | -11/+0 |
* | Make option time parsing functions take argument from options | Stefano Sabatini | 2008-03-22 | 1 | -12/+16 |
* | Provide a context to parse_time_or_die(). | Stefano Sabatini | 2008-03-17 | 1 | -7/+7 |
* | Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing | Evgeniy Stepanov | 2008-03-07 | 1 | -0/+2 |
* | sws_flags is unsigned. | Michael Niedermayer | 2008-03-05 | 1 | -1/+1 |
* | Remove INFINITY. | Michael Niedermayer | 2008-03-01 | 1 | -5/+0 |
* | Clarify the documentation for 'ffmpeg -v'. | Stefano Sabatini | 2008-02-25 | 1 | -1/+1 |
* | Reduce initial fifo size, so as not to senselessly waste memory. | Michael Niedermayer | 2008-02-24 | 1 | -1/+1 |
* | realloc fifo | Michael Niedermayer | 2008-02-24 | 1 | -0/+1 |
* | Remove a superfluous call to atoi in ffmpeg.c:opt_verbose | Stefano Sabatini | 2008-02-18 | 1 | -1/+1 |
* | Add notes where known timestamp issues remain. | Michael Niedermayer | 2008-02-17 | 1 | -0/+3 |
* | Set initial next_pts to unknown, this avoids the nonsense timestamp | Michael Niedermayer | 2008-02-17 | 1 | -4/+1 |
* | Print a warning if a decoder produces more than 1 frame of output for | Michael Niedermayer | 2008-02-17 | 1 | -0/+3 |
* | Set next_pts to pts if it is unknown and pkt->dts is not known either. This | Michael Niedermayer | 2008-02-17 | 1 | -0/+3 |
* | simplify (next_)pts code | Michael Niedermayer | 2008-02-17 | 1 | -7/+4 |
* | Use next_pts if pkt->dts is unknown. In an ideal world this would not be needed | Michael Niedermayer | 2008-02-17 | 1 | -1/+1 |