summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* ffplay: dont leave swresampler in half initialized stateMarton Balint2014-10-091-1/+3
* ffplay: Separate AVFrame from AVSubtitleMichael Niedermayer2014-09-271-6/+5
* ffplay: use av_codec_get_pkt_timebase()Michael Niedermayer2014-09-241-1/+1
* ffplay: move pts calculating code to generic decoderMarton Balint2014-09-231-30/+37
* ffplay: factorize decoder functions to generic decoderMarton Balint2014-09-231-121/+140
* ffplay: handle fullscreen status on resize eventMarton Balint2014-09-231-1/+1
* ffplay: try to fix build failure on appleMichael Niedermayer2014-09-171-1/+1
* ffplay: use frame queue to determine last used posMarton Balint2014-09-161-7/+15
* ffplay: factorize frame queue operationsMarton Balint2014-09-161-158/+199
* Revert the default for ffplay to -noautoexit.Carl Eugen Hoyos2014-09-081-1/+1
* ffplay: make autoexit the defaultMichael Niedermayer2014-09-061-1/+1
* ffplay: use av_malloc_array()Michael Niedermayer2014-08-261-1/+1
* Use new av_dict_set_int helper function.Reimar Döffinger2014-08-161-1/+1
* Drop remaining unneeded != NULLMichael Niedermayer2014-08-151-1/+1
* Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-2/+2
* | ffplay: increase subtitle que sizeMichael Niedermayer2014-07-121-1/+1
* | ffplay: decrease audio_diff_thresholdMarton Balint2014-06-241-1/+1
* | ffplay: decrease max audio callbacks per secondMarton Balint2014-06-241-3/+2
* | ffplay: calculate SDL audio buffer size based on sample rateMarton Balint2014-06-241-4/+6
* | ffplay: pass simple integers to calculate_display_rect and set_default_window...Marton Balint2014-06-241-14/+13
* | ffplay: eliminate pictq_prev_pictureMarton Balint2014-06-241-29/+25
* | ffplay: remove -ec handling codeMichael Niedermayer2014-06-171-3/+0
* | ffplay: support rotated video.Clément Bœsch2014-05-231-8/+43
* | ffplay: Use av_gettime_relative()Olivier Langlois2014-05-171-13/+13
* | ffplay: add support for toggling between multiple video filters with the w keyMarton Balint2014-05-171-6/+30
* | ffplay: try multiple sample rates if audio open failsMarton Balint2014-05-171-5/+15
* | cmdutils: replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" because...John Peebles2014-05-171-1/+1
* | ffplay: fix compilation with Visual StudioMarton Balint2014-05-171-1/+4
* | ffplay: increase AV_SYNC_THRESHOLD_MIN to 0.04Marton Balint2014-05-171-1/+1
* | avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer2014-04-151-0/+2
* | ffplay: display information on stream cyclingMichael Niedermayer2014-03-121-0/+5
* | Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d'Michael Niedermayer2014-02-101-4/+39
|\ \ | |/
* | ffplay: flush subtitle codecs as well with null packetsMarton Balint2014-02-051-0/+2
* | ffplay: reorder the filters to ensure that inputs of the custom filters are m...Marton Balint2014-02-051-1/+6
* | ffplay: remove redundant prototypeLukasz Marek2014-01-271-2/+0
* | ffplay: do not wait for the picture allocation to finish on exitMarton Balint2013-12-291-1/+1
* | ffplay: remove two unneeded av_free_packet callsMarton Balint2013-12-291-2/+0
* | ffplay: remove some unneded av_frame_unref callsMarton Balint2013-12-291-2/+0
* | ffplay: remove unneeded avcodec_get_frame_defaultsMarton Balint2013-12-291-2/+0
* | ffplay: use precalculated frame size and bytes per sec valuesMarton Balint2013-12-291-6/+3
* | ffplay: precalculate audio output frame size and byte per secMarton Balint2013-12-291-0/+8
* | Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4'Michael Niedermayer2013-12-111-1/+0
|\ \ | |/
* | ffplay: set default window size before starting audioMarton Balint2013-12-061-0/+7
* | ffplay: factor out function setting default window sizeMarton Balint2013-12-061-6/+10
* | ffplay: remove no longer necessary codec flushMarton Balint2013-12-061-1/+0
* | ffplay: do not wait for flushing the picture queue on flush packetMarton Balint2013-12-061-9/+4
* | ffplay: do not call avcodec_register_all() explicitlyStefano Sabatini2013-11-251-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+2
|\ \ | |/
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud