summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * ffplay: warn that -pix_fmt is no longer working, suggest alternativeStefano Sabatini2011-07-171-3/+3
| * ffplay: warn that -s is no longer working, suggest alternativeStefano Sabatini2011-07-171-11/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-141-4/+20
|\ \ | |/
| * ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-131-20/+18
* | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-141-8/+7
|\ \ | |/
| * Replace some gotos that lead to single return statements by direct return.Diego Biurrun2011-07-131-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-131-8/+6
|\ \ | |/
| * ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2Diego Biurrun2011-07-121-8/+6
* | Hint why SDL_Init() may have failed.Carl Eugen Hoyos2011-07-101-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
| * Move some variable declarations below the proper #ifdefs.Diego Biurrun2011-06-261-2/+2
| * ffplay: Remove unused-but-set channels variable from update_sample_display().Diego Biurrun2011-06-251-3/+1
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-301-2/+3
* | ffplay: use new avformat_open_* API.Anton Khirnov2011-06-221-23/+9
* | ffplay: do not init SDL audio if -an is specified.Clément Bœsch2011-06-211-0/+2
* | Fix zero-length gnu_printf format string warning.Clément Bœsch2011-06-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-1/+1
|\ \ | |/
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
| * ffplay: use new avformat_open_* API.Anton Khirnov2011-06-161-15/+9
* | ffplay: dont drop frames by default when there is no audio streamMichael Niedermayer2011-06-201-2/+2
OpenPOWER on IntegriCloud