summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* 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
* | ffplay: do not wait for the picture allocation to finish on exitMarton Balint2013-12-29
* | ffplay: remove two unneeded av_free_packet callsMarton Balint2013-12-29
* | ffplay: remove some unneded av_frame_unref callsMarton Balint2013-12-29
* | ffplay: remove unneeded avcodec_get_frame_defaultsMarton Balint2013-12-29
* | ffplay: use precalculated frame size and bytes per sec valuesMarton Balint2013-12-29
* | ffplay: precalculate audio output frame size and byte per secMarton Balint2013-12-29
* | Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4'Michael Niedermayer2013-12-11
|\|
* | ffplay: set default window size before starting audioMarton Balint2013-12-06
* | ffplay: factor out function setting default window sizeMarton Balint2013-12-06
* | ffplay: remove no longer necessary codec flushMarton Balint2013-12-06