| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-06 | 1 | -21/+25 |
|\ |
|
* | | ffplay: Avoid directly accessing AVFrame fields that differ between forks. | Michael Niedermayer | 2011-12-05 | 1 | -1/+1 |
* | | ffplay: Copy audio side data too. This fixes handling of some rare nellymoser... | Michael Niedermayer | 2011-12-01 | 1 | -0/+3 |
* | | cmdutils: pass AVCodec to filter_codec_opts() | Michael Niedermayer | 2011-11-27 | 1 | -2/+2 |
* | | ffplay: Check for pix_fmt changes Fixes Ticket238 by not crashing but also no... | Michael Niedermayer | 2011-11-21 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-19 | 1 | -2/+3 |
|\| |
|
* | | swr: introduce a public function to customize the channel mapping. | Clément Bœsch | 2011-11-17 | 1 | -1/+1 |
* | | swr: rename swr_alloc2() to swr_alloc_set_opts(). | Clément Bœsch | 2011-11-17 | 1 | -3/+4 |
* | | ffplay: use av_noreturn | Michael Niedermayer | 2011-11-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'cus/stable' | Michael Niedermayer | 2011-11-09 | 1 | -1/+6 |
|\ \ |
|
| * | | ffplay: limit lowres to the maximum supported. Fixes Ticket591 | Michael Niedermayer | 2011-11-08 | 1 | -1/+6 |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-09 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-07 | 1 | -0/+2 |
|\| |
|
* | | ffplay: Avoid useage of deprecated url_fileno(). | Michael Niedermayer | 2011-11-05 | 1 | -1/+1 |
* | | ffmpeg: add -map_channel option. | Clément Bœsch | 2011-11-04 | 1 | -1/+1 |
* | | Revert "Remove detection of mmsh protocol in ffplay." | Michael Niedermayer | 2011-10-31 | 1 | -2/+4 |
* | | ffplay: add frame drop statistics | Marton Balint | 2011-10-24 | 1 | -1/+6 |
* | | ffplay: consider estimated time of filter in early frame drop | Marton Balint | 2011-10-24 | 1 | -1/+10 |
* | | ffplay: reimplement early frame drop | Marton Balint | 2011-10-24 | 1 | -9/+45 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-23 | 1 | -1/+1 |
|\| |
|
* | | ffplay: reallocate SDL overlays for OSX when changing full screen | Marton Balint | 2011-10-20 | 1 | -1/+9 |
* | | ffplay: avoid window resize crash on osx with libsdl 1.2.14 | Jean First | 2011-10-16 | 1 | -6/+0 |
* | | ffplay: add delay multiple times to frame_timer if it is less than current time | Marton Balint | 2011-10-16 | 1 | -1/+2 |
* | | ffplay: remove early frame drop functionality | Marton Balint | 2011-10-16 | 1 | -17/+2 |
* | | ffplay: calculate target clock dynamically, make code more readable | Marton Balint | 2011-10-16 | 1 | -47/+50 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -12/+9 |
|\| |
|
* | | ffplay: use libswresample instead of av_audio_convert | Marton Balint | 2011-10-02 | 1 | -49/+83 |
* | | ffplay: use avctx->channels and avctx->freq before avcodec_open2 consistently | Marton Balint | 2011-10-02 | 1 | -7/+10 |
* | | ffplay: remove now unnecessary request_channels, we set it now with options | Marton Balint | 2011-10-02 | 1 | -9/+0 |
* | | ffplay: set request_channels to 2 | Michael Niedermayer | 2011-10-02 | 1 | -0/+2 |
* | | ffplay: fix forgotten codec_name checks | Michael Niedermayer | 2011-09-28 | 1 | -3/+3 |
* | | ffplay: support -codec:avs to force a specific decoder implementation | Michael Niedermayer | 2011-09-27 | 1 | -0/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 1 | -0/+1 |
|\| |
|
* | | 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 |