summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* ffplay: dump format before selecting streamsMarton Balint2015-01-01
* ffplay: add support for stream specifiers in -ast, -vst, -sst optionsMarton Balint2015-01-01
* ffplay: remove unused no_background from videostateMarton Balint2015-01-01
* ffplay: remove flushed state from decoder contextMarton Balint2015-01-01
* ffplay: fix mem leak when opening input or parsing options fail.Benoit Fouet2014-11-22
* ffplay: signal the frame queue before closing audioMarton Balint2014-11-11
* Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.Carl Eugen Hoyos2014-11-09
* ffplay: only output null packet once on EOFMarton Balint2014-11-09
* ffplay: fix indentation after last commitMarton Balint2014-11-09
* ffplay: implement separete audio decoder threadMarton Balint2014-11-09
* ffplay: remove manual bug option handling codeMarton Balint2014-10-17
* ffplay: remove delays when paused from video and subtitle threadMarton Balint2014-10-17
* Merge commit 'e58a140cf91d1a9cdfa3115d73c923dab0e9e7dc'Michael Niedermayer2014-10-17
|\
* | Merge commit 'cf83c0173917a44b89a25ea2b435429bbf9ee767'Michael Niedermayer2014-10-17
|\|
* | ffplay: dont leave swresampler in half initialized stateMarton Balint2014-10-09
* | ffplay: Separate AVFrame from AVSubtitleMichael Niedermayer2014-09-27
* | ffplay: use av_codec_get_pkt_timebase()Michael Niedermayer2014-09-24
* | ffplay: move pts calculating code to generic decoderMarton Balint2014-09-23
* | ffplay: factorize decoder functions to generic decoderMarton Balint2014-09-23
* | ffplay: handle fullscreen status on resize eventMarton Balint2014-09-23
* | ffplay: try to fix build failure on appleMichael Niedermayer2014-09-17
* | ffplay: use frame queue to determine last used posMarton Balint2014-09-16
* | ffplay: factorize frame queue operationsMarton Balint2014-09-16
* | Revert the default for ffplay to -noautoexit.Carl Eugen Hoyos2014-09-08
* | ffplay: make autoexit the defaultMichael Niedermayer2014-09-06
* | ffplay: use av_malloc_array()Michael Niedermayer2014-08-26
* | Use new av_dict_set_int helper function.Reimar Döffinger2014-08-16
* | Drop remaining unneeded != NULLMichael Niedermayer2014-08-15
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | ffplay: increase subtitle que sizeMichael Niedermayer2014-07-12
* | ffplay: decrease audio_diff_thresholdMarton Balint2014-06-24
* | ffplay: decrease max audio callbacks per secondMarton Balint2014-06-24
* | ffplay: calculate SDL audio buffer size based on sample rateMarton Balint2014-06-24
* | ffplay: pass simple integers to calculate_display_rect and set_default_window...Marton Balint2014-06-24
* | ffplay: eliminate pictq_prev_pictureMarton Balint2014-06-24
* | ffplay: remove -ec handling codeMichael Niedermayer2014-06-17
* | ffplay: support rotated video.Clément Bœsch2014-05-23
* | ffplay: Use av_gettime_relative()Olivier Langlois2014-05-17
* | ffplay: add support for toggling between multiple video filters with the w keyMarton Balint2014-05-17
* | ffplay: try multiple sample rates if audio open failsMarton Balint2014-05-17
* | cmdutils: replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" because...John Peebles2014-05-17
* | ffplay: fix compilation with Visual StudioMarton Balint2014-05-17
* | ffplay: increase AV_SYNC_THRESHOLD_MIN to 0.04Marton Balint2014-05-17
* | avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer2014-04-15
* | ffplay: display information on stream cyclingMichael Niedermayer2014-03-12
* | Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d'Michael Niedermayer2014-02-10
|\|
* | ffplay: flush subtitle codecs as well with null packetsMarton Balint2014-02-05
* | ffplay: reorder the filters to ensure that inputs of the custom filters are m...Marton Balint2014-02-05
* | ffplay: remove redundant prototypeLukasz Marek2014-01-27