301 Commits (8155bbc944c314fc202d31b0e4a3c77b8efc8dde)

Author SHA1 Message Date
Cyril Russo 9b157b0ccd Fix compilation error of ffmpeg and ffplay with --disable-avdevice. 15 years ago
Jai Menon 79f8b328cd ffplay : Add 's' to the list of supported commands. 15 years ago
Robert Krüger d834d63b0e Add -t option to ffplay. 15 years ago
Bobby Bingham cf097cbc0b Cosmetics: indentation 15 years ago
Bobby Bingham c41c5b02d3 Don't create unnecessary refereces to pictures 15 years ago
Bobby Bingham dd0c789be7 Hook decoder up to libavfilter's direct rendering for ffplay 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Robert Krüger 1922c0a773 Add a loop option to ffplay. 15 years ago
Diego Biurrun 4903b5ca35 Move variable declaration, fixes the warning: 15 years ago
Robert Krüger 076db5ed57 Add a -window_title option, which sets the FFplay window title. 15 years ago
Stefano Sabatini bb4095133f Make ffplay pass the packet.pos information to the filterchain, get it 15 years ago
Michael Niedermayer 382f3a5b6f Print skip_frames variable. 15 years ago
Michael Niedermayer 2b3da32f74 Make rdft speed user configureable. 15 years ago
Michael Niedermayer d38c9e7a91 Implement framedrop. 15 years ago
Måns Rullgård 8a3ceaf4f0 ffplay: use correct format specifiers in printf() 15 years ago
Michael Niedermayer 122dcdcb31 Fix some apparent +- errors in the audio vissualization. 15 years ago
Michael Niedermayer d9427e848e Only reschedule refresh if we successfully removed the scheduled one. 15 years ago
Michael Niedermayer 562f382cab Increase VIDEO_PICTURE_QUEUE_SIZE to 2. 15 years ago
Michael Niedermayer d3d7b12edf Do not call SDL_SetVideoMode() with the same size as previously 15 years ago
Måns Rullgård 6580d5e377 Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 15 years ago
Måns Rullgård 166621ab72 ffplay: use public fft interface 15 years ago
Måns Rullgård 41ea18fb0d Give RDFT types more meaningful names 15 years ago
Stefano Sabatini ff358eca17 Reindent after the last commit. 15 years ago
Stefano Sabatini fd9da2527c Use av_get_pict_type_char() in debug code within output_picture2(), 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Michael Niedermayer 3966a57464 10l fix timestamps (lavfi update broke them) 15 years ago
Michael Niedermayer fca6259942 Fix 100l pkt->pos typo. 15 years ago
Michael Niedermayer 917d2bb348 Libavfilter for ffplay support. 15 years ago
David Conrad 8ef9484023 Just ignore streams with unknown codec_type instead of exiting 15 years ago
Stefano Sabatini 07a70b3825 Add a check for checking if more than one input file is provided to 15 years ago
Ramiro Polla bc77fce6ba Clear freed pointer in ffplay.c. 15 years ago
Michael Niedermayer 9f7490a09c Also favor streams with more packets in ffplay. 15 years ago
Michael Niedermayer 256ab3ed9d Dont modify wanted_stream. 15 years ago
Michael Niedermayer 5b369983c6 replace wanted_*_stream by wanted_stream[CODEC_TYPE] 15 years ago
Michael Niedermayer 6625a3de2a Replace *_index by st_index[codec_type]. 15 years ago
Stefano Sabatini f05ef45c8f Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg". 15 years ago
Michael Niedermayer 077a8d61c0 fix issue 1747 15 years ago
Stefano Sabatini fe74099aee Rename the "enc" variable, which refers to the AVCodecContext of a 15 years ago
Jai Menon 6c7165c72e cosmetics : re-indent after r21639. 15 years ago
Stefano Sabatini 570da52bac Remove unused variable ref_clock, fix the warning: 15 years ago
Michael Niedermayer bf8ae197b6 make the RDFT vissualizatiom default, the scopes are ugly and eat CPU like 15 years ago
Michael Niedermayer 4c7c76456d Make sure the rdft has enough audio available. 15 years ago
Michael Niedermayer 092421cf0e Scale rdft vissualization up by 2 so theres no unused space on the top 15 years ago
Vitor Sessak 674fe16371 Do not segfault when doing "ffplay -h" 15 years ago
Michael Niedermayer 12eeda342a Pretty RDFT audio visualization. 15 years ago
Michael Niedermayer d52ec0029b Fast seeking. 15 years ago
Michael Niedermayer 2d1653b065 autoexit 15 years ago
Michael Niedermayer f5968788bb Clean after toggling wave. 15 years ago
Michael Niedermayer b25453bdfc Move is->frame_timer init from start to flush_pkt handling so it is also 15 years ago
Michael Niedermayer 566cd2cba1 The convertion between bit and byte is 8 not 60. 15 years ago