summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* make help message go to standard output instead of standard errorNicolas George2007-05-091-0/+10
* add a vstats_file command line optionStefano Sabatini2007-04-251-13/+29
* Revert my two previous deliveries (back to r8806) to aply the good patch for ...Benoit Fouet2007-04-251-35/+20
* to complete r8807: free vstats resourcesBenoit Fouet2007-04-251-0/+5
* add a vstats_file command line optionStefano Sabatini2007-04-251-20/+30
* fix overhead and bitrate statisticsMichael Niedermayer2007-04-141-1/+3
* print error messageBaptiste Coudurier2007-03-311-2/+3
* change -fs to use bytes instead of kbytesBaptiste Coudurier2007-03-301-2/+2
* change -fs option to use OPT_INT64Baptiste Coudurier2007-03-301-2/+2
* 1000l, revert r8547, im too stupidBaptiste Coudurier2007-03-291-1/+1
* typo, fix -fsBaptiste Coudurier2007-03-291-1/+1
* Change the vhook code to send real timestamps to the filters instead of theBobby Bingham2007-03-291-1/+2
* fix decoding of big audio packets (48k 16bit 2 channels), needed size is rela...Baptiste Coudurier2007-03-281-1/+1
* prevent exit missuseMichael Niedermayer2007-03-271-0/+2
* add fps stats, patch by Limin Wang <lance lmwang at gmail com>Limin Wang2007-03-161-2/+7
* Remove superfluous HAVE_THREADS #ifdef.Ramiro Polla2007-03-121-6/+0
* Remove superfluous header include.Diego Biurrun2007-03-121-1/+0
* cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com.Limin Wang2007-03-121-136/+136
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-121-1/+1
* add message saying that pgmyuv format is deprecatedBaptiste Coudurier2007-03-121-0/+1
* remove unused code, patch by Limin Wang <lance lmwang at gmail com>Limin Wang2007-03-091-7/+0
* Remove unnecessary the_end label.Limin Wang2007-03-071-4/+2
* set defaults based on CodecType by using avcodec_get_context_defaults2()Michael Niedermayer2007-03-071-2/+6
* remove unused variablesLimin Wang2007-03-071-10/+1
* only store command line parameters in contexts with matching codec_typeMichael Niedermayer2007-03-071-3/+8
* typo: unkown->unknownAlex Beregszaszi2007-03-071-2/+2
* free opt_names at the end of main() based on a patch by Limin WangMichael Niedermayer2007-03-051-0/+1
* indentionMichael Niedermayer2007-03-051-2/+2
* remove usless if() before av_free()Michael Niedermayer2007-03-051-2/+0
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-051-11/+3
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-041-4/+4
* remove ps option and rename rtp_payload_size AVOption to psBaptiste Coudurier2007-03-011-12/+0
* duplicate *_opts for every codec types, in order to have the "ab" and "b" op...Benoit Fouet2007-03-011-15/+27
* Do not jump to "fail" without having a proper sws context in img_resample_ctxLuca Abeni2007-02-281-1/+1
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-1/+1
* 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