summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* ffplay: remove redundant !codec checkMarton Balint2012-11-011-2/+1
* ffplay: only initialize codec opts before using itMarton Balint2012-11-011-1/+1
* ffplay: always free buffersink_params in configure_video_filtersMarton Balint2012-11-011-6/+7
* ffplay: remove uneeded format filter, buffersink format is setMarton Balint2012-11-011-8/+2
* ffplay: check for buffersink_params allocation successMarton Balint2012-11-011-0/+3
* ffplay: always free inputs and outputs in configure_filtergraphMarton Balint2012-11-011-1/+1
* ffplay: fill the unused part of the window with blackMarton Balint2012-11-011-0/+43
* ffplay: add update parameter to fill_rectangleMarton Balint2012-11-011-7/+8
* ffplay: if there is no audio stream, use external clock by defaultMarton Balint2012-10-211-1/+1
* ffplay: use get_master_sync_type where necessaryMarton Balint2012-10-211-7/+4
* ffplay: add get_master_sync_type functionMarton Balint2012-10-211-10/+24
* ffplay: only check external clock if current frame serial matches the display...Marton Balint2012-10-211-2/+4
* ffplay: add serial field to PacketQueue entry and populate itMarton Balint2012-10-211-17/+33
* ffplay: fix external time sync modeMarton Balint2012-10-211-5/+26
* ffplay: initialize audio and video pts driftMarton Balint2012-10-211-0/+2
* ffplay: fix nosync threshold check in synchronize_audioMarton Balint2012-10-211-1/+1
* ffplay: use framedrop by default when sync is not done to videoMarton Balint2012-10-211-2/+2
* ffplay: Prevent 0/0 aspect from being passed on to lavfiMichael Niedermayer2012-10-141-1/+1
* ffplay: use audio parameters from the decoded frame instead of AVCodecContextMichael Niedermayer2012-10-131-16/+16
* Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be'Michael Niedermayer2012-10-131-8/+8
|\
* \ Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
|\ \ | |/
* | 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
OpenPOWER on IntegriCloud