| Commit message (Expand) | Author | Age | Files | Lines |
* | ffplay: fix order of operations for sdl audio open. | Michael Niedermayer | 2011-09-24 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-23 | 1 | -6/+23 |
|\ |
|
* | | ffplay: dont drop all frames if realtime decoding is impossible | Michael Niedermayer | 2011-09-14 | 1 | -1/+1 |
* | | ffplay: remove thread command line option code, it is unneeded for -threads X... | Michael Niedermayer | 2011-09-13 | 1 | -9/+0 |
* | | avcodec: move "thread emulation" warning to common code | Michael Niedermayer | 2011-09-13 | 1 | -3/+0 |
* | | lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi... | Stefano Sabatini | 2011-09-06 | 1 | -1/+1 |
* | | lavfi: unify asink_buffer and vsink_buffer API | Stefano Sabatini | 2011-09-06 | 1 | -3/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-05 | 1 | -5/+11 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-04 | 1 | -3/+7 |
|\| |
|
* | | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-09-01 | 1 | -5/+3 |
* | | ffplay: fix a crash caused by aborting the video queue | Marton Balint | 2011-08-26 | 1 | -0/+6 |
* | | ffplay: use lock manager callback to make libavcodec thread-safe | Marton Balint | 2011-08-25 | 1 | -0/+25 |
* | | ffplay: remove unnecessary if (cur_stream) checks | Marton Balint | 2011-08-21 | 1 | -61/+49 |
* | | ffplay: get rid of the global cur_stream variable | Marton Balint | 2011-08-21 | 1 | -31/+33 |
* | | ffplay: make step variable a member of the VideoState struct | Marton Balint | 2011-08-21 | 1 | -17/+15 |
* | | ffplay: do not erase the content of vfilters | Stefano Sabatini | 2011-08-17 | 1 | -1/+0 |
* | | ffplay: increase log level of the message issued when the stream frame size c... | Stefano Sabatini | 2011-08-17 | 1 | -2/+2 |
* | | ffplay: in input_config_props(), prefer "s" over unnecessary "c" temporary va... | Stefano Sabatini | 2011-08-17 | 1 | -5/+4 |
* | | ffplay: in input_config_props(), honour the SAR specified in the codec context | Stefano Sabatini | 2011-08-17 | 1 | -1/+3 |
* | | Fix compilation with --disable-avfilter. | Carl Eugen Hoyos | 2011-08-16 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-15 | 1 | -0/+14 |
|\| |
|
* | | ffplay: more precise audio clock based on current time | Marton Balint | 2011-08-15 | 1 | -19/+15 |
* | | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925' | Michael Niedermayer | 2011-08-13 | 1 | -1/+1 |
|\| |
|
* | | NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c' | Michael Niedermayer | 2011-08-10 | 1 | -2/+2 |
|\| |
|
| * | Rename ffplay to avplay. | Anton Khirnov | 2011-08-09 | 1 | -3071/+0 |
* | | ffplay: pass frame durations clearly to video video_refresh | Marton Balint | 2011-08-09 | 1 | -1/+4 |
* | | Unbreak ffplay -s and ffplay -pix_fmt. | Carl Eugen Hoyos | 2011-08-01 | 1 | -6/+4 |
* | | ffplay: set input link sample aspect ratio in input_config_props() | Stefano Sabatini | 2011-07-30 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-29 | 1 | -1/+1 |
|\| |
|
| * | cmdutils: add codec_opts parameter to setup_find_stream_info_opts() | Stefano Sabatini | 2011-07-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -14/+6 |
|\| |
|
| * | ffplay: warn that -pix_fmt is no longer working, suggest alternative | Stefano Sabatini | 2011-07-17 | 1 | -3/+3 |
| * | ffplay: warn that -s is no longer working, suggest alternative | Stefano Sabatini | 2011-07-17 | 1 | -11/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-14 | 1 | -4/+20 |
|\| |
|
| * | ffplay: use new avcodec_open2 and avformat_find_stream_info API. | Anton Khirnov | 2011-07-13 | 1 | -20/+18 |
* | | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228' | Michael Niedermayer | 2011-07-14 | 1 | -8/+7 |
|\| |
|
| * | Replace some gotos that lead to single return statements by direct return. | Diego Biurrun | 2011-07-13 | 1 | -8/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-13 | 1 | -8/+6 |
|\| |
|
| * | ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2 | Diego Biurrun | 2011-07-12 | 1 | -8/+6 |
* | | Hint why SDL_Init() may have failed. | Carl Eugen Hoyos | 2011-07-10 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\| |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
| * | Move some variable declarations below the proper #ifdefs. | Diego Biurrun | 2011-06-26 | 1 | -2/+2 |
| * | ffplay: Remove unused-but-set channels variable from update_sample_display(). | Diego Biurrun | 2011-06-25 | 1 | -3/+1 |
* | | Make all option parsing functions match the function pointer type through whi... | Jeff Downs | 2011-06-30 | 1 | -2/+3 |
* | | ffplay: use new avformat_open_* API. | Anton Khirnov | 2011-06-22 | 1 | -23/+9 |
* | | ffplay: do not init SDL audio if -an is specified.n0.8 | Clément Bœsch | 2011-06-21 | 1 | -0/+2 |
* | | Fix zero-length gnu_printf format string warning. | Clément Bœsch | 2011-06-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-21 | 1 | -1/+1 |
|\| |
|
| * | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -1/+1 |