April 20, 2009
View 26534fe

indent

Michael Niedermayer authored on 2009/04/20 06:44:25
View 9dc4176

Only insert null packets into the video que if there is a video stream. Fixes memleak and should fix issue791.

Michael Niedermayer authored on 2009/04/20 06:44:03
View b408317

Avoid 100% CPU useage at EOF.

Michael Niedermayer authored on 2009/04/20 05:25:20
View 75bb7b0

Make sure that video frames are flushed at EOF. This should fix a regression.

Michael Niedermayer authored on 2009/04/20 05:24:44
April 10, 2009
View bea1837

Use the new avcodec_decode_* API.

Thilo Borgmann authored on 2009/04/10 21:07:06
March 24, 2009
View fbf1b88

Move declaration of 'pict' closer to where it is used and initialize it. Patch by avcoder: gmail(ffmpeg)

avcoder authored on 2009/03/24 01:43:06
March 15, 2009
View 4ed2920

Switch ffplay to new seeking API.

Michael Niedermayer authored on 2009/03/15 01:24:30
March 4, 2009
View 636f1c4

Rename avctx_opts to avcodec_opts.

Stefano Sabatini authored on 2009/03/04 08:32:10
March 2, 2009
View 4b03756

Document ffplay -ast, -vst, and -sst options.

Stefano Sabatini authored on 2009/03/02 02:13:33
View 5dbb63f

Apply the same logic used for subtitle stream selection to audio and video stream selection.

Stefano Sabatini authored on 2009/03/02 02:06:01
View 5ad4f0d

Simplify the logic for the subtitle stream selection.

Stefano Sabatini authored on 2009/03/02 02:02:21
View 7f668bb

Fix subtitle selection logic, make ffplay select the subtitle stream N rather than the subtitle stream N-1 when N is not zero.

Stefano Sabatini authored on 2009/03/02 01:58:59
March 1, 2009
View f7554a9

convert ffplay to new metadata API

Aurelien Jacobs authored on 2009/03/01 23:55:21
February 22, 2009
View 7b77658

Take account of struct size in total packet queue size tracking. fix issue806

Aurelien Jacobs authored on 2009/02/22 01:01:52
February 19, 2009
View edf9b2f

FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_frame()

Peter Ross authored on 2009/02/19 21:21:09