summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-041-1/+1
* Revert "Remove detection of mmsh protocol in ffplay."Michael Niedermayer2011-10-311-2/+4
* ffplay: add frame drop statisticsMarton Balint2011-10-241-1/+6
* ffplay: consider estimated time of filter in early frame dropMarton Balint2011-10-241-1/+10
* ffplay: reimplement early frame dropMarton Balint2011-10-241-9/+45
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-231-1/+1
|\
* | ffplay: reallocate SDL overlays for OSX when changing full screenMarton Balint2011-10-201-1/+9
* | ffplay: avoid window resize crash on osx with libsdl 1.2.14Jean First2011-10-161-6/+0
* | ffplay: add delay multiple times to frame_timer if it is less than current timeMarton Balint2011-10-161-1/+2
* | ffplay: remove early frame drop functionalityMarton Balint2011-10-161-17/+2
* | ffplay: calculate target clock dynamically, make code more readableMarton Balint2011-10-161-47/+50
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-12/+9
|\ \ | |/
* | ffplay: use libswresample instead of av_audio_convertMarton Balint2011-10-021-49/+83
* | ffplay: use avctx->channels and avctx->freq before avcodec_open2 consistentlyMarton Balint2011-10-021-7/+10
* | ffplay: remove now unnecessary request_channels, we set it now with optionsMarton Balint2011-10-021-9/+0
* | ffplay: set request_channels to 2Michael Niedermayer2011-10-021-0/+2
* | ffplay: fix forgotten codec_name checksMichael Niedermayer2011-09-281-3/+3
* | ffplay: support -codec:avs to force a specific decoder implementationMichael Niedermayer2011-09-271-0/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-271-0/+1
|\ \ | |/
* | ffplay: fix order of operations for sdl audio open.Michael Niedermayer2011-09-241-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-231-6/+23
|\ \ | |/
* | ffplay: dont drop all frames if realtime decoding is impossibleMichael Niedermayer2011-09-141-1/+1
* | ffplay: remove thread command line option code, it is unneeded for -threads X...Michael Niedermayer2011-09-131-9/+0
* | avcodec: move "thread emulation" warning to common codeMichael Niedermayer2011-09-131-3/+0
* | lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini2011-09-061-1/+1
* | lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini2011-09-061-3/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-5/+11
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-041-3/+7
|\ \ | |/
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-011-5/+3
* | ffplay: fix a crash caused by aborting the video queueMarton Balint2011-08-261-0/+6
* | ffplay: use lock manager callback to make libavcodec thread-safeMarton Balint2011-08-251-0/+25
* | ffplay: remove unnecessary if (cur_stream) checksMarton Balint2011-08-211-61/+49
* | ffplay: get rid of the global cur_stream variableMarton Balint2011-08-211-31/+33
* | ffplay: make step variable a member of the VideoState structMarton Balint2011-08-211-17/+15
* | ffplay: do not erase the content of vfiltersStefano Sabatini2011-08-171-1/+0
* | ffplay: increase log level of the message issued when the stream frame size c...Stefano Sabatini2011-08-171-2/+2
* | ffplay: in input_config_props(), prefer "s" over unnecessary "c" temporary va...Stefano Sabatini2011-08-171-5/+4
* | ffplay: in input_config_props(), honour the SAR specified in the codec contextStefano Sabatini2011-08-171-1/+3
* | Fix compilation with --disable-avfilter.Carl Eugen Hoyos2011-08-161-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-0/+14
|\ \ | |/
* | ffplay: more precise audio clock based on current timeMarton Balint2011-08-151-19/+15
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-1/+1
|\ \ | |/
* | NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c'Michael Niedermayer2011-08-101-2/+2
|\ \ | |/
| * Rename ffplay to avplay.Anton Khirnov2011-08-091-3071/+0
* | ffplay: pass frame durations clearly to video video_refreshMarton Balint2011-08-091-1/+4
* | Unbreak ffplay -s and ffplay -pix_fmt.Carl Eugen Hoyos2011-08-011-6/+4
* | ffplay: set input link sample aspect ratio in input_config_props()Stefano Sabatini2011-07-301-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-291-1/+1
|\ \ | |/
| * cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-14/+6
|\ \ | |/
OpenPOWER on IntegriCloud