| Commit message (Expand) | Author | Age | Files | Lines |
* | ffplay: fix odd YUV width by cropping the video | Marton Balint | 2012-08-27 | 1 | -2/+10 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-20 | 1 | -2/+2 |
|\ |
|
* | | Merge commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174' | Michael Niedermayer | 2012-08-20 | 1 | -4/+1 |
|\| |
|
* | | Merge commit '7c5012127fb7e18f0616011257bb4248f6a8b608' | Michael Niedermayer | 2012-08-20 | 1 | -4/+2 |
|\| |
|
* | | Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf' | Michael Niedermayer | 2012-08-20 | 1 | -2/+2 |
|\| |
|
* | | ffmpeg,ffplay: show filter options | Stefano Sabatini | 2012-08-18 | 1 | -0/+2 |
* | | ffplay: reque attached pictures on channel changes. | Michael Niedermayer | 2012-08-16 | 1 | -0/+7 |
* | | ffplay: avoid SDL_atoi() | Michael Niedermayer | 2012-08-12 | 1 | -1/+1 |
* | | ffplay: fix warning that i just mistakenly introduced | Michael Niedermayer | 2012-07-20 | 1 | -1/+1 |
* | | ffplay: fix planar audio | Michael Niedermayer | 2012-07-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -2/+5 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -4/+5 |
|\| |
|
* | | Merge remote-tracking branch 'cus/stable' | Michael Niedermayer | 2012-07-01 | 1 | -19/+14 |
|\ \ |
|
| * | | ffplay: only configure video filters after we got the first frame | Marton Balint | 2012-06-30 | 1 | -19/+14 |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-30 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
* | | ffplay: factorize expression in audio_decode_frame() | Stefano Sabatini | 2012-06-30 | 1 | -3/+3 |
* | | ffplay: group together and vertically align correlated parameters in log func... | Stefano Sabatini | 2012-06-29 | 1 | -6/+2 |
* | | ffplay: vertially align complex if condition in audio_decode_frame() | Stefano Sabatini | 2012-06-29 | 1 | -2/+2 |
* | | ffplay: move assignment in else block in audio_decode_frame() | Stefano Sabatini | 2012-06-29 | 1 | -1/+1 |
* | | ffplay: split overly long line in audio_decode_frame() | Stefano Sabatini | 2012-06-29 | 1 | -1/+3 |
* | | ffplay: avoid useless NULL checks in swr_free() | Stefano Sabatini | 2012-06-29 | 1 | -4/+2 |
* | | ffplay: fix wrong reference to function in audio_decode_frame() comment | Stefano Sabatini | 2012-06-29 | 1 | -1/+1 |
* | | ffplay: simplify code by using avfilter_unref_bufferp() | Stefano Sabatini | 2012-06-28 | 1 | -9/+3 |
* | | lavfi: deprecate av_buffersrc_buffer() function | Stefano Sabatini | 2012-06-28 | 1 | -1/+1 |
* | | ffplay: add configure_filtergraph() helper | Stefano Sabatini | 2012-06-26 | 1 | -23/+39 |
* | | lavfi: remove old video sink API | Stefano Sabatini | 2012-06-26 | 1 | -6/+0 |
* | | ffplay: give more meaningful names to the buffersink instances | Stefano Sabatini | 2012-06-25 | 1 | -2/+2 |
* | | lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref API | Stefano Sabatini | 2012-06-25 | 1 | -1/+1 |
* | | ffplay: add cast to fix warning in configure_video_filters() | Stefano Sabatini | 2012-06-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-22 | 1 | -2/+2 |
|\| |
|
* | | ffplay: fix -vismv 1 | Michael Niedermayer | 2012-06-17 | 1 | -1/+1 |
* | | ffplay: rename buffer source instance from "src" to "ffplay_buffer" | Stefano Sabatini | 2012-06-17 | 1 | -2/+1 |
* | | ffplay: use key=val syntax for the buffersrc args | Stefano Sabatini | 2012-06-17 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-15 | 1 | -4/+3 |
|\| |
|
* | | ffplay: fix return value of get_video_frame if avcodec_decode_video fails | Marton Balint | 2012-06-09 | 1 | -1/+1 |
* | | ffplay: reset AVFrame to defaults before decoding each new frame. | Michael Niedermayer | 2012-06-08 | 1 | -0/+1 |
* | | ffplay: check return code of avcodec_decode_video2() | Michael Niedermayer | 2012-06-08 | 1 | -1/+2 |
* | | ffplay: fix build if avfilter is disabled | Marton Balint | 2012-06-07 | 1 | -0/+2 |
* | | ffplay: fix frame_delay calculation in new avfilter code | Marton Balint | 2012-06-07 | 1 | -7/+6 |
* | | ffplay: add support for changing pixel format | Marton Balint | 2012-06-07 | 1 | -1/+4 |
* | | ffplay: add missing filt_in assignment after video filter reconfigure | Marton Balint | 2012-06-07 | 1 | -0/+1 |
* | | ffplay: fix frame aspect ratio after qatar merge | Marton Balint | 2012-06-07 | 1 | -0/+1 |
* | | ffplay: fix use after free | Michael Niedermayer | 2012-06-07 | 1 | -3/+8 |
* | | ffplay: use dummy video driver if display is disabled | Marton Balint | 2012-06-07 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -243/+83 |
|\| |
|
* | | ffplay: calculate audio diff threshold based on the actual settings | Marton Balint | 2012-06-02 | 1 | -1/+1 |
* | | ffplay: try more channel count combinations for SDL_OpenAudio | Marton Balint | 2012-06-02 | 1 | -9/+9 |
* | | ffplay: simplify audio_open, rename parameters to more explanatory names | Marton Balint | 2012-06-02 | 1 | -12/+12 |
* | | ffplay: remove VideoState from audio_open | Marton Balint | 2012-06-02 | 1 | -9/+11 |
* | | ffplay: put audio parameters to their own struct | Marton Balint | 2012-06-02 | 1 | -33/+34 |