]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffmpeg.c
Make sure that the calculated duration doesn't decrease
[frescor/ffmpeg.git] / ffmpeg.c
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).
2007-07-10 ramiroRemove OS/2 support
2007-07-08 diegogrammar error noticed by Mark Cox
2007-07-06 benoitme option implemented as an AVOption
2007-07-05 diegolicense header consistency cosmetics
2007-07-02 benoitto be able to compile without HAVE_AV_CONFIG_H
2007-06-26 benoitremove ENABLE_SWSCALER conditions
2007-06-26 benoitMake globals static
2007-06-24 mrureplace the uses of old string functions that Reimar...
2007-06-18 benoitreplace calls to deprecated parsing functions to calls...
2007-06-12 diegomisc spelling fixes
2007-06-10 diegoMove HAVE_AV_CONFIG_H definition to the Makefile like...
2007-05-30 benoitAdd support for listing the supported pixel formats...
2007-05-30 aurelcosmetics: indentation
2007-05-30 aureluse if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
2007-05-23 ivo-sws_flags command line option to set swscaler flags
2007-05-21 lucabeDo not try to set a video standard unless "-tvstd"...
2007-05-09 benoitmake help message go to standard output instead of...
2007-04-25 benoitadd a vstats_file command line option
2007-04-25 benoitRevert my two previous deliveries (back to r8806) to...
2007-04-25 benoitto complete r8807: free vstats resources
2007-04-25 benoitadd a vstats_file command line option
2007-04-14 michaelfix overhead and bitrate statistics
2007-03-31 bcoudurierprint error message
2007-03-30 bcoudurierchange -fs to use bytes instead of kbytes
2007-03-30 bcoudurierchange -fs option to use OPT_INT64
2007-03-29 bcoudurier1000l, revert r8547, im too stupid
2007-03-29 bcouduriertypo, fix -fs
2007-03-29 diegoChange the vhook code to send real timestamps to the...
2007-03-28 bcoudurierfix decoding of big audio packets (48k 16bit 2 channels...
2007-03-27 michaelprevent exit missuse
2007-03-16 bcoudurieradd fps stats, patch by Limin Wang <lance lmwang at...
2007-03-12 diegoRemove superfluous HAVE_THREADS #ifdef.
2007-03-12 diegoRemove superfluous header include.
2007-03-12 diegocosmetics: Fix indentation, patch by Limin Wang, lance...
2007-03-12 takisIntroduce two new logging functions av_hex_dump_log...
2007-03-12 bcoudurieradd message saying that pgmyuv format is deprecated
2007-03-09 bcoudurierremove unused code, patch by Limin Wang <lance lmwang...
2007-03-07 diegoRemove unnecessary the_end label.
2007-03-07 michaelset defaults based on CodecType by using avcodec_get_co...
2007-03-07 gpoirierremove unused variables
2007-03-07 michaelonly store command line parameters in contexts with...
2007-03-07 alextypo: unkown->unknown
2007-03-05 michaelfree opt_names at the end of main() based on a patch...
2007-03-05 michaelindention
2007-03-05 michaelremove usless if() before av_free()
2007-03-05 gpoirierchange management of "ab" option in ffmpeg.c, so that...
2007-03-04 takisAdd the prefix "av_" to img_crop(), img_copy() and...
2007-03-01 bcoudurierremove ps option and rename rtp_payload_size AVOption...
2007-03-01 gpoirierduplicate *_opts for every codec types, in order to...
2007-02-28 lucabeDo not jump to "fail" without having a proper sws conte...
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-20 takisMove the aframes option from the video "subsection...
2007-02-14 gpoirierimplement new grabbing interface, as described here:
2007-02-13 mrurename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2007-02-09 diegoPrint error message instead of crashing when combining...
2007-02-09 diegohappy new year
2007-02-08 lucabeDirectly access av_log_level instead of calling av_log_...
2007-02-05 takisForce stereo in target vcd.
2007-02-01 michaeluse avcodec_decode_audio2()
2007-01-25 bcoudurierdo not force output audio channels
2007-01-23 bcoudurierAVOption is now const, removes a few warnings
2007-01-22 bcoudurierdo not override rc_buffer_occupancy if set
2007-01-13 gpoirierSegmentation fault fix when no video device is specified.
2006-12-13 gpoirierOriginal X11 device demuxer patch from Clemens Fruhwirth
next