]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffmpeg.c
Only set channels in the stream if previously unset, fixes resampling crash on broken...
[frescor/ffmpeg.git] / ffmpeg.c
2008-04-08 superdumpComplete argument information in ffmpeg.c:options for...
2008-03-31 superdumpExport parse_time_or_die from ffmpeg.c to cmdutils.c
2008-03-22 superdumpMake option time parsing functions take argument from...
2008-03-17 benoitProvide a context to parse_time_or_die().
2008-03-07 eugeniAdd 'disposition' bitfield to AVStream and use it for...
2008-03-05 michaelsws_flags is unsigned.
2008-03-01 michaelRemove INFINITY.
2008-02-25 diegoClarify the documentation for 'ffmpeg -v'.
2008-02-24 michaelReduce initial fifo size, so as not to senselessly...
2008-02-24 michaelrealloc fifo
2008-02-18 superdumpRemove a superfluous call to atoi in ffmpeg.c:opt_verbose
2008-02-17 michaelAdd notes where known timestamp issues remain.
2008-02-17 michaelSet initial next_pts to unknown, this avoids the nonsen...
2008-02-17 michaelPrint a warning if a decoder produces more than 1 frame...
2008-02-17 michaelSet next_pts to pts if its unknown and pkt->dts isnt...
2008-02-17 michaelsimplify (next_)pts code
2008-02-17 michaelUse next_pts if pkt->dts is unknown. In an ideal world...
2008-02-15 michaelUpdate ist->pts after decoding a codec frame not after...
2008-02-14 michael-vsync 2 (drop frames if there are too many but dont...
2008-02-09 diegoRemove pointless #if.
2008-02-04 michaelconst
2008-02-02 aurelnon-const 2nd parameter for strtol/strtod
2008-02-01 bcoudurierDo not print quality when stream copy,
2008-01-28 reimarAdd sbsf option for subtitle bitstream filter
2008-01-27 aurelAdd support for Matroska attachments.
2008-01-22 diegocosmetics: Fix Benoit's ugly formatting.
2008-01-21 benoitInform user when bitstream filter fails.
2008-01-10 benoitAdd "genre" command line option
2008-01-09 andomaCorrectly use output format stream index for bitstream...
2008-01-07 andomaDont crash if resampling is requested but no audio...
2008-01-02 benoitFix prototype and return value of opt_bitrate and opt_bsf.
2008-01-02 benoitDefine rc override string as const.
2007-12-26 michaelDont force fps unless the user actually specified one.
2007-12-26 michaelfix pts and keyframe flags for yuv4mpeg
2007-12-25 michaelPrevent silent overwriting of files on windows.
2007-12-21 diegoFix "suggest parentheses around assignment used as...
2007-12-21 bcoudurierreset manually selected codecs at the end of opt_input_...
2007-12-19 michaelAllow overriding codec_ids.
2007-12-15 andomaNotify the input coder about the number of requested...
2007-12-12 mruuse av_log_get/set_level()
2007-12-12 michaelav_*_next() API for libavformat
2007-12-12 michaelav_*_next() API for libavcodec
2007-12-12 takisShow which bitstreamfilters were compiled in, similar...
2007-12-03 bcoudurieradd const to remove warnings, ffmpeg.c:2892: warning...
2007-12-03 michaelremove rc_eq specific code, its passed by AVOption now
2007-12-03 michaelfix non numeric AVOptions
2007-12-01 michaelstupid code (casting of void*) found by checktree.sh
2007-11-28 michaelframe_size vs. frame_size*channels bug
2007-11-22 lucabeIntroduce libavdevice
2007-11-22 ramiroos_support.h is also needed for usleep and lseek on...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-15 diegoReorder functions to get rid of ugly forward declarations.
2007-11-14 diegoMove up opt_show_license to get rid of ugly forward...
2007-11-04 RamiroWarn user if bitrate parameter is too low
2007-11-01 michaelcheck av_interleaved_write_frame() return
2007-10-28 nicodvbremoved unused variables accidentally introduced in...
2007-10-27 nicodvbreindented after previous commit
2007-10-27 nicodvbadded option programid to select the program to use...
2007-10-15 benoitMerge audio and video bitstream filter options handling.
2007-09-27 benoitImplement common show version and banner.
2007-09-19 benoitMake parse_date return INT64_MIN in case of unparsable...
2007-09-16 ramiroMove av_exit() to before main()
2007-09-16 ramiroSplit av_exit() out of main()
2007-09-06 benoitCosmetic, change "fvstats" to "vstats_file".
2007-09-05 mhoffmanusing isnan instead of d==d, to signal correctly parsed...
2007-08-22 benoitMake ffmpeg use cmdutils.c show_license function
2007-08-20 lucabePrint an SDP when all outputs are RTP (the SDP can...
2007-08-20 benoitupdate -t option documentation
2007-08-19 reimarChange imprecise "Unknown codec" message to say "encode...
2007-08-13 diegoMake cmdutils.c:parse_options accept as argument a...
2007-08-11 diegoMake show-version exit 0.
2007-08-11 diegoMake show-license exit 0.
2007-08-11 diegoMake ffmpeg -formats exit 0.
2007-08-10 benoitPrefix with "opt_" the functions ffmpeg.c:show_{version...
2007-08-10 michaelfix x11grab
2007-08-09 benoitMake ffmpeg and ffplay exit 0 after displaying help
2007-08-08 michaelalways handle negative timestamp differences as timesta...
2007-08-08 benoitUse the codec name from the command line options instea...
2007-08-07 benoitAvoid showing banner twice.
2007-08-07 ramiroIndent
2007-08-07 michaelmake dts_delta_threshold float so values <1 can be...
2007-08-07 michaelaudio drift threshold
2007-08-04 michaelbe sligghtly more carefull with copying the codec_tag...
2007-08-03 michaeldrop non keyframes before the first keyframe for stream...
2007-08-03 michaelfix block_align for mp3 stream copy
2007-08-03 michaelget rid of some double timebase convertion
2007-08-03 michaelproperly implement "user specified start time offset...
2007-07-25 aureladd proper support for subtitles muxing/stream copying
2007-07-25 aurelcopy language information from input stream to output
2007-07-25 aurelcopy packet duration when doing a stream copy
2007-07-19 diegocosmetics: indentation
2007-07-19 diegoMake video hook infrastructure conditional on video...
2007-07-19 alexindentation fix
2007-07-19 alexremoved unused variable ti
2007-07-17 alexuse av_q2d as in the rest of the file
2007-07-13 ramiroCheck for GetProcessTimes and use it in getutime
2007-07-13 ramiroCollapse getutime into one declaration
2007-07-13 ramiroCheck for getrusage
2007-07-11 ramiroCheck for termios before conio
2007-07-11 ramiroProper check for interactive support (termios and conio).
next