326 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)

Author SHA1 Message Date
Dave Yeo 91880e4664 Add _XOPEN_SOURCE definition for usleep(). 14 years ago
Carl Eugen Hoyos aa78a6d657 Mention lowres if SDL can't provide the needed resolution. 14 years ago
Mike Scheutzow cb036f905f Fix SDL crash on specific hardware. 14 years ago
Mike Scheutzow f7b8c81460 Move do_exit() up for upcoming patch. 14 years ago
S.N. Hemanth Meenakshisundaram c1db7bff66 Resize data and linesize in AVFilterBufferRef to 8. 14 years ago
Stefano Sabatini 84c0386960 Change avfilter_open() signature, from: 14 years ago
S.N. Hemanth Meenakshisundaram cc80caff52 Separate video specific BufferRef properties into VideoProps. 14 years ago
S.N. Hemanth Meenakshisundaram 5d4890d73d Rename fields: 14 years ago
S.N. Hemanth Meenakshisundaram 7fce481a69 Rename functions and fields: 14 years ago
S.N. Hemanth Meenakshisundaram ecc8dada37 Rename AVFilterPicRef to AVFilterBufferRef. 14 years ago
S.N. Hemanth Meenakshisundaram d54e0948e0 Move format from AVFilterBuffer to AVFilterPicRef. 14 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 15 years ago
Reimar Döffinger e1d7c8831c Add avsubtitle_free function. 15 years ago
Jai Menon 00f72577ad FFplay : Fix segfault when playing monoaural streams. 15 years ago
Alexei Svitkine 066ce8c93d Implement -onkeydown and -onmousedown options for ffplay. 15 years ago
Jai Menon cfb7e6e6d5 FFplay : Copy all AVFrame fields from the reference picture to the 15 years ago
Stefano Sabatini 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 15 years ago
Måns Rullgård 7dbbf6a14a ffplay: remove VLA 15 years ago
Michael Niedermayer 867ab7fb0a Fix pts reordering code. 15 years ago
Jai Menon 12bd3c1f99 FFplay : Implement custom reget_buffer for the input filter. 15 years ago
Jai Menon e53ca636d9 Cosmetics : re-indent after last commit. 15 years ago
Jai Menon 3635c07bd1 FFplay : Avoid manipulating NULL data pointers so that future checks 15 years ago
François Revol 65929418f5 Avoid mixed declaration and code, fix C89 compatibility. 15 years ago
Baptiste Coudurier 09ed11e58c rename -vfilters cli option to -vf in ffplay as well 15 years ago
Stefano Sabatini 3f073fa22c Fix auto-scaling. 15 years ago
Cyril Russo 9b157b0ccd Fix compilation error of ffmpeg and ffplay with --disable-avdevice. 15 years ago
Jai Menon 79f8b328cd ffplay : Add 's' to the list of supported commands. 15 years ago
Robert Krüger d834d63b0e Add -t option to ffplay. 15 years ago
Bobby Bingham cf097cbc0b Cosmetics: indentation 15 years ago
Bobby Bingham c41c5b02d3 Don't create unnecessary refereces to pictures 15 years ago
Bobby Bingham dd0c789be7 Hook decoder up to libavfilter's direct rendering for ffplay 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Robert Krüger 1922c0a773 Add a loop option to ffplay. 15 years ago
Diego Biurrun 4903b5ca35 Move variable declaration, fixes the warning: 15 years ago
Robert Krüger 076db5ed57 Add a -window_title option, which sets the FFplay window title. 15 years ago
Stefano Sabatini bb4095133f Make ffplay pass the packet.pos information to the filterchain, get it 15 years ago
Michael Niedermayer 382f3a5b6f Print skip_frames variable. 15 years ago
Michael Niedermayer 2b3da32f74 Make rdft speed user configureable. 15 years ago
Michael Niedermayer d38c9e7a91 Implement framedrop. 15 years ago
Måns Rullgård 8a3ceaf4f0 ffplay: use correct format specifiers in printf() 15 years ago
Michael Niedermayer 122dcdcb31 Fix some apparent +- errors in the audio vissualization. 15 years ago
Michael Niedermayer d9427e848e Only reschedule refresh if we successfully removed the scheduled one. 15 years ago
Michael Niedermayer 562f382cab Increase VIDEO_PICTURE_QUEUE_SIZE to 2. 15 years ago
Michael Niedermayer d3d7b12edf Do not call SDL_SetVideoMode() with the same size as previously 15 years ago
Måns Rullgård 6580d5e377 Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 15 years ago
Måns Rullgård 166621ab72 ffplay: use public fft interface 15 years ago
Måns Rullgård 41ea18fb0d Give RDFT types more meaningful names 15 years ago
Stefano Sabatini ff358eca17 Reindent after the last commit. 15 years ago
Stefano Sabatini fd9da2527c Use av_get_pict_type_char() in debug code within output_picture2(), 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago