]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
Cosmetics: display ffmpeg -h generic advanced options just after
[ffmpeg] / ffmpeg.c
2008-06-17 Stefano SabatiniCosmetics: display ffmpeg -h generic advanced options...
2008-06-16 Stefano SabatiniDon't show advanced subtitle options within the ffmpeg...
2008-06-16 Stefano SabatiniDon't show subtitle and grab options within the ffmpeg...
2008-06-12 Stefano SabatiniMake ffmpeg.c use print_error() when it can't read...
2008-06-12 Stefano SabatiniImprove ffmpeg error reporting in case of input/output...
2008-06-12 Stefano SabatiniMake ffmpeg.c:opt_thread use parse_number_or_die().
2008-06-12 Stefano SabatiniFactorize options context setting.
2008-06-12 Baptiste Coudurierenable stream copy with ffserver, to be able to chain
2008-06-11 Baptiste Coudurierset log debug when avformat debug is set
2008-06-09 Baptiste Coudurierremove ugly ffm_nopts hack, use AVFormatContext->timestamp
2008-06-08 Michael NiedermayerSupport longer paths for and longer names in preset...
2008-06-08 Michael Niedermayerindent
2008-06-08 Michael NiedermayerSearch /usr(/local)/share for preset files as well.
2008-06-07 Michael NiedermayerPresets support.
2008-05-31 Stefano SabatiniAdd a few newlines to 'ffmpeg -h' output to make it...
2008-05-31 Peter RossCompiling ffmpeg.c fails when when the .ffm demuxer...
2008-05-30 Michael NiedermayerRemove incorrect usage of av_free_static(), ffmpeg...
2008-05-29 Baptiste Couduriercosmetics, space before and after parenthesis, weird...
2008-05-29 Erik HovlandRemove unnecessary header #includes.
2008-05-29 Stefano SabatiniSimplify show_banner() so that it does not require...
2008-05-28 Stefano SabatiniSlightly clarify bitstream filter help output.
2008-05-28 Michael NiedermayerRemove coded_frame==NULL checks for video encoders.
2008-05-27 Baptiste Coudurieruse av_fifo_generic_write, old func is deprecated
2008-05-26 Michael NiedermayerMake stream copy of ac3 from riff based formats work.
2008-05-25 Michael NiedermayerEnsure that one can store X bytes in a fifo of size X.
2008-05-25 Michael NiedermayerMake av_fifo*_read() ignore the available amount of...
2008-05-25 Michael NiedermayerMake opt_verbose() work again.
2008-05-22 Stefano SabatiniMove show_formats() to cmdutils.c.
2008-05-21 Michael NiedermayerGet rid of more senseless wrapper functions and use...
2008-05-21 Michael NiedermayerDo not pass program_name as argument to show_version...
2008-05-21 Michael NiedermayerOPT_EXIT
2008-05-21 David BoltPrint timestamp with increased precision.
2008-05-13 Stefano SabatiniMake 'ffmpeg -formats' print codec long names.
2008-05-11 Dave Yeosys/resource.h needs sys/types.h on OS/2, patch by...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-08 Ramiro PollaCheck for sys/resource.h and include it conditionally.
2008-05-01 Diego PettenòMark symbols as static, patch by Diego 'Flameeyes'...
2008-04-22 Stefano SabatiniSend context to some ffmpeg.c opt* function
2008-04-21 Stefano SabatiniMake some ffmpeg opts use parse-number-or-die.
2008-04-21 Ramiro PollaFix bug introduced by r12827.
2008-04-14 Ramiro PollaUse av_exit() instead of exit() for a minimal cleanup
2008-04-14 Ramiro PollaMove av_exit() so it can be used by more functions
2008-04-08 Stefano SabatiniComplete argument information in ffmpeg.c:options for...
2008-03-31 Stefano SabatiniExport parse_time_or_die from ffmpeg.c to cmdutils.c
2008-03-22 Stefano SabatiniMake option time parsing functions take argument from...
2008-03-17 Stefano SabatiniProvide a context to parse_time_or_die().
2008-03-07 Evgeniy StepanovAdd 'disposition' bitfield to AVStream and use it for...
2008-03-05 Michael Niedermayersws_flags is unsigned.
2008-03-01 Michael NiedermayerRemove INFINITY.
2008-02-25 Stefano SabatiniClarify the documentation for 'ffmpeg -v'.
2008-02-24 Michael NiedermayerReduce initial fifo size, so as not to senselessly...
2008-02-24 Michael Niedermayerrealloc fifo
2008-02-18 Stefano SabatiniRemove a superfluous call to atoi in ffmpeg.c:opt_verbose
2008-02-17 Michael NiedermayerAdd notes where known timestamp issues remain.
2008-02-17 Michael NiedermayerSet initial next_pts to unknown, this avoids the nonsen...
2008-02-17 Michael NiedermayerPrint a warning if a decoder produces more than 1 frame...
2008-02-17 Michael NiedermayerSet next_pts to pts if it is unknown and pkt->dts is...
2008-02-17 Michael Niedermayersimplify (next_)pts code
2008-02-17 Michael NiedermayerUse next_pts if pkt->dts is unknown. In an ideal world...
2008-02-15 Michael NiedermayerUpdate ist->pts after decoding a codec frame not after...
2008-02-14 Michael Niedermayer-vsync 2 (drop frames if there are too many but do...
2008-02-09 Diego BiurrunRemove pointless #if.
2008-02-04 Michael Niedermayerconst
2008-02-02 Aurelien Jacobsnon-const 2nd parameter for strtol/strtod
2008-02-01 Baptiste CoudurierDo not print quality when stream copy,
2008-01-28 Reimar DöffingerAdd sbsf option for subtitle bitstream filter
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-22 Diego Biurruncosmetics: Fix Benoit's ugly formatting.
2008-01-21 Benoit FouetInform user when bitstream filter fails.
2008-01-10 kweiner@spamcop.netAdd "genre" command line option
2008-01-09 Andreas ÖmanCorrectly use output format stream index for bitstream...
2008-01-07 Andreas ÖmanDont crash if resampling is requested but no audio...
2008-01-02 Morten HustveitFix prototype and return value of opt_bitrate and opt_bsf.
2008-01-02 Morten HustveitDefine rc override string as const.
2007-12-26 Michael NiedermayerDo not force fps unless the user actually specified...
2007-12-26 Michael Niedermayerfix pts and keyframe flags for yuv4mpeg
2007-12-25 Michael NiedermayerPrevent silent overwriting of files on windows.
2007-12-21 Diego BiurrunFix "suggest parentheses around assignment used as...
2007-12-21 Baptiste Coudurierreset manually selected codecs at the end of opt_input_...
2007-12-19 Michael NiedermayerAllow overriding codec_ids.
2007-12-15 Andreas ÖmanNotify the input coder about the number of requested...
2007-12-12 Måns Rullgårduse av_log_get/set_level()
2007-12-12 Michael Niedermayerav_*_next() API for libavformat
2007-12-12 Michael Niedermayerav_*_next() API for libavcodec
2007-12-12 Panagiotis IssarisShow which bitstreamfilters were compiled in, similar...
2007-12-03 Baptiste Coudurieradd const to remove warnings, ffmpeg.c:2892: warning...
2007-12-03 Michael NiedermayerRemove rc_eq-specific code, it is passed by AVOption...
2007-12-03 Michael NiedermayerFix non-numeric AVOptions.
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-11-28 Michael Niedermayerframe_size vs. frame_size*channels bug
2007-11-22 Luca AbeniIntroduce libavdevice
2007-11-22 Ramiro Pollaos_support.h is also needed for usleep and lseek on...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-15 Diego BiurrunReorder functions to get rid of ugly forward declarations.
2007-11-14 Stefano SabatiniMove up opt_show_license to get rid of ugly forward...
2007-11-04 Ramiro PollaWarn user if bitrate parameter is too low
2007-11-01 Michael Niedermayercheck av_interleaved_write_frame() return
2007-10-28 Nico Sabbiremoved unused variables accidentally introduced in...
2007-10-27 Nico Sabbireindented after previous commit
2007-10-27 Nico Sabbiadded option programid to select the program to use...
next