summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* add fps stats, patch by Limin Wang <lance lmwang at gmail com>Limin Wang2007-03-16
* Remove superfluous HAVE_THREADS #ifdef.Ramiro Polla2007-03-12
* Remove superfluous header include.Diego Biurrun2007-03-12
* cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com.Limin Wang2007-03-12
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
* add message saying that pgmyuv format is deprecatedBaptiste Coudurier2007-03-12
* remove unused code, patch by Limin Wang <lance lmwang at gmail com>Limin Wang2007-03-09
* Remove unnecessary the_end label.Limin Wang2007-03-07
* set defaults based on CodecType by using avcodec_get_context_defaults2()Michael Niedermayer2007-03-07
* remove unused variablesLimin Wang2007-03-07
* only store command line parameters in contexts with matching codec_typeMichael Niedermayer2007-03-07
* typo: unkown->unknownAlex Beregszaszi2007-03-07
* free opt_names at the end of main() based on a patch by Limin WangMichael Niedermayer2007-03-05
* indentionMichael Niedermayer2007-03-05
* remove usless if() before av_free()Michael Niedermayer2007-03-05
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-05
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-01
* duplicate *_opts for every codec types, in order to have the "ab" and "b" op...Benoit Fouet2007-03-01
* Do not jump to "fail" without having a proper sws context in img_resample_ctxLuca Abeni2007-02-28
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* Move the aframes option from the video "subsection" to theBenoit Fouet2007-02-20
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-13
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Print error message instead of crashing when combining -vcodec copy and -vhook.Matthijs Douze2007-02-09
* happy new yearDiego Biurrun2007-02-09
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-08
* Force stereo in target vcd.Michel Bardiaux2007-02-05
* use avcodec_decode_audio2()Michael Niedermayer2007-02-01
* do not force output audio channelsBaptiste Coudurier2007-01-25
* AVOption is now const, removes a few warningsBaptiste Coudurier2007-01-23
* do not override rc_buffer_occupancy if setBaptiste Coudurier2007-01-22
* Segmentation fault fix when no video device is specified.Ramiro Polla2007-01-13
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-13
* revert broken commit of x11 device demuxer patchGuillaume Poirier2006-12-13
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-12
* print a more correct message when container frame rate differs from codec fra...Baptiste Coudurier2006-12-09
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-07
* fix memleak, free stream codec allocated by av_new_streamBaptiste Coudurier2006-12-05
* add interactive support for MinGWRamiro Polla2006-11-22
* also set strict_std_compliance for stream copy, its needed for the bitstream ...Michael Niedermayer2006-11-10
* 2nd try for -vcodec copy timebase selection last one choose 1fps due to broke...Michael Niedermayer2006-11-06
* move check for output file streams num in av_encodeBaptiste Coudurier2006-11-05
* kill AVImageFormatBaptiste Coudurier2006-11-02
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* better timebase selection heuristic for video stream copyMichael Niedermayer2006-10-31
* support for sub-only streams; patch by borat subsense comborat@subsense.com2006-10-22
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07