summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-02
* remove ENABLE_SWSCALER conditionsRonald S. Bultje2007-06-26
* Make globals staticBenoit Fouet2007-06-26
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-18
* misc spelling fixesDiego Biurrun2007-06-12
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-30
* cosmetics: indentationAurelien Jacobs2007-05-30
* use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALERAurelien Jacobs2007-05-30
* -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
* Do not try to set a video standard unless "-tvstd" is specifiedLuca Abeni2007-05-21
* make help message go to standard output instead of standard errorNicolas George2007-05-09
* add a vstats_file command line optionStefano Sabatini2007-04-25
* Revert my two previous deliveries (back to r8806) to aply the good patch for ...Benoit Fouet2007-04-25
* to complete r8807: free vstats resourcesBenoit Fouet2007-04-25
* add a vstats_file command line optionStefano Sabatini2007-04-25
* fix overhead and bitrate statisticsMichael Niedermayer2007-04-14
* print error messageBaptiste Coudurier2007-03-31
* change -fs to use bytes instead of kbytesBaptiste Coudurier2007-03-30
* change -fs option to use OPT_INT64Baptiste Coudurier2007-03-30
* 1000l, revert r8547, im too stupidBaptiste Coudurier2007-03-29
* typo, fix -fsBaptiste Coudurier2007-03-29
* Change the vhook code to send real timestamps to the filters instead of theBobby Bingham2007-03-29
* fix decoding of big audio packets (48k 16bit 2 channels), needed size is rela...Baptiste Coudurier2007-03-28
* prevent exit missuseMichael Niedermayer2007-03-27
* 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