850 Commits (0dae193d3ecf5d0dc687f5ad708419bf7600de9a)

Author SHA1 Message Date
Marton Balint 143a5390bf ffplay: fix return value of get_video_frame if avcodec_decode_video fails 13 years ago
Michael Niedermayer cb819338d1 ffplay: reset AVFrame to defaults before decoding each new frame. 13 years ago
Michael Niedermayer 349b65eee2 ffplay: check return code of avcodec_decode_video2() 13 years ago
Marton Balint 5fdcfdf237 ffplay: fix build if avfilter is disabled 13 years ago
Marton Balint a78bc6f78c ffplay: fix frame_delay calculation in new avfilter code 13 years ago
Marton Balint e85df18d74 ffplay: add support for changing pixel format 13 years ago
Marton Balint cd947e9a2b ffplay: add missing filt_in assignment after video filter reconfigure 13 years ago
Marton Balint 0a501c756f ffplay: fix frame aspect ratio after qatar merge 13 years ago
Michael Niedermayer c9651d4bee ffplay: fix use after free 13 years ago
Marton Balint 1372c826de ffplay: use dummy video driver if display is disabled 13 years ago
Marton Balint 22505c188c ffplay: calculate audio diff threshold based on the actual settings 13 years ago
Marton Balint 0dad529201 ffplay: try more channel count combinations for SDL_OpenAudio 13 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 13 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 13 years ago
Marton Balint d872e11300 ffplay: remove VideoPicture duration field 13 years ago
Marton Balint 7315e40a24 ffplay: force exit when filter configuration fails 13 years ago
Marton Balint 8c9971c35e ffplay: fix stream cycling if audio decoding fails 13 years ago
Marton Balint c2e8691c07 ffplay: flush codec buffers before freeing filters 13 years ago
Marton Balint a687acbbf0 ffplay: dont destroy packet queues on stream change 13 years ago
Michael Niedermayer afe4d3bd54 ffplay: set base in dr1 allocation. 13 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
Marton Balint 843509e264 ffplay: use AVFrame::width and height instead of using codec or filter settings 13 years ago
Marton Balint 84087b243e ffplay: use stream sample_aspect_ratio if available in source frames 13 years ago
Marton Balint 89080a0a5e ffplay: fix video_thread when no frame is returned in get_video_frame 13 years ago
Nicolas George 234e00259b ffplay: use AVFrame accessor. 13 years ago
Michael Niedermayer 70d54392f5 lowres2 support. 13 years ago
Michael Niedermayer e6093e3640 ffplay: pause rdft column when ffplay is paused 13 years ago
Marton Balint ee4b143221 ffplay: use frame count based queueing for audio queue 13 years ago
Marton Balint a2c5be6319 ffplay: reset audio_pkt_temp when opening audio 13 years ago
Marton Balint dbe7170e2a ffplay: force video refresh if the window is resized or damaged 13 years ago
Nicolas George fe9818d004 ffplay: fix two const warnings. 13 years ago
Michael Niedermayer c250063523 get_buffers: Check that pix_fmt is not NONE. 13 years ago
Stefano Sabatini bb4c0abc7c ffplay: mark i variable in toggle_full_screen() as unused 13 years ago
Marton Balint 1348420b8a ffplay: silence buffer size must be a multiple of frame size 13 years ago
Marton Balint 6f06545b26 ffplay: use swr_set_compensation for audio synchronization 13 years ago
Michael Niedermayer 73f2cf4ed9 ffplay: Exit on ctrl-c. 13 years ago
Stefano Sabatini ceef1ee767 cmdutils: make show_usage() use av_log() 13 years ago
Marton Balint 8ee77fc8d4 ffplay: fix invalid wanted_channel_layout calculation 13 years ago
Marton Balint 5d94f28e9e ffplay: honor SDL_AUDIO_CHANNELS and make sure to use SDL supported number of audio channels 13 years ago
Stefano Sabatini 93613338fe ff* tools: move descriptions from copyright header to @file doxy 13 years ago
Michael Niedermayer 452406bd5b ff*: Fix duplicatedly printed version info with -version 13 years ago
Marton Balint 708df4ac66 ffplay: remove global video state 13 years ago
Michael Niedermayer efe8a1ba08 ffplay: clear pkt_temp when pkt is freed. 13 years ago
Michael Niedermayer a5a1e3cb8a ffplay: Fix got_frame type. 13 years ago