summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* 10l fix timestamps (lavfi update broke them)Michael Niedermayer2010-03-05
* Fix 100l pkt->pos typo.Michael Niedermayer2010-03-05
* Libavfilter for ffplay support.Michael Niedermayer2010-03-05
* Just ignore streams with unknown codec_type instead of exitingDavid Conrad2010-03-05
* Add a check for checking if more than one input file is provided toStefano Sabatini2010-03-01
* Clear freed pointer in ffplay.c.Ramiro Polla2010-02-24
* Also favor streams with more packets in ffplay.Michael Niedermayer2010-02-23
* Dont modify wanted_stream.Michael Niedermayer2010-02-23
* replace wanted_*_stream by wanted_stream[CODEC_TYPE]Michael Niedermayer2010-02-23
* Replace *_index by st_index[codec_type].Michael Niedermayer2010-02-23
* Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".Stefano Sabatini2010-02-21
* fix issue 1747Michael Niedermayer2010-02-18
* Rename the "enc" variable, which refers to the AVCodecContext of aStefano Sabatini2010-02-16
* cosmetics : re-indent after r21639.Jai Menon2010-02-06
* Remove unused variable ref_clock, fix the warning:Stefano Sabatini2010-02-06
* make the RDFT vissualizatiom default, the scopes are ugly and eat CPU likeMichael Niedermayer2010-02-05
* Make sure the rdft has enough audio available.Michael Niedermayer2010-02-05
* Scale rdft vissualization up by 2 so theres no unused space on the topMichael Niedermayer2010-02-05
* Do not segfault when doing "ffplay -h"Vitor Sessak2010-02-05
* Pretty RDFT audio visualization.Michael Niedermayer2010-02-05
* Fast seeking.Michael Niedermayer2010-02-05
* autoexitMichael Niedermayer2010-02-04
* Clean after toggling wave.Michael Niedermayer2010-02-03
* Move is->frame_timer init from start to flush_pkt handling so it is alsoMichael Niedermayer2010-02-03
* The convertion between bit and byte is 8 not 60.Michael Niedermayer2010-02-03
* Compare the correct clocks for syncing video to audio/ext.Michael Niedermayer2010-02-02
* Move the initial refresh scheduling for audio display away from where itMichael Niedermayer2010-02-02
* Commit disapeared hunk, must have editied this out by mistake between local d...Michael Niedermayer2010-02-02
* Autodetect when byte based seeking is better (that is for all formats that allowMichael Niedermayer2010-02-02
* Use currently displayed file position instead of just url_ftell() for seeking...Michael Niedermayer2010-02-02
* Fix seek flagsMichael Niedermayer2010-02-02
* Use parentheses around && within ||, fix the gcc warning:Stefano Sabatini2010-02-01
* Reindent.Stefano Sabatini2010-02-01
* Make sure the faulty timestamp detection is just done when we have a pictureMichael Niedermayer2010-02-01
* Reset frame_last_delay to 0.Michael Niedermayer2010-02-01
* Move frame_last_delay into flush code as it must be reset on seeks to,Michael Niedermayer2010-02-01
* Reset frame_last_pts on flush (and thus also at start)Michael Niedermayer2010-02-01
* Insert a flush packet into the que on init, that way common code betweenMichael Niedermayer2010-02-01
* "Flush" the picture que on seeks, this prevents the display thread fromMichael Niedermayer2010-02-01
* Schedule refreshes from a thread that actually knows the PTS.Michael Niedermayer2010-02-01
* Fix race condition with reading between video_current_pts and video_current_p...Michael Niedermayer2010-02-01
* Try to more completely update time variables on unpause.Michael Niedermayer2010-02-01
* Simplify get_video_clock()Michael Niedermayer2010-02-01
* 10l, forgot HAS_ARG, -drp segfaulted.Michael Niedermayer2010-02-01
* decoder reorder pts auto detection.Michael Niedermayer2010-01-31
* Fix indention.Michael Niedermayer2010-01-31
* Fix seeking by bytes with the mouse and do so by default if the duration isMichael Niedermayer2010-01-30
* Fix AVFormat AVOprions.Michael Niedermayer2010-01-30
* Redesign packet queue full check to be more robust.Michael Niedermayer2010-01-30
* Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files.Michael Niedermayer2010-01-30