| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | ffplay: put audio_open into a seperate function | Marton Balint | 2012-06-02 | 1 | -52/+58 |
* | | ffplay: remove VideoPicture pix_fmt and use frame pixel format instead | Marton Balint | 2012-05-29 | 1 | -4/+2 |
* | | ffplay: only request 4 or 6 channels from SDL, if SDL version is at least 1.2.8 | Marton Balint | 2012-05-29 | 1 | -1/+1 |
* | | ffplay: add pause audio feature in the middle of a packet | Marton Balint | 2012-05-29 | 1 | -0/+3 |
* | | ffplay: remove VideoPicture duration field | Marton Balint | 2012-05-29 | 1 | -10/+2 |
* | | ffplay: force exit when filter configuration fails | Marton Balint | 2012-05-24 | 1 | -1/+6 |
* | | ffplay: fix stream cycling if audio decoding fails | Marton Balint | 2012-05-24 | 1 | -17/+24 |
* | | ffplay: flush codec buffers before freeing filters | Marton Balint | 2012-05-24 | 1 | -0/+1 |