summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* cmdutils: pass AVCodec to filter_codec_opts()Michael Niedermayer2011-11-27
* ffplay: Check for pix_fmt changes Fixes Ticket238 by not crashing but also no...Michael Niedermayer2011-11-21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-19
|\
* | swr: introduce a public function to customize the channel mapping.Clément Bœsch2011-11-17
* | swr: rename swr_alloc2() to swr_alloc_set_opts().Clément Bœsch2011-11-17
* | ffplay: use av_noreturnMichael Niedermayer2011-11-11
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2011-11-09
|\ \
| * | ffplay: limit lowres to the maximum supported. Fixes Ticket591Michael Niedermayer2011-11-08
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-09
|\ \ \ | |/ / |/| / | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-07
|\|
* | ffplay: Avoid useage of deprecated url_fileno().Michael Niedermayer2011-11-05
* | ffmpeg: add -map_channel option.Clément Bœsch2011-11-04
* | Revert "Remove detection of mmsh protocol in ffplay."Michael Niedermayer2011-10-31
* | ffplay: add frame drop statisticsMarton Balint2011-10-24
* | ffplay: consider estimated time of filter in early frame dropMarton Balint2011-10-24
* | ffplay: reimplement early frame dropMarton Balint2011-10-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-23
|\|
* | ffplay: reallocate SDL overlays for OSX when changing full screenMarton Balint2011-10-20
* | ffplay: avoid window resize crash on osx with libsdl 1.2.14Jean First2011-10-16
* | ffplay: add delay multiple times to frame_timer if it is less than current timeMarton Balint2011-10-16
* | ffplay: remove early frame drop functionalityMarton Balint2011-10-16
* | ffplay: calculate target clock dynamically, make code more readableMarton Balint2011-10-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
* | ffplay: use libswresample instead of av_audio_convertMarton Balint2011-10-02
* | ffplay: use avctx->channels and avctx->freq before avcodec_open2 consistentlyMarton Balint2011-10-02
* | ffplay: remove now unnecessary request_channels, we set it now with optionsMarton Balint2011-10-02
* | ffplay: set request_channels to 2Michael Niedermayer2011-10-02
* | ffplay: fix forgotten codec_name checksMichael Niedermayer2011-09-28
* | ffplay: support -codec:avs to force a specific decoder implementationMichael Niedermayer2011-09-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\|
* | ffplay: fix order of operations for sdl audio open.Michael Niedermayer2011-09-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-23
|\|
* | ffplay: dont drop all frames if realtime decoding is impossibleMichael Niedermayer2011-09-14
* | ffplay: remove thread command line option code, it is unneeded for -threads X...Michael Niedermayer2011-09-13
* | avcodec: move "thread emulation" warning to common codeMichael Niedermayer2011-09-13
* | lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini2011-09-06
* | lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini2011-09-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-05
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-04
|\|
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-01
* | ffplay: fix a crash caused by aborting the video queueMarton Balint2011-08-26
* | ffplay: use lock manager callback to make libavcodec thread-safeMarton Balint2011-08-25
* | ffplay: remove unnecessary if (cur_stream) checksMarton Balint2011-08-21
* | ffplay: get rid of the global cur_stream variableMarton Balint2011-08-21
* | ffplay: make step variable a member of the VideoState structMarton Balint2011-08-21
* | ffplay: do not erase the content of vfiltersStefano Sabatini2011-08-17
* | ffplay: increase log level of the message issued when the stream frame size c...Stefano Sabatini2011-08-17
* | ffplay: in input_config_props(), prefer "s" over unnecessary "c" temporary va...Stefano Sabatini2011-08-17
* | ffplay: in input_config_props(), honour the SAR specified in the codec contextStefano Sabatini2011-08-17
* | Fix compilation with --disable-avfilter.Carl Eugen Hoyos2011-08-16