March 31, 2010
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
March 24, 2010
View 1922c0a

Add a loop option to ffplay.

Robert Krüger authored on 2010/03/24 02:39:51
March 21, 2010
View 4903b5c

Move variable declaration, fixes the warning: ffplay.c:1703: warning: unused variable `pos'

Diego Biurrun authored on 2010/03/21 06:39:50
March 18, 2010
View 076db5e

Add a -window_title option, which sets the FFplay window title.

Robert Krüger authored on 2010/03/18 08:39:18
March 13, 2010
View bb40951

Make ffplay pass the packet.pos information to the filterchain, get it again from the filterchain and pass it back to output_picture2().

Stefano Sabatini authored on 2010/03/13 20:27:07
View 382f3a5

Print skip_frames variable.

Michael Niedermayer authored on 2010/03/13 00:12:05
March 11, 2010
View 2b3da32

Make rdft speed user configureable. Change default speed back to a slower variant.

Michael Niedermayer authored on 2010/03/11 20:25:51
View d38c9e7

Implement framedrop. Replace SDL timer by a seperate thread, more accurate and less annoying. frame drop is enabled by default, bug reports welcome. Fixes issue1191

Michael Niedermayer authored on 2010/03/11 11:35:04
View 8a3ceaf

ffplay: use correct format specifiers in printf()

Måns Rullgård authored on 2010/03/11 11:32:03
View 122dcdc

Fix some apparent +- errors in the audio vissualization. The bugs become only vissible at higher time resolution than what is used currently.

Michael Niedermayer authored on 2010/03/11 07:43:23
View d9427e8

Only reschedule refresh if we successfully removed the scheduled one. Fixes some spurious error messages.

Michael Niedermayer authored on 2010/03/11 01:11:02
View 562f382

Increase VIDEO_PICTURE_QUEUE_SIZE to 2. this allows more asynchronous decoding and display thus improving video smoothness. It also seems to improve absolute video decoding speed for some reason

Michael Niedermayer authored on 2010/03/11 00:45:46
View d3d7b12

Do not call SDL_SetVideoMode() with the same size as previously as this blanks the window.

Michael Niedermayer authored on 2010/03/11 00:39:31
March 8, 2010
View 6580d5e

Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps

Måns Rullgård authored on 2010/03/08 07:18:37
View 166621a

ffplay: use public fft interface

Måns Rullgård authored on 2010/03/08 06:56:48