| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update ist->pts after decoding a codec frame not after decoding a container | Michael Niedermayer | 2008-02-15 | 1 | -8/+8 |
* | -vsync 2 (drop frames if there are too many but do not duplicate any) | Michael Niedermayer | 2008-02-14 | 1 | -0/+2 |
* | Remove pointless #if. | Diego Biurrun | 2008-02-09 | 1 | -2/+0 |
* | const | Michael Niedermayer | 2008-02-04 | 1 | -1/+1 |
* | non-const 2nd parameter for strtol/strtod | Aurelien Jacobs | 2008-02-02 | 1 | -14/+13 |
* | Do not print quality when stream copy, | Baptiste Coudurier | 2008-02-01 | 1 | -2/+4 |
* | Add sbsf option for subtitle bitstream filter | Reimar Döffinger | 2008-01-28 | 1 | -1/+8 |
* | Add support for Matroska attachments. | Evgeniy Stepanov | 2008-01-27 | 1 | -0/+2 |
* | cosmetics: Fix Benoit's ugly formatting. | Diego Biurrun | 2008-01-22 | 1 | -4/+3 |
* | Inform user when bitstream filter fails. | Benoit Fouet | 2008-01-21 | 1 | -1/+7 |
* | Add "genre" command line option | kweiner@spamcop.net | 2008-01-10 | 1 | -0/+4 |
* | Correctly use output format stream index for bitstream filter when doing stre... | Andreas Öman | 2008-01-09 | 1 | -1/+1 |
* | Dont crash if resampling is requested but no audio packets are ever processed. | Andreas Öman | 2008-01-07 | 1 | -1/+1 |
* | Fix prototype and return value of opt_bitrate and opt_bsf. | Morten Hustveit | 2008-01-02 | 1 | -2/+6 |
* | Define rc override string as const. | Morten Hustveit | 2008-01-02 | 1 | -3/+3 |
* | Do not force fps unless the user actually specified one. | Michael Niedermayer | 2007-12-26 | 1 | -5/+5 |
* | fix pts and keyframe flags for yuv4mpeg | Michael Niedermayer | 2007-12-26 | 1 | -4/+2 |
* | Prevent silent overwriting of files on windows. | Michael Niedermayer | 2007-12-25 | 1 | -0/+1 |
* | Fix "suggest parentheses around assignment used as truth value" warnings. | Diego Biurrun | 2007-12-21 | 1 | -5/+5 |
* | reset manually selected codecs at the end of opt_input_file, to avoid propaga... | Baptiste Coudurier | 2007-12-21 | 1 | -0/+3 |
* | Allow overriding codec_ids. | Michael Niedermayer | 2007-12-19 | 1 | -0/+5 |
* | Notify the input coder about the number of requested channels. | Andreas Öman | 2007-12-15 | 1 | -32/+17 |
* | use av_log_get/set_level() | Måns Rullgård | 2007-12-12 | 1 | -2/+2 |
* | av_*_next() API for libavformat | Michael Niedermayer | 2007-12-12 | 1 | -6/+6 |
* | av_*_next() API for libavcodec | Michael Niedermayer | 2007-12-12 | 1 | -4/+4 |
* | Show which bitstreamfilters were compiled in, similar to the protocols etc | Panagiotis Issaris | 2007-12-12 | 1 | -0/+6 |