Michael Niedermayer
|
f7cba736ba
Merge remote-tracking branch 'cus/stable'
|
12 years ago |
Michael Niedermayer
|
64b25938e9
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Marton Balint
|
58f22f7012
ffplay: only configure video filters after we got the first frame
|
12 years ago |
Stefano Sabatini
|
b12e61ac7f
ffplay: factorize expression in audio_decode_frame()
|
12 years ago |
Stefano Sabatini
|
94a00ec8af
ffplay: group together and vertically align correlated parameters in log function
|
12 years ago |
Stefano Sabatini
|
8179660222
ffplay: vertially align complex if condition in audio_decode_frame()
|
12 years ago |
Stefano Sabatini
|
347ecfdc63
ffplay: move assignment in else block in audio_decode_frame()
|
12 years ago |
Stefano Sabatini
|
0d3ffde64f
ffplay: split overly long line in audio_decode_frame()
|
12 years ago |
Stefano Sabatini
|
4fd07b9366
ffplay: avoid useless NULL checks in swr_free()
|
12 years ago |
Stefano Sabatini
|
4674718203
ffplay: fix wrong reference to function in audio_decode_frame() comment
|
12 years ago |
Stefano Sabatini
|
7877b50d18
ffplay: simplify code by using avfilter_unref_bufferp()
|
12 years ago |
Stefano Sabatini
|
b0fdd3489a
lavfi: deprecate av_buffersrc_buffer() function
|
12 years ago |
Stefano Sabatini
|
79a7451d06
ffplay: add configure_filtergraph() helper
|
12 years ago |
Stefano Sabatini
|
8dd0e87d7b
lavfi: remove old video sink API
|
12 years ago |
Stefano Sabatini
|
fec512a52c
ffplay: give more meaningful names to the buffersink instances
|
12 years ago |
Stefano Sabatini
|
43583fb85c
lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref API
|
12 years ago |
Stefano Sabatini
|
39e019e8c1
ffplay: add cast to fix warning in configure_video_filters()
|
12 years ago |
Michael Niedermayer
|
e847f41285
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Michael Niedermayer
|
db83570875
ffplay: fix -vismv 1
|
12 years ago |
Stefano Sabatini
|
8f45c3141c
ffplay: rename buffer source instance from "src" to "ffplay_buffer"
|
12 years ago |
Stefano Sabatini
|
251f398798
ffplay: use key=val syntax for the buffersrc args
|
12 years ago |
Michael Niedermayer
|
15f8941108
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Marton Balint
|
143a5390bf
ffplay: fix return value of get_video_frame if avcodec_decode_video fails
|
12 years ago |
Michael Niedermayer
|
cb819338d1
ffplay: reset AVFrame to defaults before decoding each new frame.
|
12 years ago |
Michael Niedermayer
|
349b65eee2
ffplay: check return code of avcodec_decode_video2()
|
12 years ago |
Marton Balint
|
5fdcfdf237
ffplay: fix build if avfilter is disabled
|
12 years ago |
Marton Balint
|
a78bc6f78c
ffplay: fix frame_delay calculation in new avfilter code
|
12 years ago |
Marton Balint
|
e85df18d74
ffplay: add support for changing pixel format
|
12 years ago |
Marton Balint
|
cd947e9a2b
ffplay: add missing filt_in assignment after video filter reconfigure
|
12 years ago |
Marton Balint
|
0a501c756f
ffplay: fix frame aspect ratio after qatar merge
|
12 years ago |
Michael Niedermayer
|
c9651d4bee
ffplay: fix use after free
|
12 years ago |
Marton Balint
|
1372c826de
ffplay: use dummy video driver if display is disabled
|
12 years ago |
Michael Niedermayer
|
ad60b3b181
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Marton Balint
|
22505c188c
ffplay: calculate audio diff threshold based on the actual settings
|
12 years ago |
Marton Balint
|
0dad529201
ffplay: try more channel count combinations for SDL_OpenAudio
|
12 years ago |
Marton Balint
|
7821264c26
ffplay: simplify audio_open, rename parameters to more explanatory names
|
13 years ago |
Marton Balint
|
7342037973
ffplay: remove VideoState from audio_open
|
13 years ago |
Marton Balint
|
e1248f5c52
ffplay: put audio parameters to their own struct
|
13 years ago |
Marton Balint
|
03095d73a3
ffplay: put audio_open into a seperate function
|
13 years ago |
Marton Balint
|
f1a75aa033
ffplay: remove VideoPicture pix_fmt and use frame pixel format instead
|
12 years ago |
Marton Balint
|
15751e3fdd
ffplay: only request 4 or 6 channels from SDL, if SDL version is at least 1.2.8
|
13 years ago |
Marton Balint
|
a6f51de3bf
ffplay: add pause audio feature in the middle of a packet
|
12 years ago |
Marton Balint
|
d872e11300
ffplay: remove VideoPicture duration field
|
12 years ago |
Marton Balint
|
7315e40a24
ffplay: force exit when filter configuration fails
|
12 years ago |
Marton Balint
|
8c9971c35e
ffplay: fix stream cycling if audio decoding fails
|
12 years ago |
Marton Balint
|
c2e8691c07
ffplay: flush codec buffers before freeing filters
|
12 years ago |
Marton Balint
|
a687acbbf0
ffplay: dont destroy packet queues on stream change
|
12 years ago |
Michael Niedermayer
|
afe4d3bd54
ffplay: set base in dr1 allocation.
|
12 years ago |
Michael Niedermayer
|
4b5ff9b63e
ffplay: Use input picture parameters in input_request_frame().
|
13 years ago |
Marton Balint
|
825ec16da9
ffplay: put aspect ratio info to the VideoPicture struct
|
13 years ago |