]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
misc spelling fixes
[ffmpeg] / ffmpeg.c
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...
2007-02-14 Ramiro Pollaimplement new grabbing interface, as described here:
2007-02-13 Måns Rullgårdrename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-09 Matthijs DouzePrint error message instead of crashing when combining...
2007-02-09 Diego Biurrunhappy new year
2007-02-08 Luca AbeniDirectly access av_log_level instead of calling av_log_...
2007-02-05 Michel BardiauxForce stereo in target vcd.
2007-02-01 Michael Niedermayeruse avcodec_decode_audio2()
2007-01-25 Baptiste Coudurierdo not force output audio channels
2007-01-23 Baptiste CoudurierAVOption is now const, removes a few warnings
2007-01-22 Baptiste Coudurierdo not override rc_buffer_occupancy if set
2007-01-13 Ramiro PollaSegmentation fault fix when no video device is specified.
2006-12-13 Guillaume PoirierOriginal X11 device demuxer patch from Clemens Fruhwirth
2006-12-13 Guillaume Poirierrevert broken commit of x11 device demuxer patch
2006-12-12 Guillaume PoirierOriginal X11 device demuxer patch from Clemens Fruhwirth
2006-12-09 Baptiste Coudurierprint a more correct message when container frame rate...
2006-12-07 Måns Rullgårduse standard INT64_MAX instead of MAXINT64 (and MIN)
2006-12-05 Baptiste Coudurierfix memleak, free stream codec allocated by av_new_stream
2006-11-22 Ramiro Pollaadd interactive support for MinGW
2006-11-10 Michael Niedermayeralso set strict_std_compliance for stream copy, its...
2006-11-06 Michael Niedermayer2nd try for -vcodec copy timebase selection last one...
2006-11-05 Baptiste Couduriermove check for output file streams num in av_encode
2006-11-02 Baptiste Coudurierkill AVImageFormat
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-31 Michael Niedermayerbetter timebase selection heuristic for video stream...
2006-10-22 borat@subsense.comsupport for sub-only streams; patch by borat subsense com
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-02 Diego BiurrunFix quantiSer --> quantiZer typo.
2006-10-01 Diego BiurrunUpdate copyright year and mention other copyright holders.
2006-09-28 Panagiotis IssarisRemove the "mblmax" OptionDef. The equally named AVOpti...
2006-09-28 Panagiotis IssarisRemove the "mblmin" OptionDef. The equally named AVOpti...
2006-09-28 Panagiotis IssarisRemove the "lmin" OptionDef. The equally named AVOption...
2006-09-28 Panagiotis IssarisRemove the "lmax" OptionDef. The equally named AVOption...
2006-09-26 Panagiotis IssarisHandle possible failure of ff_eval.
2006-09-22 Panagiotis IssarisRemove the "error" OptionDef. The equally named AVOptio...
2006-09-22 Panagiotis IssarisRemove the "mepc" OptionDef. The equally named AVOption...
2006-09-22 Panagiotis IssarisRemove the "skip_exp" OptionDef. The equally named...
2006-09-22 Panagiotis IssarisRemove the "skip_factor" OptionDef. The equally named...
2006-09-22 Panagiotis IssarisRemove the "skip_threshold" OptionDef. The equally...
2006-09-22 Panagiotis IssarisRemove the "mb_threshold" OptionDef. The equally named...
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
2006-09-20 Panagiotis IssarisThe "video_rc_buffer_aggressivity" variable is not...
2006-09-20 Panagiotis IssarisRemove the "sc_threshold" OptionDef variable.
2006-09-20 Panagiotis IssarisRemove the "bug" OptionDef used for setting the workaro...
2006-09-20 Panagiotis IssarisRemove the "qsquish" OptionDef. The AVOption min/max...
2006-09-20 Panagiotis IssarisRemove the "qmax" OptionDef.
2006-09-20 Panagiotis IssarisRemove the "qmin" OptionDef.
2006-09-20 Panagiotis IssarisRemove the "bf" OptionDef parameter so the equally...
2006-09-20 Panagiotis IssarisMigrate the "packetsize" OptionDef option to become...
2006-09-20 Panagiotis IssarisMigrate the "muxrate" OptionDef option to become an...
2006-09-18 Panagiotis IssarisRemove the "bufsize" OptionDef option from ffmpeg.c...
2006-09-15 Panagiotis IssarisRemove the "rc_init_cplx" OptionDef option from ffmpeg...
2006-09-15 Panagiotis IssarisRemove the "bt" OptionDef option from ffmpeg.c. The...
2006-09-15 Panagiotis IssarisRemove the "i_qfactor" OptionDef option from ffmpeg...
2006-09-15 Panagiotis IssarisRemove the "me_range" OptionDef option from ffmpeg...
2006-09-15 Panagiotis IssarisRemove the "i_qoffset" OptionDef option from ffmpeg...
next