summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Move the aframes option from the video "subsection" to theBenoit Fouet2007-02-201-1/+1
* implement new grabbing interface, as described here:Ramiro Polla2007-02-141-145/+3
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-131-2/+2
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-4/+4
* Print error message instead of crashing when combining -vcodec copy and -vhook.Matthijs Douze2007-02-091-0/+4
* happy new yearDiego Biurrun2007-02-091-1/+1
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-081-2/+2
* Force stereo in target vcd.Michel Bardiaux2007-02-051-0/+1
* use avcodec_decode_audio2()Michael Niedermayer2007-02-011-1/+2
* do not force output audio channelsBaptiste Coudurier2007-01-251-7/+1
* AVOption is now const, removes a few warningsBaptiste Coudurier2007-01-231-8/+8
* do not override rc_buffer_occupancy if setBaptiste Coudurier2007-01-221-1/+2
* Segmentation fault fix when no video device is specified.Ramiro Polla2007-01-131-1/+1
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-131-0/+4
* revert broken commit of x11 device demuxer patchGuillaume Poirier2006-12-131-4/+0
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-121-0/+4
* print a more correct message when container frame rate differs from codec fra...Baptiste Coudurier2006-12-091-1/+1
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-071-1/+1
* fix memleak, free stream codec allocated by av_new_streamBaptiste Coudurier2006-12-051-1/+3
* add interactive support for MinGWRamiro Polla2006-11-221-27/+16
* also set strict_std_compliance for stream copy, its needed for the bitstream ...Michael Niedermayer2006-11-101-1/+1
* 2nd try for -vcodec copy timebase selection last one choose 1fps due to broke...Michael Niedermayer2006-11-061-1/+1
* move check for output file streams num in av_encodeBaptiste Coudurier2006-11-051-4/+4
* kill AVImageFormatBaptiste Coudurier2006-11-021-34/+0
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-5/+5
* better timebase selection heuristic for video stream copyMichael Niedermayer2006-10-311-1/+4
* support for sub-only streams; patch by borat subsense comborat@subsense.com2006-10-221-2/+1
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-11/+13
* Fix quantiSer --> quantiZer typo.Diego Biurrun2006-10-021-2/+2
* Update copyright year and mention other copyright holders.Diego Biurrun2006-10-011-1/+1
* Remove the "mblmax" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-281-13/+0
* Remove the "mblmin" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-281-13/+0
* Remove the "lmin" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-281-8/+0
* Remove the "lmax" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-281-8/+0
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-261-0/+4
* Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-8/+0
* Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-221-3/+0
* Remove the "skip_exp" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-3/+0
* Remove the "skip_factor" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-3/+0
* Remove the "skip_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-3/+0
* Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-8/+0
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-14/+12
* The "video_rc_buffer_aggressivity" variable is not being used anymore inPanagiotis Issaris2006-09-201-2/+0
* Remove the "sc_threshold" OptionDef variable.Panagiotis Issaris2006-09-201-8/+0
* Remove the "bug" OptionDef used for setting the workaround_bugs variable.Panagiotis Issaris2006-09-201-10/+0
* Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris2006-09-201-13/+0
* Remove the "qmax" OptionDef.Panagiotis Issaris2006-09-201-13/+0
* Remove the "qmin" OptionDef.Panagiotis Issaris2006-09-201-13/+0
* Remove the "bf" OptionDef parameter so the equally named AVOption will takePanagiotis Issaris2006-09-201-15/+0
OpenPOWER on IntegriCloud