535 Commits (365515ac7f04a31afb1bbb7f9e1a7292bacb7605)

Author SHA1 Message Date
Michael Niedermayer 365515ac7f be slightly more careful with copying the codec_tag in the streamcopy case 18 years ago
Michael Niedermayer 7cacf1e86a drop non keyframes before the first keyframe for stream copy 18 years ago
Michael Niedermayer 4efd6f58b6 fix block_align for mp3 stream copy 18 years ago
Michael Niedermayer c0dd7b7c94 get rid of some double timebase convertion 18 years ago
Michael Niedermayer fec401f718 properly implement "user specified start time offset" which was added in r3217 18 years ago
Aurelien Jacobs 11bf3847b3 add proper support for subtitles muxing/stream copying 18 years ago
Aurelien Jacobs 8e0d882b49 copy language information from input stream to output 18 years ago
Aurelien Jacobs a03d59b720 copy packet duration when doing a stream copy 18 years ago
Diego Biurrun 390d5a7cad cosmetics: indentation 18 years ago
Diego Biurrun d0f596b4ef Make video hook infrastructure conditional on video hooks being enabled. 18 years ago
Alex Beregszaszi d24ce947ca indentation fix 18 years ago
Alex Beregszaszi 6c4d4fa361 removed unused variable ti 18 years ago
Alex Beregszaszi 43924f018b use av_q2d as in the rest of the file 18 years ago
Ramiro Polla 7495c3066d Check for GetProcessTimes and use it in getutime 18 years ago
Ramiro Polla 7829950cf2 Collapse getutime into one declaration 18 years ago
Ramiro Polla 66be5b4536 Check for getrusage 18 years ago
Ramiro Polla 4b54c6d084 Check for termios before conio 18 years ago
Ramiro Polla e16e49ac90 Proper check for interactive support (termios and conio). 18 years ago
Ramiro Polla 7c37e504f0 Remove OS/2 support 18 years ago
Diego Biurrun 4021300cd5 grammar error noticed by Mark Cox 18 years ago
Stefano Sabatini c0de00dac5 me option implemented as an AVOption 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Ronald S. Bultje 0f4e816582 to be able to compile without HAVE_AV_CONFIG_H 18 years ago
Ronald S. Bultje 9de8e6acf9 remove ENABLE_SWSCALER conditions 18 years ago
Benoit Fouet 29cc1c23d1 Make globals static 18 years ago
Måns Rullgård f7d78f3654 replace the uses of old string functions that Reimar missed 18 years ago
Stefano Sabatini b33ece1634 replace calls to deprecated parsing functions to calls to new ones 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Diego Biurrun 364a960704 Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. 18 years ago
Stefano Sabatini c3b95b1d3d Add support for listing the supported pixel formats using the option 18 years ago
Aurelien Jacobs 808d83fd33 cosmetics: indentation 18 years ago
Aurelien Jacobs 8623e55867 use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER 18 years ago
Ivo van Poorten 3592648940 -sws_flags command line option to set swscaler flags 18 years ago
Luca Abeni df0cecdde0 Do not try to set a video standard unless "-tvstd" is specified 18 years ago
Nicolas George 3688f93aed make help message go to standard output instead of standard error 18 years ago
Stefano Sabatini b60d13799d add a vstats_file command line option 18 years ago
Benoit Fouet 4bd0c2b1d5 Revert my two previous deliveries (back to r8806) to aply the good patch for vstats 18 years ago
Benoit Fouet f5eb2b653f to complete r8807: free vstats resources 18 years ago
Stefano Sabatini f801d8aa86 add a vstats_file command line option 18 years ago
Michael Niedermayer 859d95baa1 fix overhead and bitrate statistics 18 years ago
Baptiste Coudurier eddc482dff print error message 18 years ago
Baptiste Coudurier f9645d7cc4 change -fs to use bytes instead of kbytes 18 years ago
Baptiste Coudurier 85ad1b0e97 change -fs option to use OPT_INT64 18 years ago
Baptiste Coudurier d1b2356998 1000l, revert r8547, im too stupid 18 years ago
Baptiste Coudurier ed057fccfc typo, fix -fs 18 years ago
Bobby Bingham 4992d8bf7d Change the vhook code to send real timestamps to the filters instead of the 18 years ago
Baptiste Coudurier 5508d26b7c fix decoding of big audio packets (48k 16bit 2 channels), needed size is related to samples which is short * while len passed to decode_audio2 is related to pkt->data which is uint8_t * 18 years ago
Michael Niedermayer c367d06702 prevent exit missuse 18 years ago
Limin Wang 7fc98937d2 add fps stats, patch by Limin Wang <lance lmwang at gmail com> 18 years ago
Ramiro Polla 2a89ee9a63 Remove superfluous HAVE_THREADS #ifdef. 18 years ago