aboutsummaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* ffplay: autodetect realtime streams and enable infbufMichael Niedermayer2012-10-041-0/+19
* ffplay: add a 3rd state to infbuf for autodetectionMichael Niedermayer2012-10-041-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-021-5/+2
|\
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-251-2/+2
|\|
* | ffplay: dont wait 100ms if data is not yet readyMarton Balint2012-09-161-1/+3
* | ffplay: use PTS from the AVSubtitle structure.Nicolas George2012-09-151-1/+2
* | ffplay: increase sample array bufferMarton Balint2012-09-111-1/+2
* | ffplay: ensure that pictq_prev_picture never fills the picture queueMarton Balint2012-09-111-5/+5
* | ffplay: simplify picture allocationMarton Balint2012-09-111-22/+13
* | ffplay: make initial window size calculation based on aspect ratioMarton Balint2012-09-111-2/+4
* | ffplay: factor display rectangle calculation to its own functionMarton Balint2012-09-111-25/+30
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2012-09-011-6/+36
|\ \
| * | ffplay: only free vfilters on exitMarton Balint2012-08-311-1/+1
| * | ffplay: replace SDL_delay in read thread with SDL_CondWaitMarton Balint2012-08-311-1/+13
| * | ffplay: requeue last picture on forced video refreshMarton Balint2012-08-311-4/+22
* | | avoid ambigous buffersink namesMichael Niedermayer2012-09-011-1/+1
|/ /
* | ffplay: get rid of void casts in the option tableMichael Niedermayer2012-08-311-39/+39
* | ffplay: fix function parametersMichael Niedermayer2012-08-311-8/+8
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-311-4/+4
|\|
* | ffplay: fix odd YUV width by cropping the videoMarton Balint2012-08-271-2/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-201-2/+2
|\|
* | Merge commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174'Michael Niedermayer2012-08-201-4/+1
|\|
* | Merge commit '7c5012127fb7e18f0616011257bb4248f6a8b608'Michael Niedermayer2012-08-201-4/+2
|\|
* | Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf'Michael Niedermayer2012-08-201-2/+2
|\|
* | ffmpeg,ffplay: show filter optionsStefano Sabatini2012-08-181-0/+2
* | ffplay: reque attached pictures on channel changes.Michael Niedermayer2012-08-161-0/+7
* | ffplay: avoid SDL_atoi()Michael Niedermayer2012-08-121-1/+1
* | ffplay: fix warning that i just mistakenly introducedMichael Niedermayer2012-07-201-1/+1
* | ffplay: fix planar audioMichael Niedermayer2012-07-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-2/+5
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-4/+5
|\|
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2012-07-011-19/+14
|\ \
| * | ffplay: only configure video filters after we got the first frameMarton Balint2012-06-301-19/+14
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-301-1/+1
|\ \ \ | |/ / |/| / | |/
* | ffplay: factorize expression in audio_decode_frame()Stefano Sabatini2012-06-301-3/+3
* | ffplay: group together and vertically align correlated parameters in log func...Stefano Sabatini2012-06-291-6/+2
* | ffplay: vertially align complex if condition in audio_decode_frame()Stefano Sabatini2012-06-291-2/+2
* | ffplay: move assignment in else block in audio_decode_frame()Stefano Sabatini2012-06-291-1/+1
* | ffplay: split overly long line in audio_decode_frame()Stefano Sabatini2012-06-291-1/+3
* | ffplay: avoid useless NULL checks in swr_free()Stefano Sabatini2012-06-291-4/+2
* | ffplay: fix wrong reference to function in audio_decode_frame() commentStefano Sabatini2012-06-291-1/+1
* | ffplay: simplify code by using avfilter_unref_bufferp()Stefano Sabatini2012-06-281-9/+3
* | lavfi: deprecate av_buffersrc_buffer() functionStefano Sabatini2012-06-281-1/+1
* | ffplay: add configure_filtergraph() helperStefano Sabatini2012-06-261-23/+39
* | lavfi: remove old video sink APIStefano Sabatini2012-06-261-6/+0
* | ffplay: give more meaningful names to the buffersink instancesStefano Sabatini2012-06-251-2/+2
* | lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref APIStefano Sabatini2012-06-251-1/+1
* | ffplay: add cast to fix warning in configure_video_filters()Stefano Sabatini2012-06-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-221-2/+2
|\|
* | ffplay: fix -vismv 1Michael Niedermayer2012-06-171-1/+1