590 Commits (24c0d1583ce6c7bb68fb40167a8b7bbaccac9e4a)

Author SHA1 Message Date
Michael Niedermayer a30ef63354 ffplay: dont drop all frames if realtime decoding is impossible 13 years ago
Michael Niedermayer fbbe092568 ffplay: remove thread command line option code, it is unneeded for -threads X to work. 13 years ago
Michael Niedermayer 838e36635a avcodec: move "thread emulation" warning to common code 13 years ago
Stefano Sabatini 4f7dfe12ea lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h 13 years ago
Stefano Sabatini c4415f6ec9 lavfi: unify asink_buffer and vsink_buffer API 13 years ago
Diego Biurrun aebb56e184 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 13 years ago
Marton Balint 0a1cf66210 ffplay: fix a crash caused by aborting the video queue 13 years ago
Marton Balint ee0ff051f2 ffplay: use lock manager callback to make libavcodec thread-safe 13 years ago
Marton Balint ba571f6b4d ffplay: remove unnecessary if (cur_stream) checks 13 years ago
Marton Balint 84506ebd48 ffplay: get rid of the global cur_stream variable 13 years ago
Marton Balint 5db1f94b8d ffplay: make step variable a member of the VideoState struct 13 years ago
Stefano Sabatini 15802e78e7 ffplay: do not erase the content of vfilters 13 years ago
Stefano Sabatini 031ba46633 ffplay: increase log level of the message issued when the stream frame size changes 13 years ago
Stefano Sabatini c6ef3f4481 ffplay: in input_config_props(), prefer "s" over unnecessary "c" temporary variable 13 years ago
Stefano Sabatini f8eaa006b6 ffplay: in input_config_props(), honour the SAR specified in the codec context 13 years ago
Carl Eugen Hoyos 67a8251690 Fix compilation with --disable-avfilter. 13 years ago
Marton Balint 10b7b4a6a1 ffplay: more precise audio clock based on current time 13 years ago
Marton Balint c369ddb720 ffplay: pass frame durations clearly to video video_refresh 13 years ago
Anton Khirnov 266463daff Rename ffplay to avplay. 13 years ago
Carl Eugen Hoyos 940a116b1f Unbreak ffplay -s and ffplay -pix_fmt. 13 years ago
Stefano Sabatini 9959a76782 ffplay: set input link sample aspect ratio in input_config_props() 13 years ago
Stefano Sabatini 8ec19f84e1 cmdutils: add codec_opts parameter to setup_find_stream_info_opts() 13 years ago
Stefano Sabatini 0a858048af ffplay: warn that -pix_fmt is no longer working, suggest alternative 14 years ago
Stefano Sabatini a4e540c4f5 ffplay: warn that -s is no longer working, suggest alternative 14 years ago
Anton Khirnov 3009f521f3 ffplay: use new avcodec_open2 and avformat_find_stream_info API. 14 years ago
Diego Biurrun 71a1d1116f Replace some gotos that lead to single return statements by direct return. 14 years ago
Diego Biurrun 987041318f ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2 14 years ago
Carl Eugen Hoyos 3743ea1fe3 Hint why SDL_Init() may have failed. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Jeff Downs a09918335f Make all option parsing functions match the function pointer type through which they are called. 14 years ago
Diego Biurrun f3876ea485 Move some variable declarations below the proper #ifdefs. 14 years ago
Diego Biurrun c713620b4c ffplay: Remove unused-but-set channels variable from update_sample_display(). 14 years ago
Anton Khirnov b6bde8c770 ffplay: use new avformat_open_* API. 14 years ago
Clément Bœsch 86824c1dcb ffplay: do not init SDL audio if -an is specified. 14 years ago
Clément Bœsch 4a34e54b0e Fix zero-length gnu_printf format string warning. 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Michael Niedermayer 6c0f5172f6 ffplay: dont drop frames by default when there is no audio stream 14 years ago
Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 14 years ago
Stefano Sabatini 44f669e7bc lavfi: add vsink_buffer, and use it in ff* tools 14 years ago
Carl Eugen Hoyos d8ee777021 Do not crash if SDL_SetVideoMode() fails. 14 years ago
Carl Eugen Hoyos d5708923c2 Move do_exit() and stream_close() up. 14 years ago
Anton Khirnov d0e142bb68 ffplay: use new avformat_open_* API. 14 years ago
Stefano Sabatini c535494268 avfiltergraph: make the AVFilterInOut alloc/free API public 14 years ago
Stefano Sabatini 6119b23a36 avfiltergraph: change the syntax of avfilter_graph_parse() 14 years ago
Stefano Sabatini 8f2a2e6051 ffplay: remove -debug option 14 years ago
Stefano Sabatini e77a3095bd ffplay: remove -vismv option 14 years ago
Diego Biurrun 8543f0f923 ffplay: Fix non-compiling debug printf and replace it by av_dlog. 14 years ago
Diego Biurrun 1f6b9cc31d Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. 14 years ago
Michael Niedermayer 3a1aaf7b21 ffplay: Fix -vismv 14 years ago
Stefano Sabatini b4af3cf347 cmdutils: remove unnecessary OPT_DUMMY implementation 14 years ago