summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ffplay: rename buffer source instance from "src" to "ffplay_buffer"Stefano Sabatini2012-06-171-2/+1
* | ffplay: use key=val syntax for the buffersrc argsStefano Sabatini2012-06-171-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-151-4/+3
|\ \ | |/
* | ffplay: fix return value of get_video_frame if avcodec_decode_video failsMarton Balint2012-06-091-1/+1
* | ffplay: reset AVFrame to defaults before decoding each new frame.Michael Niedermayer2012-06-081-0/+1
* | ffplay: check return code of avcodec_decode_video2()Michael Niedermayer2012-06-081-1/+2
* | ffplay: fix build if avfilter is disabledMarton Balint2012-06-071-0/+2
* | ffplay: fix frame_delay calculation in new avfilter codeMarton Balint2012-06-071-7/+6
* | ffplay: add support for changing pixel formatMarton Balint2012-06-071-1/+4
* | ffplay: add missing filt_in assignment after video filter reconfigureMarton Balint2012-06-071-0/+1
* | ffplay: fix frame aspect ratio after qatar mergeMarton Balint2012-06-071-0/+1
* | ffplay: fix use after freeMichael Niedermayer2012-06-071-3/+8
* | ffplay: use dummy video driver if display is disabledMarton Balint2012-06-071-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-243/+83
|\ \ | |/
* | ffplay: calculate audio diff threshold based on the actual settingsMarton Balint2012-06-021-1/+1
* | ffplay: try more channel count combinations for SDL_OpenAudioMarton Balint2012-06-021-9/+9
* | ffplay: simplify audio_open, rename parameters to more explanatory namesMarton Balint2012-06-021-12/+12
* | ffplay: remove VideoState from audio_openMarton Balint2012-06-021-9/+11
* | ffplay: put audio parameters to their own structMarton Balint2012-06-021-33/+34
* | ffplay: put audio_open into a seperate functionMarton Balint2012-06-021-52/+58
* | ffplay: remove VideoPicture pix_fmt and use frame pixel format insteadMarton Balint2012-05-291-4/+2
* | ffplay: only request 4 or 6 channels from SDL, if SDL version is at least 1.2.8Marton Balint2012-05-291-1/+1
* | ffplay: add pause audio feature in the middle of a packetMarton Balint2012-05-291-0/+3
* | ffplay: remove VideoPicture duration fieldMarton Balint2012-05-291-10/+2
* | ffplay: force exit when filter configuration failsMarton Balint2012-05-241-1/+6
* | ffplay: fix stream cycling if audio decoding failsMarton Balint2012-05-241-17/+24
* | ffplay: flush codec buffers before freeing filtersMarton Balint2012-05-241-0/+1
* | ffplay: dont destroy packet queues on stream changeMarton Balint2012-05-241-20/+46
* | ffplay: set base in dr1 allocation.Michael Niedermayer2012-05-241-0/+1
OpenPOWER on IntegriCloud