summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-251-13/+39
* copy language information from input stream to outputAurelien Jacobs2007-07-251-0/+4
* copy packet duration when doing a stream copyAurelien Jacobs2007-07-251-0/+1
* cosmetics: indentationDiego Biurrun2007-07-191-2/+2
* Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun2007-07-191-0/+5
* indentation fixAlex Beregszaszi2007-07-191-1/+4
* removed unused variable tiAlex Beregszaszi2007-07-191-2/+0
* use av_q2d as in the rest of the fileAlex Beregszaszi2007-07-171-1/+1
* Check for GetProcessTimes and use it in getutimeRamiro Polla2007-07-131-1/+11
* Collapse getutime into one declarationRamiro Polla2007-07-131-7/+2
* Check for getrusageRamiro Polla2007-07-131-0/+2
* Check for termios before conioRamiro Polla2007-07-111-7/+7
* Proper check for interactive support (termios and conio).Ramiro Polla2007-07-111-7/+7
* Remove OS/2 supportRamiro Polla2007-07-101-6/+1
* grammar error noticed by Mark CoxDiego Biurrun2007-07-081-1/+1
* me option implemented as an AVOptionStefano Sabatini2007-07-061-48/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-021-6/+12
* remove ENABLE_SWSCALER conditionsRonald S. Bultje2007-06-261-7/+4
* Make globals staticBenoit Fouet2007-06-261-6/+6
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-241-10/+11
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-181-12/+11
* misc spelling fixesDiego Biurrun2007-06-121-4/+4
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-101-1/+1
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-301-2/+16
* cosmetics: indentationAurelien Jacobs2007-05-301-3/+3
* use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALERAurelien Jacobs2007-05-301-9/+4
* -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-231-0/+14
* Do not try to set a video standard unless "-tvstd" is specifiedLuca Abeni2007-05-211-1/+3
* 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
OpenPOWER on IntegriCloud