2008-07-13 |
Michael Niedermayer | Use -vsync 0 unless the user explicitly asked for... |
blob | commitdiff | raw | diff to current |
2008-07-12 |
Ramiro Polla | Prevent users from setting -vol and -acodec copy together. |
blob | commitdiff | raw | diff to current |
2008-07-09 |
Michael Niedermayer | indent |
blob | commitdiff | raw | diff to current |
2008-07-09 |
Michael Niedermayer | Allow setting codecs through preset files |
blob | commitdiff | raw | diff to current |
2008-07-08 |
Michael Niedermayer | Fix the av_set_string() free / alloc issue. |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Michael Niedermayer | Register intrrupt_cb() early enough so we dont get... |
blob | commitdiff | raw | diff to current |
2008-06-25 |
Stefano Sabatini | Remove unnecessary function opt_qdiff(), max_qdiff... |
blob | commitdiff | raw | diff to current |
2008-06-25 |
Michael Niedermayer | Use correct timestamp value for stream copy. |
blob | commitdiff | raw | diff to current |
2008-06-22 |
Stefano Sabatini | Cosmetics: move ffmpeg.c dframes option definition... |
blob | commitdiff | raw | diff to current |
2008-06-22 |
Baptiste Coudurier | cosmetics, reindent |
blob | commitdiff | raw | diff to current |
2008-06-22 |
Baptiste Coudurier | enable feeder threads |
blob | commitdiff | raw | diff to current |
2008-06-17 |
Stefano Sabatini | Cosmetics: display ffmpeg -h generic advanced options... |
blob | commitdiff | raw | diff to current |
2008-06-16 |
Stefano Sabatini | Don't show advanced subtitle options within the ffmpeg... |
blob | commitdiff | raw | diff to current |
2008-06-16 |
Stefano Sabatini | Don't show subtitle and grab options within the ffmpeg... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Make ffmpeg.c use print_error() when it can't read... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Improve ffmpeg error reporting in case of input/output... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Make ffmpeg.c:opt_thread use parse_number_or_die(). |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Factorize options context setting. |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Baptiste Coudurier | enable stream copy with ffserver, to be able to chain |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Baptiste Coudurier | set log debug when avformat debug is set |
blob | commitdiff | raw | diff to current |
2008-06-09 |
Baptiste Coudurier | remove ugly ffm_nopts hack, use AVFormatContext->timestamp |
blob | commitdiff | raw | diff to current |
2008-06-08 |
Michael Niedermayer | Support longer paths for and longer names in preset... |
blob | commitdiff | raw | diff to current |
2008-06-08 |
Michael Niedermayer | indent |
blob | commitdiff | raw | diff to current |
2008-06-08 |
Michael Niedermayer | Search /usr(/local)/share for preset files as well. |
blob | commitdiff | raw | diff to current |
2008-06-07 |
Michael Niedermayer | Presets support. |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Stefano Sabatini | Add a few newlines to 'ffmpeg -h' output to make it... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Peter Ross | Compiling ffmpeg.c fails when when the .ffm demuxer... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Michael Niedermayer | Remove incorrect usage of av_free_static(), ffmpeg... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
Baptiste Coudurier | cosmetics, space before and after parenthesis, weird... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
Erik Hovland | Remove unnecessary header #includes. |
blob | commitdiff | raw | diff to current |
2008-05-29 |
Stefano Sabatini | Simplify show_banner() so that it does not require... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Stefano Sabatini | Slightly clarify bitstream filter help output. |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Michael Niedermayer | Remove coded_frame==NULL checks for video encoders. |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Baptiste Coudurier | use av_fifo_generic_write, old func is deprecated |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Michael Niedermayer | Make stream copy of ac3 from riff based formats work. |
blob | commitdiff | raw | diff to current |
2008-05-25 |
Michael Niedermayer | Ensure that one can store X bytes in a fifo of size X. |
blob | commitdiff | raw | diff to current |
2008-05-25 |
Michael Niedermayer | Make av_fifo*_read() ignore the available amount of... |
blob | commitdiff | raw | diff to current |
2008-05-25 |
Michael Niedermayer | Make opt_verbose() work again. |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Stefano Sabatini | Move show_formats() to cmdutils.c. |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Michael Niedermayer | Get rid of more senseless wrapper functions and use... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Michael Niedermayer | Do not pass program_name as argument to show_version... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Michael Niedermayer | OPT_EXIT |
blob | commitdiff | raw | diff to current |
2008-05-21 |
David Bolt | Print timestamp with increased precision. |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Stefano Sabatini | Make 'ffmpeg -formats' print codec long names. |
blob | commitdiff | raw | diff to current |
2008-05-11 |
Dave Yeo | sys/resource.h needs sys/types.h on OS/2, patch by... |
blob | commitdiff | raw | diff to current |
2008-05-09 |
Diego Biurrun | Use full path for #includes from another directory. |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Ramiro Polla | Check for sys/resource.h and include it conditionally. |
blob | commitdiff | raw | diff to current |
2008-05-01 |
Diego Pettenò | Mark symbols as static, patch by Diego 'Flameeyes'... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Stefano Sabatini | Send context to some ffmpeg.c opt* function |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Stefano Sabatini | Make some ffmpeg opts use parse-number-or-die. |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Ramiro Polla | Fix bug introduced by r12827. |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Ramiro Polla | Use av_exit() instead of exit() for a minimal cleanup |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Ramiro Polla | Move av_exit() so it can be used by more functions |
blob | commitdiff | raw | diff to current |
2008-04-08 |
Stefano Sabatini | Complete argument information in ffmpeg.c:options for... |
blob | commitdiff | raw | diff to current |
2008-03-31 |
Stefano Sabatini | Export parse_time_or_die from ffmpeg.c to cmdutils.c |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Stefano Sabatini | Make option time parsing functions take argument from... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Stefano Sabatini | Provide a context to parse_time_or_die(). |
blob | commitdiff | raw | diff to current |
2008-03-07 |
Evgeniy Stepanov | Add 'disposition' bitfield to AVStream and use it for... |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Michael Niedermayer | sws_flags is unsigned. |
blob | commitdiff | raw | diff to current |
2008-03-01 |
Michael Niedermayer | Remove INFINITY. |
blob | commitdiff | raw | diff to current |
2008-02-25 |
Stefano Sabatini | Clarify the documentation for 'ffmpeg -v'. |
blob | commitdiff | raw | diff to current |
2008-02-24 |
Michael Niedermayer | Reduce initial fifo size, so as not to senselessly... |
blob | commitdiff | raw | diff to current |
2008-02-24 |
Michael Niedermayer | realloc fifo |
blob | commitdiff | raw | diff to current |
2008-02-18 |
Stefano Sabatini | Remove a superfluous call to atoi in ffmpeg.c:opt_verbose |
blob | commitdiff | raw | diff to current |
2008-02-17 |
Michael Niedermayer | Add notes where known timestamp issues remain. |
blob | commitdiff | raw | diff to current |
2008-02-17 |
Michael Niedermayer | Set initial next_pts to unknown, this avoids the nonsen... |
blob | commitdiff | raw | diff to current |
2008-02-17 |
Michael Niedermayer | Print a warning if a decoder produces more than 1 frame... |
blob | commitdiff | raw | diff to current |
2008-02-17 |
Michael Niedermayer | Set next_pts to pts if it is unknown and pkt->dts is... |
blob | commitdiff | raw | diff to current |
2008-02-17 |
Michael Niedermayer | simplify (next_)pts code |
blob | commitdiff | raw | diff to current |
2008-02-17 |
Michael Niedermayer | Use next_pts if pkt->dts is unknown. In an ideal world... |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Michael Niedermayer | Update ist->pts after decoding a codec frame not after... |
blob | commitdiff | raw | diff to current |
2008-02-14 |
Michael Niedermayer | -vsync 2 (drop frames if there are too many but do... |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Diego Biurrun | Remove pointless #if. |
blob | commitdiff | raw | diff to current |
2008-02-04 |
Michael Niedermayer | const |
blob | commitdiff | raw | diff to current |
2008-02-02 |
Aurelien Jacobs | non-const 2nd parameter for strtol/strtod |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Baptiste Coudurier | Do not print quality when stream copy, |
blob | commitdiff | raw | diff to current |
2008-01-28 |
Reimar Döffinger | Add sbsf option for subtitle bitstream filter |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Evgeniy Stepanov | Add support for Matroska attachments. |
blob | commitdiff | raw | diff to current |
2008-01-22 |
Diego Biurrun | cosmetics: Fix Benoit's ugly formatting. |
blob | commitdiff | raw | diff to current |
2008-01-21 |
Benoit Fouet | Inform user when bitstream filter fails. |
blob | commitdiff | raw | diff to current |
2008-01-10 |
kweiner@spamcop.net | Add "genre" command line option |
blob | commitdiff | raw | diff to current |
2008-01-09 |
Andreas Öman | Correctly use output format stream index for bitstream... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Andreas Öman | Dont crash if resampling is requested but no audio... |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Morten Hustveit | Fix prototype and return value of opt_bitrate and opt_bsf. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Morten Hustveit | Define rc override string as const. |
blob | commitdiff | raw | diff to current |
2007-12-26 |
Michael Niedermayer | Do not force fps unless the user actually specified... |
blob | commitdiff | raw | diff to current |
2007-12-26 |
Michael Niedermayer | fix pts and keyframe flags for yuv4mpeg |
blob | commitdiff | raw | diff to current |
2007-12-25 |
Michael Niedermayer | Prevent silent overwriting of files on windows. |
blob | commitdiff | raw | diff to current |
2007-12-21 |
Diego Biurrun | Fix "suggest parentheses around assignment used as... |
blob | commitdiff | raw | diff to current |
2007-12-21 |
Baptiste Coudurier | reset manually selected codecs at the end of opt_input_... |
blob | commitdiff | raw | diff to current |
2007-12-19 |
Michael Niedermayer | Allow overriding codec_ids. |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Andreas Öman | Notify the input coder about the number of requested... |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Måns Rullgård | use av_log_get/set_level() |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Michael Niedermayer | av_*_next() API for libavformat |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Michael Niedermayer | av_*_next() API for libavcodec |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Panagiotis Issaris | Show which bitstreamfilters were compiled in, similar... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Baptiste Coudurier | add const to remove warnings, ffmpeg.c:2892: warning... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Michael Niedermayer | Remove rc_eq-specific code, it is passed by AVOption... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Michael Niedermayer | Fix non-numeric AVOptions. |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Michael Niedermayer | stupid code (casting of void*) found by checktree.sh |
blob | commitdiff | raw | diff to current |
next |