]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
do not fail if correct is not recognized
[ffmpeg] / ffmpeg.c
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...
2007-10-15 Benoit FouetMerge audio and video bitstream filter options handling.
2007-09-27 Stefano SabatiniImplement common show version and banner.
2007-09-19 Stefano SabatiniMake parse_date return INT64_MIN in case of unparsable...
2007-09-16 Ramiro PollaMove av_exit() to before main()
2007-09-16 Ramiro PollaSplit av_exit() out of main()
2007-09-06 Stefano SabatiniCosmetic, change "fvstats" to "vstats_file".
2007-09-05 Marc Hoffmanusing isnan instead of d==d, to signal correctly parsed...
2007-08-22 Stefano SabatiniMake ffmpeg use cmdutils.c show_license function
2007-08-20 Luca AbeniPrint an SDP when all outputs are RTP (the SDP can...
2007-08-20 Godwin Stewartupdate -t option documentation
2007-08-19 Reimar DöffingerChange imprecise "Unknown codec" message to say "encode...
2007-08-13 Stefano SabatiniMake cmdutils.c:parse_options accept as argument a...
2007-08-11 Stefano SabatiniMake show-version exit 0.
2007-08-11 Stefano SabatiniMake show-license exit 0.
2007-08-11 Stefano SabatiniMake ffmpeg -formats exit 0.
2007-08-10 Stefano SabatiniPrefix with "opt_" the functions ffmpeg.c:show_{version...
2007-08-10 Michael Niedermayerfix x11grab
2007-08-09 Stefano SabatiniMake ffmpeg and ffplay exit 0 after displaying help
2007-08-08 Michael Niedermayeralways handle negative timestamp differences as timesta...
2007-08-08 Nicolas GeorgeUse the codec name from the command line options instea...
2007-08-07 Benoit FouetAvoid showing banner twice.
2007-08-07 Ramiro PollaIndent
2007-08-07 Michael Niedermayermake dts_delta_threshold float so values <1 can be...
2007-08-07 Michael Niedermayeraudio drift threshold
2007-08-04 Michael Niedermayerbe slightly more careful with copying the codec_tag...
2007-08-03 Michael Niedermayerdrop non keyframes before the first keyframe for stream...
2007-08-03 Michael Niedermayerfix block_align for mp3 stream copy
2007-08-03 Michael Niedermayerget rid of some double timebase convertion
2007-08-03 Michael Niedermayerproperly implement "user specified start time offset...
2007-07-25 Aurelien Jacobsadd proper support for subtitles muxing/stream copying
2007-07-25 Aurelien Jacobscopy language information from input stream to output
2007-07-25 Aurelien Jacobscopy packet duration when doing a stream copy
next