]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffmpeg.c
As usual Real actually took something existing and rebranded it.
[frescor/ffmpeg.git] / ffmpeg.c
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
2006-12-13 gpoirierrevert broken commit of x11 device demuxer patch
2006-12-12 gpoirierOriginal X11 device demuxer patch from Clemens Fruhwirth
2006-12-09 bcoudurierprint a more correct message when container frame rate...
2006-12-07 mruuse standard INT64_MAX instead of MAXINT64 (and MIN)
2006-12-05 bcoudurierfix memleak, free stream codec allocated by av_new_stream
2006-11-22 gpoirieradd interactive support for MinGW
2006-11-10 michaelalso set strict_std_compliance for stream copy, its...
2006-11-06 michael2nd try for -vcodec copy timebase selection last one...
2006-11-05 bcouduriermove check for output file streams num in av_encode
2006-11-02 bcoudurierkill AVImageFormat
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-31 michaelbetter timebase selection heuristic for video stream...
2006-10-22 nicodvbsupport for sub-only streams; patch by borat subsense com
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-02 diegoFix quantiSer --> quantiZer typo.
2006-10-01 diegoUpdate copyright year and mention other copyright holders.
2006-09-28 takisRemove the "mblmax" OptionDef. The equally named AVOpti...
2006-09-28 takisRemove the "mblmin" OptionDef. The equally named AVOpti...
2006-09-28 takisRemove the "lmin" OptionDef. The equally named AVOption...
2006-09-28 takisRemove the "lmax" OptionDef. The equally named AVOption...
2006-09-26 takisHandle possible failure of ff_eval.
2006-09-22 takisRemove the "error" OptionDef. The equally named AVOptio...
2006-09-22 takisRemove the "mepc" OptionDef. The equally named AVOption...
2006-09-22 takisRemove the "skip_exp" OptionDef. The equally named...
2006-09-22 takisRemove the "skip_factor" OptionDef. The equally named...
2006-09-22 takisRemove the "skip_threshold" OptionDef. The equally...
2006-09-22 takisRemove the "mb_threshold" OptionDef. The equally named...
2006-09-21 romansh * Moving FifoBuffer out of libavformat/avformat...
2006-09-20 takisThe "video_rc_buffer_aggressivity" variable is not...
2006-09-20 takisRemove the "sc_threshold" OptionDef variable.
2006-09-20 takisRemove the "bug" OptionDef used for setting the workaro...
2006-09-20 takisRemove the "qsquish" OptionDef. The AVOption min/max...
2006-09-20 takisRemove the "qmax" OptionDef.
2006-09-20 takisRemove the "qmin" OptionDef.
2006-09-20 takisRemove the "bf" OptionDef parameter so the equally...
2006-09-20 takisMigrate the "packetsize" OptionDef option to become...
2006-09-20 takisMigrate the "muxrate" OptionDef option to become an...
2006-09-18 takisRemove the "bufsize" OptionDef option from ffmpeg.c...
2006-09-15 takisRemove the "rc_init_cplx" OptionDef option from ffmpeg...
2006-09-15 takisRemove the "bt" OptionDef option from ffmpeg.c. The...
2006-09-15 takisRemove the "i_qfactor" OptionDef option from ffmpeg...
2006-09-15 takisRemove the "me_range" OptionDef option from ffmpeg...
2006-09-15 takisRemove the "i_qoffset" OptionDef option from ffmpeg...
2006-09-15 takisRemove the "b_qoffset" OptionDef option from ffmpeg...
2006-09-15 takisRemove the "b_qfactor" OptionDef option from ffmpeg...
2006-09-15 takisFix usage of b_quant_factor. It was not possible to...
2006-09-15 takisRemove the "qcomp" OptionDef option from ffmpeg.c....
2006-09-15 takisRemove the "qblur" OptionDef option from ffmpeg.c....
2006-09-15 takisRemove the "pbias" OptionDef option from ffmpeg.c....
2006-09-15 takisRemove the "ibias" OptionDef option from ffmpeg.c....
2006-09-15 takisRemove the "preme" OptionDef option from ffmpeg.c
2006-09-15 takisRemove the GOP "g" OptionDef option from ffmpeg.c .
2006-09-15 takisRemove the "maxrate" and "minrate" OptionDef options...
2006-09-15 takisRemove the "b" OptionDef option from the ffmpeg.c file...
2006-09-08 gpoirierenables AVOption for muxing.
2006-09-07 gpoirieradds support for setting that album tag.
next