758 Commits (365ad0042a637a421602d248f1cd9d2dc87d61c4)

Author SHA1 Message Date
Marton Balint a2c5be6319 ffplay: reset audio_pkt_temp when opening audio 13 years ago
Marton Balint dbe7170e2a ffplay: force video refresh if the window is resized or damaged 13 years ago
Nicolas George fe9818d004 ffplay: fix two const warnings. 13 years ago
Michael Niedermayer c250063523 get_buffers: Check that pix_fmt is not NONE. 13 years ago
Stefano Sabatini bb4c0abc7c ffplay: mark i variable in toggle_full_screen() as unused 13 years ago
Marton Balint 1348420b8a ffplay: silence buffer size must be a multiple of frame size 13 years ago
Marton Balint 6f06545b26 ffplay: use swr_set_compensation for audio synchronization 13 years ago
Michael Niedermayer 73f2cf4ed9 ffplay: Exit on ctrl-c. 13 years ago
Stefano Sabatini ceef1ee767 cmdutils: make show_usage() use av_log() 13 years ago
Marton Balint 8ee77fc8d4 ffplay: fix invalid wanted_channel_layout calculation 13 years ago
Marton Balint 5d94f28e9e ffplay: honor SDL_AUDIO_CHANNELS and make sure to use SDL supported number of audio channels 13 years ago
Stefano Sabatini 93613338fe ff* tools: move descriptions from copyright header to @file doxy 13 years ago
Michael Niedermayer 452406bd5b ff*: Fix duplicatedly printed version info with -version 13 years ago
Marton Balint 708df4ac66 ffplay: remove global video state 13 years ago
Michael Niedermayer efe8a1ba08 ffplay: clear pkt_temp when pkt is freed. 13 years ago
Michael Niedermayer a5a1e3cb8a ffplay: Fix got_frame type. 13 years ago
Panagiotis H.M. Issaris 91a3ea671a ffplay: add 10 minute seek support to ffplay 13 years ago
Marton Balint 9fb2b41258 ffplay: force setting video mode on fullscreen toggle 13 years ago
Michael Niedermayer 16b771b1f4 cleanup: for(int 13 years ago
Hanspeter Niederstrasser bed04e2b03 Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS X 13 years ago
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