| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg". | Stefano Sabatini | 2010-02-21 | 1 | -1/+1 |
* | fix issue 1747 | Michael Niedermayer | 2010-02-18 | 1 | -2/+4 |
* | Rename the "enc" variable, which refers to the AVCodecContext of a | Stefano Sabatini | 2010-02-16 | 1 | -34/+34 |
* | cosmetics : re-indent after r21639. | Jai Menon | 2010-02-06 | 1 | -47/+47 |
* | Remove unused variable ref_clock, fix the warning: | Stefano Sabatini | 2010-02-06 | 1 | -1/+1 |
* | make the RDFT vissualizatiom default, the scopes are ugly and eat CPU like | Michael Niedermayer | 2010-02-05 | 1 | -1/+1 |
* | Make sure the rdft has enough audio available. | Michael Niedermayer | 2010-02-05 | 1 | -7/+9 |
* | Scale rdft vissualization up by 2 so theres no unused space on the top | Michael Niedermayer | 2010-02-05 | 1 | -2/+2 |
* | Do not segfault when doing "ffplay -h" | Vitor Sessak | 2010-02-05 | 1 | -1/+1 |
* | Pretty RDFT audio visualization. | Michael Niedermayer | 2010-02-05 | 1 | -2/+51 |
* | Fast seeking. | Michael Niedermayer | 2010-02-05 | 1 | -3/+11 |
* | autoexit | Michael Niedermayer | 2010-02-04 | 1 | -0/+6 |
* | Clean after toggling wave. | Michael Niedermayer | 2010-02-03 | 1 | -0/+5 |
* | Move is->frame_timer init from start to flush_pkt handling so it is also | Michael Niedermayer | 2010-02-03 | 1 | -1/+1 |
* | The convertion between bit and byte is 8 not 60. | Michael Niedermayer | 2010-02-03 | 1 | -1/+1 |
* | Compare the correct clocks for syncing video to audio/ext. | Michael Niedermayer | 2010-02-02 | 1 | -2/+1 |
* | Move the initial refresh scheduling for audio display away from where it | Michael Niedermayer | 2010-02-02 | 1 | -4/+4 |
* | Commit disapeared hunk, must have editied this out by mistake between local d... | Michael Niedermayer | 2010-02-02 | 1 | -0/+1 |
* | Autodetect when byte based seeking is better (that is for all formats that allow | Michael Niedermayer | 2010-02-02 | 1 | -2/+5 |
* | Use currently displayed file position instead of just url_ftell() for seeking... | Michael Niedermayer | 2010-02-02 | 1 | -5/+14 |
* | Fix seek flags | Michael Niedermayer | 2010-02-02 | 1 | -0/+1 |
* | Use parentheses around && within ||, fix the gcc warning: | Stefano Sabatini | 2010-02-01 | 1 | -1/+1 |
* | Reindent. | Stefano Sabatini | 2010-02-01 | 1 | -8/+8 |
* | Make sure the faulty timestamp detection is just done when we have a picture | Michael Niedermayer | 2010-02-01 | 1 | -0/+2 |
* | Reset frame_last_delay to 0. | Michael Niedermayer | 2010-02-01 | 1 | -1/+1 |
* | Move frame_last_delay into flush code as it must be reset on seeks to, | Michael Niedermayer | 2010-02-01 | 1 | -1/+1 |
* | Reset frame_last_pts on flush (and thus also at start) | Michael Niedermayer | 2010-02-01 | 1 | -0/+2 |
* | Insert a flush packet into the que on init, that way common code between | Michael Niedermayer | 2010-02-01 | 1 | -0/+3 |
* | "Flush" the picture que on seeks, this prevents the display thread from | Michael Niedermayer | 2010-02-01 | 1 | -4/+22 |
* | Schedule refreshes from a thread that actually knows the PTS. | Michael Niedermayer | 2010-02-01 | 1 | -5/+2 |
* | Fix race condition with reading between video_current_pts and video_current_p... | Michael Niedermayer | 2010-02-01 | 1 | -10/+9 |
* | Try to more completely update time variables on unpause. | Michael Niedermayer | 2010-02-01 | 1 | -2/+7 |
* | Simplify get_video_clock() | Michael Niedermayer | 2010-02-01 | 1 | -4/+2 |
* | 10l, forgot HAS_ARG, -drp segfaulted. | Michael Niedermayer | 2010-02-01 | 1 | -1/+1 |
* | decoder reorder pts auto detection. | Michael Niedermayer | 2010-01-31 | 1 | -5/+24 |
* | Fix indention. | Michael Niedermayer | 2010-01-31 | 1 | -18/+18 |
* | Fix seeking by bytes with the mouse and do so by default if the duration is | Michael Niedermayer | 2010-01-30 | 1 | -4/+9 |
* | Fix AVFormat AVOprions. | Michael Niedermayer | 2010-01-30 | 1 | -0/+5 |
* | Redesign packet queue full check to be more robust. | Michael Niedermayer | 2010-01-30 | 1 | -6/+7 |
* | Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files. | Michael Niedermayer | 2010-01-30 | 1 | -1/+1 |
* | Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() | Stefano Sabatini | 2010-01-30 | 1 | -1/+2 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -2/+2 |
* | Indent | Måns Rullgård | 2010-01-20 | 1 | -1/+1 |
* | Always call avcodec_thread_init() | Måns Rullgård | 2010-01-20 | 1 | -1/+0 |
* | Set thread_count in the decoder before to open it. | Stefano Sabatini | 2009-12-28 | 1 | -3/+2 |
* | Print usage instead of help when no files are specified. | Ramiro Polla | 2009-12-21 | 1 | -1/+2 |
* | Split show_usage() out of show_help(). | Ramiro Polla | 2009-12-21 | 1 | -1/+6 |
* | First print the program description and then the basic usage line. | Ramiro Polla | 2009-12-21 | 1 | -2/+2 |
* | Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf must be... | Michael Niedermayer | 2009-12-13 | 1 | -0/+2 |
* | Show help if no cmd line options are provided at all. | Michael Niedermayer | 2009-12-13 | 1 | -0/+1 |