]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
Use put_signed_pixels_clamped where appropriate
[ffmpeg] / ffmpeg.c
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
2007-07-19 Diego Biurruncosmetics: indentation
2007-07-19 Diego BiurrunMake video hook infrastructure conditional on video...
2007-07-19 Alex Beregszasziindentation fix
2007-07-19 Alex Beregszasziremoved unused variable ti
2007-07-17 Alex Beregszasziuse av_q2d as in the rest of the file
2007-07-13 Ramiro PollaCheck for GetProcessTimes and use it in getutime
2007-07-13 Ramiro PollaCollapse getutime into one declaration
2007-07-13 Ramiro PollaCheck for getrusage
2007-07-11 Ramiro PollaCheck for termios before conio
2007-07-11 Ramiro PollaProper check for interactive support (termios and conio).
2007-07-10 Ramiro PollaRemove OS/2 support
2007-07-08 Diego Biurrungrammar error noticed by Mark Cox
2007-07-06 Stefano Sabatinime option implemented as an AVOption
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-02 Ronald S. Bultjeto be able to compile without HAVE_AV_CONFIG_H
2007-06-26 Ronald S. Bultjeremove ENABLE_SWSCALER conditions
2007-06-26 Benoit FouetMake globals static
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-06-18 Stefano Sabatinireplace calls to deprecated parsing functions to calls...
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-10 Diego BiurrunMove HAVE_AV_CONFIG_H definition to the Makefile like...
2007-05-30 Stefano SabatiniAdd support for listing the supported pixel formats...
2007-05-30 Aurelien Jacobscosmetics: indentation
2007-05-30 Aurelien Jacobsuse if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
2007-05-23 Ivo van Poorten-sws_flags command line option to set swscaler flags
2007-05-21 Luca AbeniDo not try to set a video standard unless "-tvstd"...
2007-05-09 Nicolas Georgemake help message go to standard output instead of...
2007-04-25 Stefano Sabatiniadd a vstats_file command line option
2007-04-25 Benoit FouetRevert my two previous deliveries (back to r8806) to...
2007-04-25 Benoit Fouetto complete r8807: free vstats resources
2007-04-25 Stefano Sabatiniadd a vstats_file command line option
2007-04-14 Michael Niedermayerfix overhead and bitrate statistics
2007-03-31 Baptiste Coudurierprint error message
2007-03-30 Baptiste Coudurierchange -fs to use bytes instead of kbytes
2007-03-30 Baptiste Coudurierchange -fs option to use OPT_INT64
2007-03-29 Baptiste Coudurier1000l, revert r8547, im too stupid
2007-03-29 Baptiste Couduriertypo, fix -fs
2007-03-29 Bobby BinghamChange the vhook code to send real timestamps to the...
2007-03-28 Baptiste Coudurierfix decoding of big audio packets (48k 16bit 2 channels...
2007-03-27 Michael Niedermayerprevent exit missuse
2007-03-16 Limin Wangadd fps stats, patch by Limin Wang <lance lmwang at...
2007-03-12 Ramiro PollaRemove superfluous HAVE_THREADS #ifdef.
2007-03-12 Diego BiurrunRemove superfluous header include.
2007-03-12 Limin Wangcosmetics: Fix indentation, patch by Limin Wang, lance...
2007-03-12 Panagiotis IssarisIntroduce two new logging functions av_hex_dump_log...
2007-03-12 Baptiste Coudurieradd message saying that pgmyuv format is deprecated
2007-03-09 Limin Wangremove unused code, patch by Limin Wang <lance lmwang...
2007-03-07 Limin WangRemove unnecessary the_end label.
2007-03-07 Michael Niedermayerset defaults based on CodecType by using avcodec_get_co...
2007-03-07 Limin Wangremove unused variables
2007-03-07 Michael Niedermayeronly store command line parameters in contexts with...
2007-03-07 Alex Beregszaszitypo: unkown->unknown
2007-03-05 Michael Niedermayerfree opt_names at the end of main() based on a patch...
2007-03-05 Michael Niedermayerindention
2007-03-05 Michael Niedermayerremove usless if() before av_free()
2007-03-05 Benoit Fouetchange management of "ab" option in ffmpeg.c, so that...
2007-03-04 Panagiotis IssarisAdd the prefix "av_" to img_crop(), img_copy() and...
2007-03-01 Baptiste Coudurierremove ps option and rename rtp_payload_size AVOption...
2007-03-01 Benoit Fouetduplicate *_opts for every codec types, in order to...
2007-02-28 Luca AbeniDo not jump to "fail" without having a proper sws conte...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-20 Benoit FouetMove the aframes option from the video "subsection...
next