Michael Niedermayer
|
abaf8c386e
ffplay: limit lowres to the maximum supported. Fixes Ticket591
|
13 years ago |
Jeff Downs
|
7d704f5127
Make all option parsing functions match the function pointer type through which they are called.
|
13 years ago |
Carl Eugen Hoyos
|
6a57021cf9
Fix compilation with --disable-avfilter.
|
13 years ago |
Anton Khirnov
|
44e83d0c97
ffplay: use new avformat_open_* API.
|
13 years ago |
Clément Bœsch
|
86824c1dcb
ffplay: do not init SDL audio if -an is specified.
|
13 years ago |
Clément Bœsch
|
4a34e54b0e
Fix zero-length gnu_printf format string warning.
|
13 years ago |
Michael Niedermayer
|
6cbe81999b
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Justin Ruggles
|
e6c52cee54
Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
|
13 years ago |
Michael Niedermayer
|
6c0f5172f6
ffplay: dont drop frames by default when there is no audio stream
|
13 years ago |
Mina Nagy Zaki
|
fd2c0a5db2
lavfi: add layout negotiation fields and helper functions.
|
13 years ago |
Stefano Sabatini
|
44f669e7bc
lavfi: add vsink_buffer, and use it in ff* tools
|
13 years ago |
Carl Eugen Hoyos
|
d8ee777021
Do not crash if SDL_SetVideoMode() fails.
|
13 years ago |
Carl Eugen Hoyos
|
d5708923c2
Move do_exit() and stream_close() up.
|
13 years ago |
Anton Khirnov
|
d0e142bb68
ffplay: use new avformat_open_* API.
|
13 years ago |
Stefano Sabatini
|
c535494268
avfiltergraph: make the AVFilterInOut alloc/free API public
|
13 years ago |
Stefano Sabatini
|
6119b23a36
avfiltergraph: change the syntax of avfilter_graph_parse()
|
13 years ago |
Michael Niedermayer
|
d552f616a2
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Stefano Sabatini
|
8f2a2e6051
ffplay: remove -debug option
|
13 years ago |
Stefano Sabatini
|
e77a3095bd
ffplay: remove -vismv option
|
13 years ago |
Diego Biurrun
|
8543f0f923
ffplay: Fix non-compiling debug printf and replace it by av_dlog.
|
13 years ago |
Diego Biurrun
|
1f6b9cc31d
Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.
|
13 years ago |
Michael Niedermayer
|
3a1aaf7b21
ffplay: Fix -vismv
|
13 years ago |
Stefano Sabatini
|
b4af3cf347
cmdutils: remove unnecessary OPT_DUMMY implementation
|
13 years ago |
Stefano Sabatini
|
96f931adf7
cmdutils: change the signature of the function argument in parse_options()
|
13 years ago |
Michael Niedermayer
|
33af5335fd
ffplay: error out with invalid sample rate or channels.
|
13 years ago |
Carl Eugen Hoyos
|
25c32d082b
cmdutils: move "#undef main" from ffplay.c to cmdutils.h
|
13 years ago |
Clément Bœsch
|
b443447536
Fix various uninitialized variable warnings
|
13 years ago |
Clément Bœsch
|
adba9c6352
Fix various unused variable warnings
|
13 years ago |
Stefano Sabatini
|
eb8bc57240
cmdutils: remove OPT_FUNC2
|
13 years ago |
Stefano Sabatini
|
26513856d6
cmdutils: remove OPT_FUNC2
|
13 years ago |
Michael Niedermayer
|
027264cb82
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
6c6c976fa9
ffplay: Remove disabled code.
|
13 years ago |
Justin Ruggles
|
bc778a0cea
Add support for request_sample_format in ffmpeg and ffplay.
|
13 years ago |
Stefano Sabatini
|
3a7c977417
ffplay: remove audio_write_get_buf_size() forward declaration
|
13 years ago |
Michael Niedermayer
|
72153419b5
Merge remote branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
046f081b46
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
|
13 years ago |
Benjamin Larsson
|
91199cfe55
ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file".
|
13 years ago |
Oskar Arvidsson
|
6e3ef511d7
Add the notion of pixel size in h264 related functions.
|
13 years ago |
Michael Niedermayer
|
99119bdffe
ffplay: fix null pointer read when codec unavilable.
|
13 years ago |
Stefano Sabatini
|
566666caf3
lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()
|
13 years ago |
Michael Niedermayer
|
175714c0c3
ffplay: set CODEC_FLAG_EMU_EDGE earlier
|
13 years ago |
alexandru_mg3
|
b93e12fdf4
ffplay: fix memleak if avfilter is disabled
|
13 years ago |
Michael Niedermayer
|
705c65208a
ffplay: removed unused variable channels.
|
13 years ago |
Stefano Sabatini
|
301183d9be
replace deprecated av_get_pict_type_char() with av_get_picture_type_char()
|
13 years ago |
Stefano Sabatini
|
6209669de4
Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().
|
13 years ago |
Michael Niedermayer
|
c92a9d069e
ffplay: demuxer specific options support
|
13 years ago |
Stefano Sabatini
|
35fe66abbc
lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio
|
13 years ago |
Stefano Sabatini
|
77e9dee8ae
lavc: add a sample_aspect_ratio field to AVFrame
|
13 years ago |
Stefano Sabatini
|
1ba5727242
lavc: add a pkt_pos field to AVFrame
|
13 years ago |
Diego Biurrun
|
045dd4b928
Replace some commented-out debug printf() / av_log() messages with av_dlog().
|
13 years ago |