549 Commits (2483f5369369eb6c347c348f8e2fdbe27d3f25ed)

Author SHA1 Message Date
Michael Niedermayer 406e9647a0 ffplay: Avoid directly accessing AVFrame fields that differ between forks. 13 years ago
Michael Niedermayer 59a58884b9 ffplay: Copy audio side data too. This fixes handling of some rare nellymoser files that change the sample rate mid stream (sample file at: http://trac.videolan.org/vlc/ticket/5586) 13 years ago
Michael Niedermayer 6d13499be0 cmdutils: pass AVCodec to filter_codec_opts() 13 years ago
Michael Niedermayer 2c28e26913 ffplay: Check for pix_fmt changes Fixes Ticket238 by not crashing but also not playing the file. 13 years ago
Clément Bœsch eafa2b6005 swr: introduce a public function to customize the channel mapping. 13 years ago
Clément Bœsch 645c61fb2b swr: rename swr_alloc2() to swr_alloc_set_opts(). 13 years ago
Michael Niedermayer 109d23e0b4 ffplay: use av_noreturn 13 years ago
Michael Niedermayer d8407ee2b1 ffplay: limit lowres to the maximum supported. Fixes Ticket591 13 years ago
Michael Niedermayer 304ec08f3b ffplay: Avoid useage of deprecated url_fileno(). 13 years ago
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