Michael Niedermayer
c0dd7b7c94
get rid of some double timebase convertion
...
Originally committed as revision 9878 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fec401f718
properly implement "user specified start time offset" which was added in r3217
...
-ss should now work again
fixes decoding of low.ogg
closes issue47
Originally committed as revision 9876 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
11bf3847b3
add proper support for subtitles muxing/stream copying
...
Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
8e0d882b49
copy language information from input stream to output
...
Originally committed as revision 9797 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
a03d59b720
copy packet duration when doing a stream copy
...
Originally committed as revision 9796 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
390d5a7cad
cosmetics: indentation
...
Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d0f596b4ef
Make video hook infrastructure conditional on video hooks being enabled.
...
Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
d24ce947ca
indentation fix
...
Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
6c4d4fa361
removed unused variable ti
...
Originally committed as revision 9745 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
43924f018b
use av_q2d as in the rest of the file
...
Originally committed as revision 9720 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
7495c3066d
Check for GetProcessTimes and use it in getutime
...
Originally committed as revision 9629 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
7829950cf2
Collapse getutime into one declaration
...
Originally committed as revision 9628 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
66be5b4536
Check for getrusage
...
Originally committed as revision 9627 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
4b54c6d084
Check for termios before conio
...
Originally committed as revision 9598 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
e16e49ac90
Proper check for interactive support (termios and conio).
...
Originally committed as revision 9597 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
7c37e504f0
Remove OS/2 support
...
Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4021300cd5
grammar error noticed by Mark Cox
...
Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
c0de00dac5
me option implemented as an AVOption
...
patch by Stefano Sabatini: [stefano sabatini-lala poste it]
original thread:
[FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption
date: 07/05/2007 03:12 PM
Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e5a389a1b7
license header consistency cosmetics
...
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
0f4e816582
to be able to compile without HAVE_AV_CONFIG_H
...
patch by Ronald S. Bultje: [rsbultje gmail com]
original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation
date: 06/23/2007 03:15 AM
Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
9de8e6acf9
remove ENABLE_SWSCALER conditions
...
patch by Ronald S. Bultje: [rsbultje gmail com]
Originally committed as revision 9435 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
29cc1c23d1
Make globals static
...
Originally committed as revision 9433 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f7d78f3654
replace the uses of old string functions that Reimar missed
...
Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
b33ece1634
replace calls to deprecated parsing functions to calls to new ones
...
patch by Stefano Sabatini: [stefano sabatini-lala poste it]
Originally committed as revision 9359 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
755bfeabcc
misc spelling fixes
...
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
364a960704
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
...
Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
c3b95b1d3d
Add support for listing the supported pixel formats using the option
...
-pix_fmt list
patch by Stefano Sabatini stefano sabatini minus lala chez poste it
original thread: [FFmpeg-devel] [PATCH] List supported pixel formats
date: 05/25/2007 05:46 PM
Originally committed as revision 9162 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
808d83fd33
cosmetics: indentation
...
Originally committed as revision 9161 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
8623e55867
use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
...
Originally committed as revision 9160 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivo van Poorten
3592648940
-sws_flags command line option to set swscaler flags
...
Originally committed as revision 9109 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
df0cecdde0
Do not try to set a video standard unless "-tvstd" is specified
...
Originally committed as revision 9088 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Nicolas George
3688f93aed
make help message go to standard output instead of standard error
...
patch by Nicolas George \ nicolas george normalesup org /
Originally committed as revision 8947 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
b60d13799d
add a vstats_file command line option
...
patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 8810 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
4bd0c2b1d5
Revert my two previous deliveries (back to r8806) to aply the good patch for vstats
...
Originally committed as revision 8809 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
f5eb2b653f
to complete r8807: free vstats resources
...
Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
f801d8aa86
add a vstats_file command line option
...
patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 8807 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
859d95baa1
fix overhead and bitrate statistics
...
Originally committed as revision 8732 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
eddc482dff
print error message
...
Originally committed as revision 8569 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
f9645d7cc4
change -fs to use bytes instead of kbytes
...
Originally committed as revision 8556 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
85ad1b0e97
change -fs option to use OPT_INT64
...
Originally committed as revision 8555 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
d1b2356998
1000l, revert r8547, im too stupid
...
Originally committed as revision 8548 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
ed057fccfc
typo, fix -fs
...
Originally committed as revision 8547 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Bobby Bingham
4992d8bf7d
Change the vhook code to send real timestamps to the filters instead of the
...
current time of day, which is useless, and which the filters could just as
easily query for themselves.
patch by Bobby Bingham, uhmmmm gmail com
Originally committed as revision 8541 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 *
...
Originally committed as revision 8537 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c367d06702
prevent exit missuse
...
Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Limin Wang
7fc98937d2
add fps stats, patch by Limin Wang <lance lmwang at gmail com>
...
Originally committed as revision 8422 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
2a89ee9a63
Remove superfluous HAVE_THREADS #ifdef.
...
patch by Ramiro Polla, angustia arrozcru.no-ip org
Originally committed as revision 8348 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1420b8375d
Remove superfluous header include.
...
Originally committed as revision 8341 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Limin Wang
bde0705c8c
cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com.
...
Originally committed as revision 8340 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
750f0e1f8b
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
...
which use av_log() for logging instead of fprintf().
Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago