| Commit message (Expand) | Author | Age | Files | Lines |
* | ffplay: Prevent 0/0 aspect from being passed on to lavfi | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | ffplay: use audio parameters from the decoded frame instead of AVCodecContext | Michael Niedermayer | 2012-10-13 | 1 | -16/+16 |
* | Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be' | Michael Niedermayer | 2012-10-13 | 1 | -8/+8 |
|\ |
|
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -3/+3 |
|\| |
|
* | | ffplay: autodetect realtime streams and enable infbuf | Michael Niedermayer | 2012-10-04 | 1 | -0/+19 |
* | | ffplay: add a 3rd state to infbuf for autodetection | Michael Niedermayer | 2012-10-04 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-02 | 1 | -5/+2 |
|\| |
|
* | | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' | Michael Niedermayer | 2012-09-25 | 1 | -2/+2 |
|\| |
|
* | | ffplay: dont wait 100ms if data is not yet ready | Marton Balint | 2012-09-16 | 1 | -1/+3 |
* | | ffplay: use PTS from the AVSubtitle structure. | Nicolas George | 2012-09-15 | 1 | -1/+2 |
* | | ffplay: increase sample array buffer | Marton Balint | 2012-09-11 | 1 | -1/+2 |
* | | ffplay: ensure that pictq_prev_picture never fills the picture queue | Marton Balint | 2012-09-11 | 1 | -5/+5 |
* | | ffplay: simplify picture allocation | Marton Balint | 2012-09-11 | 1 | -22/+13 |
* | | ffplay: make initial window size calculation based on aspect ratio | Marton Balint | 2012-09-11 | 1 | -2/+4 |
* | | ffplay: factor display rectangle calculation to its own function | Marton Balint | 2012-09-11 | 1 | -25/+30 |
* | | Merge remote-tracking branch 'cus/stable' | Michael Niedermayer | 2012-09-01 | 1 | -6/+36 |
|\ \ |
|
| * | | ffplay: only free vfilters on exit | Marton Balint | 2012-08-31 | 1 | -1/+1 |
| * | | ffplay: replace SDL_delay in read thread with SDL_CondWait | Marton Balint | 2012-08-31 | 1 | -1/+13 |
| * | | ffplay: requeue last picture on forced video refresh | Marton Balint | 2012-08-31 | 1 | -4/+22 |
* | | | avoid ambigous buffersink names | Michael Niedermayer | 2012-09-01 | 1 | -1/+1 |
|/ / |
|
* | | ffplay: get rid of void casts in the option table | Michael Niedermayer | 2012-08-31 | 1 | -39/+39 |
* | | ffplay: fix function parameters | Michael Niedermayer | 2012-08-31 | 1 | -8/+8 |
* | | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' | Michael Niedermayer | 2012-08-31 | 1 | -4/+4 |
|\| |
|
* | | 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 |