268 Commits (5b369983c6a61ad36769ff612f11f1266bb0e3a6)

Author SHA1 Message Date
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
Michael Niedermayer f04c6e35d4 Compare the correct clocks for syncing video to audio/ext. 15 years ago
Michael Niedermayer 48ff3f7cc8 Move the initial refresh scheduling for audio display away from where it 15 years ago
Michael Niedermayer a3cc2160e0 Commit disapeared hunk, must have editied this out by mistake between local debug statements. 15 years ago
Michael Niedermayer 70a4764d0e Autodetect when byte based seeking is better (that is for all formats that allow 15 years ago
Michael Niedermayer 1a620dd79e Use currently displayed file position instead of just url_ftell() for seeking by bytes. 15 years ago
Michael Niedermayer 3890dd3a5c Fix seek flags 15 years ago
Stefano Sabatini ecbed31c00 Use parentheses around && within ||, fix the gcc warning: 15 years ago
Stefano Sabatini df7d6e484c Reindent. 15 years ago
Michael Niedermayer 99e0b12bd7 Make sure the faulty timestamp detection is just done when we have a picture 15 years ago
Michael Niedermayer f7119e42e1 Reset frame_last_delay to 0. 15 years ago
Michael Niedermayer acf24b870f Move frame_last_delay into flush code as it must be reset on seeks to, 15 years ago
Michael Niedermayer 967030eb24 Reset frame_last_pts on flush (and thus also at start) 15 years ago
Michael Niedermayer 515bd00e65 Insert a flush packet into the que on init, that way common code between 15 years ago
Michael Niedermayer 6c7d3ead79 "Flush" the picture que on seeks, this prevents the display thread from 15 years ago
Michael Niedermayer b8bb398a40 Schedule refreshes from a thread that actually knows the PTS. 15 years ago
Michael Niedermayer 68aefbe81c Fix race condition with reading between video_current_pts and video_current_pts_time. 15 years ago
Michael Niedermayer f5668147cb Try to more completely update time variables on unpause. 15 years ago
Michael Niedermayer 41a4cd0c33 Simplify get_video_clock() 15 years ago
Michael Niedermayer 5905536347 10l, forgot HAS_ARG, -drp segfaulted. 15 years ago
Michael Niedermayer 41db429dd5 decoder reorder pts auto detection. 15 years ago
Michael Niedermayer 6371c81a92 Fix indention. 15 years ago
Michael Niedermayer 2ef4605373 Fix seeking by bytes with the mouse and do so by default if the duration is 15 years ago
Michael Niedermayer 6299a22904 Fix AVFormat AVOprions. 15 years ago
Michael Niedermayer 79ee468365 Redesign packet queue full check to be more robust. 15 years ago
Michael Niedermayer ce2421a5c3 Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files. 15 years ago
Stefano Sabatini 718c7b18c9 Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Måns Rullgård 40ccc754e9 Indent 15 years ago
Måns Rullgård 68cf92ee5e Always call avcodec_thread_init() 15 years ago
Stefano Sabatini de4898a229 Set thread_count in the decoder before to open it. 15 years ago
Ramiro Polla 7f11e745b2 Print usage instead of help when no files are specified. 15 years ago
Ramiro Polla 0c2a18cbcd Split show_usage() out of show_help(). 15 years ago
Ramiro Polla 27daa420fc First print the program description and then the basic usage line. 15 years ago