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
Baptiste Coudurier
17ceb4f9d1
add message saying that pgmyuv format is deprecated
...
Originally committed as revision 8336 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Limin Wang
348d46f2cb
remove unused code, patch by Limin Wang <lance lmwang at gmail com>
...
Originally committed as revision 8304 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Limin Wang
4e780252f4
Remove unnecessary the_end label.
...
patch by Limin Wang, lance.lmwang gmail com
Originally committed as revision 8287 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
54cc9c46e6
set defaults based on CodecType by using avcodec_get_context_defaults2()
...
Originally committed as revision 8285 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Limin Wang
8e532e681e
remove unused variables
...
patch by Limin Wang % lance P lmwang A gmail P com %
Original thread:
Subj: [Ffmpeg-devel] [PATCH] remove unused variables
Date: 2007-03-07-07:37 AM
Originally committed as revision 8284 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2d0aefd626
only store command line parameters in contexts with matching codec_type
...
Originally committed as revision 8282 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
cbc09a7d5a
typo: unkown->unknown
...
Originally committed as revision 8274 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
cb50328dbb
free opt_names at the end of main() based on a patch by Limin Wang
...
Originally committed as revision 8268 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
4dcc383a4d
indention
...
Originally committed as revision 8267 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
4913b231a7
remove usless if() before av_free()
...
Originally committed as revision 8266 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
066a81a80f
change management of "ab" option in ffmpeg.c, so that it works as "b" option.
...
patch by Benoit Fouet % benoit P fouet A purplelabs P com %
Original thread:
Subj: [Ffmpeg-devel] [PATCH] use new way to handle "ab" option
Date: 03/03/2007 10:51 PM
Originally committed as revision 8244 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
636d6a4a47
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
...
to "picture" as suggested by Baptiste Coudurier.
Originally committed as revision 8220 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
ea0fe83b0f
remove ps option and rename rtp_payload_size AVOption to ps
...
Originally committed as revision 8172 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
23b254fb52
duplicate *_opts for every codec types, in order to have the "ab" and "b" options work in the same manner
...
patch by Benoit Fouet %benoit P fouet A purplelabs P com%
Orginal thread:
Date: Feb 22, 2007 11:15 AM
Subject: [Ffmpeg-devel] [PATCH] ffmpeg.c duplicate *_opts for every codec types
Originally committed as revision 8169 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
7a16861859
Do not jump to "fail" without having a proper sws context in img_resample_ctx
...
(avoid calling sws_freeContext(NULL))
Originally committed as revision 8162 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
f66e4f5f9e
Add av_ prefix to clip functions
...
Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
036bfd189f
Move the aframes option from the video "subsection" to the
...
audio "subsection".
Patch by Benoit Fouet, benoit fouet % purplelabs com.
Originally committed as revision 8037 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
cc58300e30
implement new grabbing interface, as described here:
...
ttp://thread.gmane.org/gmane.comp.video.ffmpeg.devel/42920
patch by Ramiro Polla % ramiro A lisha P ufsc P br %
Original thread:
Date: Jan 31, 2007 8:56 PM
Subject: [Ffmpeg-devel] [PATCH] New grabbing interface
Originally committed as revision 7983 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
35f9736988
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
...
Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
8fa36ae09d
This fixes error handling for BeOS, removing the need for some ifdefs.
...
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h.
Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed.
Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code.
This also removes the need for berrno.h.
Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Matthijs Douze
8d74e55b83
Print error message instead of crashing when combining -vcodec copy and -vhook.
...
patch by Matthijs Douze, Matthijs.Douze inrialpes fr
Originally committed as revision 7901 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
928e00948a
happy new year
...
Originally committed as revision 7895 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
ab1c6dc95c
Directly access av_log_level instead of calling av_log_{set, get}_level()
...
(which will be removed at the next avutil version increment)
Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
57b7e784d0
Force stereo in target vcd.
...
Patch by Michel Bardiaux, mbardiaux mediaxim be.
Originally committed as revision 7826 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5d55e966e1
use avcodec_decode_audio2()
...
Originally committed as revision 7792 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
e3e3be5346
do not force output audio channels
...
Originally committed as revision 7705 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
bd31a388db
AVOption is now const, removes a few warnings
...
Originally committed as revision 7662 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
079e8cb962
do not override rc_buffer_occupancy if set
...
Originally committed as revision 7641 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
27571d3de9
Segmentation fault fix when no video device is specified.
...
patch by Ramiro Polla % ramiro A lisha P ufsc P br %
Originally committed as revision 7445 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
f58f4ce19d
Original X11 device demuxer patch from Clemens Fruhwirth
...
- Build system integration is equivalent to RFC #6 patch
- Same rule applies to ffmpeg.c/allformats.[c|h]
- x11grab.c is from Clemens Fruhwirth except the x11 grab
structure for libavformat registration is renamed to
match build system integration.
Originally committed as revision 7302 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
83c547a4a1
revert broken commit of x11 device demuxer patch
...
Originally committed as revision 7301 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
e519b02c10
Original X11 device demuxer patch from Clemens Fruhwirth
...
- Build system integration is equivalent to RFC #6 patch
- Same rule applies to ffmpeg.c/allformats.[c|h]
- x11grab.c is from Clemens Fruhwirth except the x11 grab
structure for libavformat registration is renamed to
match build system integration.
Originally committed as revision 7293 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago