672 Commits (b27e2b6e12461b0f60204c7f0145609a6db1697b)

Author SHA1 Message Date
Clément Bœsch f5cd136f2b ffmpeg: add -map_channel option. 13 years ago
Michael Niedermayer df98446ba3 Revert "Remove detection of mmsh protocol in ffplay." 13 years ago
Marton Balint d54af906a4 ffplay: add frame drop statistics 13 years ago
Marton Balint 8f17a8efd6 ffplay: consider estimated time of filter in early frame drop 13 years ago
Marton Balint 223cba6e3a ffplay: reimplement early frame drop 13 years ago
Marton Balint 8085a5b7cd ffplay: reallocate SDL overlays for OSX when changing full screen 13 years ago
Jean First 72776adfb9 ffplay: avoid window resize crash on osx with libsdl 1.2.14 13 years ago
Marton Balint abb0e4f637 ffplay: add delay multiple times to frame_timer if it is less than current time 13 years ago
Marton Balint d2d8e1e599 ffplay: remove early frame drop functionality 13 years ago
Marton Balint 4e268aae55 ffplay: calculate target clock dynamically, make code more readable 13 years ago
Marton Balint 1dd3c473a2 ffplay: use libswresample instead of av_audio_convert 13 years ago
Marton Balint 2446a8cc0a ffplay: use avctx->channels and avctx->freq before avcodec_open2 consistently 13 years ago
Marton Balint 1e7f7dc2d1 ffplay: remove now unnecessary request_channels, we set it now with options 13 years ago
Michael Niedermayer 92dac3a9dd ffplay: set request_channels to 2 13 years ago
Michael Niedermayer 0aa793a1be ffplay: fix forgotten codec_name checks 13 years ago
Michael Niedermayer 5eda0967a5 ffplay: support -codec:avs to force a specific decoder implementation 13 years ago
Michael Niedermayer 3715e67591 ffplay: fix order of operations for sdl audio open. 13 years ago
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