Baptiste Coudurier
|
b9edbe9953
do not write ffm write index by default, detect if file is being written and return EOF
|
16 years ago |
Stefano Sabatini
|
90da2b5086
Make ffmpeg fail if the argument provided to the -pix_fmt option is
|
16 years ago |
Stefano Sabatini
|
29c6638668
Use read_yesno() in opt_output_file().
|
16 years ago |
Stefano Sabatini
|
eab5168cd3
Flush the remaning chars in the input buffer after reading the
|
16 years ago |
Baptiste Coudurier
|
3d45a83a59
add loglevel option to set libav* logging level, -v does not set it anymore
|
16 years ago |
Baptiste Coudurier
|
27ad7d3a96
stag option to force subtitle tag
|
16 years ago |
Baptiste Coudurier
|
00b7fbdcf5
10l, set ret to 0 when finished
|
16 years ago |
Baptiste Coudurier
|
002c95d749
dump_format after av_write_header to print updated parameters
|
16 years ago |
Reimar Döffinger
|
3898eed890
Reorder arguments for av_fifo_generic_read to be more logical and
|
16 years ago |
Reimar Döffinger
|
c957c85426
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read
|
16 years ago |
Michael Niedermayer
|
41dd680dd8
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
|
16 years ago |
Stefano Sabatini
|
636f1c4cd0
Rename avctx_opts to avcodec_opts.
|
16 years ago |
Michael Niedermayer
|
1ad1eaadd6
Enable AVFMT_FLAG_NONBLOCK.
|
16 years ago |
Michael Niedermayer
|
d61f30a7a0
Do usleep(10000) when all demuxers returned EAGAIN.
|
16 years ago |
Michael Niedermayer
|
545465ecaa
If a demuxer returns EAGAIN, try another demuxer.
|
16 years ago |
Diego Biurrun
|
fdf119062e
Remove deprecated vhook subsystem.
|
16 years ago |
Aurelien Jacobs
|
0a7892468e
fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)
|
16 years ago |
Aurelien Jacobs
|
a5926d856b
convert ffmpeg to new metadata API
|
16 years ago |
Michael Niedermayer
|
e6fdc2b1a0
Make sure -vsync 2 does not produce timestamps equal to the previous,
|
16 years ago |
Michael Niedermayer
|
fc6765d719
Update commented fprintf().
|
16 years ago |
Michael Niedermayer
|
3797c74ba5
Add ticks_per_frame, this should hopefully fix the regressions caused
|
16 years ago |
Michael Niedermayer
|
34583e1bbe
Fix next_pts computation to consider repeat_pict.
|
16 years ago |
Michael Niedermayer
|
ad48c9f0b8
Do not duplicate frames if the muxer claims that it is not needed.
|
16 years ago |
Peter Ross
|
c027e91a74
Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB rawvideo
|
16 years ago |
Peter Ross
|
befb5cac31
Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM header.
|
16 years ago |
Benoit Fouet
|
49a06a4d25
Change av_log() calls to fprintf() to stderr calls.
|
16 years ago |
Baptiste Coudurier
|
d1e3c6fd40
extend resampling API, add S16 internal conversion
|
16 years ago |
Patrik Kullman
|
6d0c77ba40
Use av_strlcpy instead of snprintf without formatting.
|
16 years ago |
Francesco Cosoleto
|
ced06bd8fe
Add the ability to set the timestamp to the current time by specifying 'now'
|
16 years ago |
Stefano Sabatini
|
8e2fd8e1d4
Replace the calls to the deprecated av_alloc_format_context() with
|
16 years ago |
Robert Swain
|
1777168269
Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr and
|
16 years ago |
Michael Niedermayer
|
2d4eeaadc4
Workaround ffms behavior of returning EAGAIN at EOF.
|
16 years ago |
Michael Niedermayer
|
ad51c68c01
Handle av_read_frame() EAGAIN return.
|
16 years ago |
Baptiste Coudurier
|
6c7c44ee7a
exit with error code if av_encode failed
|
16 years ago |
David Conrad
|
d43b26ea13
Copy width/height for subtitle streams (needed for scodec copy of mov/mp4
|
16 years ago |
Aurelien Jacobs
|
49fb20cb8a
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
|
16 years ago |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Michael Niedermayer
|
528271ff67
Check the return of audio and video encoders.
|
16 years ago |
Michael Niedermayer
|
95af5e1c81
All negative returns are errors not just -1.
|
16 years ago |
Aurelien Jacobs
|
094d9df72e
free all allocated metadata structures
|
16 years ago |
Michael Niedermayer
|
25b4c651a3
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
|
16 years ago |
Michael Niedermayer
|
db4fac64db
Change AVSubtitle.rects to an array of pointers so ABI does not break
|
16 years ago |
Stefano Sabatini
|
22730e8790
Put pass_logfilename_prefix check on a single line, improve readability.
|
16 years ago |
Stefano Sabatini
|
ad16627fa0
Rename variables:
|
16 years ago |
Wolfram Gloger
|
50e3477f0f
Offer an option (disabled by default) to enable the copy of the frames before
|
16 years ago |
Michael Niedermayer
|
09a76db8e6
Do not skip frames until the first keyframe when stream copying but
|
16 years ago |
Stefano Sabatini
|
76bdac6dbf
Cosmetics: remove empty comments.
|
16 years ago |
Diego Biurrun
|
9686df2be5
Delete unnecessary 'extern' keywords.
|
16 years ago |
Stefano Sabatini
|
42d1d06e8f
Make more informative the error messages regarding the access to the
|
16 years ago |
Benjamin Larsson
|
13367a46bc
channel layout support for ffmpeg.c
|
16 years ago |