Commit History

Author SHA1 Message Date
  Benoit Fouet 90c9b49405 ffplay: fix mem leak when opening input or parsing options fail. 10 years ago
  Marton Balint eaf4ab9802 ffplay: signal the frame queue before closing audio 10 years ago
  Carl Eugen Hoyos e971eef8c0 Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user. 10 years ago
  Marton Balint 7ba7277775 ffplay: only output null packet once on EOF 10 years ago
  Marton Balint cc4741888d ffplay: fix indentation after last commit 10 years ago
  Marton Balint 631ac655c0 ffplay: implement separete audio decoder thread 11 years ago
  Marton Balint 0edf3e7a28 ffplay: remove manual bug option handling code 10 years ago
  Marton Balint 9dac7977a9 ffplay: remove delays when paused from video and subtitle thread 10 years ago
  Michael Niedermayer ee73a69020 Merge commit 'e58a140cf91d1a9cdfa3115d73c923dab0e9e7dc' 10 years ago
  Michael Niedermayer 019ff7a0c3 Merge commit 'cf83c0173917a44b89a25ea2b435429bbf9ee767' 10 years ago
  Marton Balint ce928d7d2b ffplay: dont leave swresampler in half initialized state 10 years ago
  Michael Niedermayer 2ec4a84dca ffplay: Separate AVFrame from AVSubtitle 10 years ago
  Michael Niedermayer 266b3d4fe4 ffplay: use av_codec_get_pkt_timebase() 10 years ago
  Marton Balint 1f5a3cf688 ffplay: move pts calculating code to generic decoder 10 years ago
  Marton Balint 9e0d1c00b5 ffplay: factorize decoder functions to generic decoder 11 years ago
  Marton Balint 32f1a288e2 ffplay: handle fullscreen status on resize event 10 years ago
  Michael Niedermayer 9ffa705edd ffplay: try to fix build failure on apple 10 years ago
  Marton Balint 164376483f ffplay: use frame queue to determine last used pos 10 years ago
  Marton Balint 5a5128bab9 ffplay: factorize frame queue operations 11 years ago
  Carl Eugen Hoyos 552ce6874c Revert the default for ffplay to -noautoexit. 10 years ago
  Michael Niedermayer 5732b21884 ffplay: make autoexit the default 10 years ago
  Michael Niedermayer e96109f93c ffplay: use av_malloc_array() 10 years ago
  Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 years ago
  Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
  Michael Niedermayer fb33bff990 Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 10 years ago
  James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
  Michael Niedermayer e5eff191e4 ffplay: increase subtitle que size 10 years ago
  Marton Balint e281671e21 ffplay: decrease audio_diff_threshold 10 years ago
  Marton Balint 371f02388c ffplay: decrease max audio callbacks per second 10 years ago
  Marton Balint 1ca5c1784b ffplay: calculate SDL audio buffer size based on sample rate 10 years ago
  Marton Balint ba800defa7 ffplay: pass simple integers to calculate_display_rect and set_default_window_size 10 years ago
  Marton Balint 9dd97aa3d3 ffplay: eliminate pictq_prev_picture 11 years ago
  Michael Niedermayer a50c6f99b4 ffplay: remove -ec handling code 10 years ago
  Clément Bœsch 08c51e12b1 ffplay: support rotated video. 10 years ago
  Olivier Langlois 0ca0b4c29c ffplay: Use av_gettime_relative() 10 years ago
  Marton Balint a583e2bebe ffplay: add support for toggling between multiple video filters with the w key 10 years ago
  Marton Balint 0c8d8c0c80 ffplay: try multiple sample rates if audio open fails 10 years ago
  John Peebles e11697759d cmdutils: replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" because MSVC only defines _WIN32 10 years ago
  Marton Balint 1fab67b685 ffplay: fix compilation with Visual Studio 10 years ago
  Marton Balint ae6fe159f2 ffplay: increase AV_SYNC_THRESHOLD_MIN to 0.04 10 years ago
  Michael Niedermayer ef818d8bf0 avformat: add av_format_inject_global_side_data(), and disable it by default 10 years ago
  Michael Niedermayer 774668763a ffplay: display information on stream cycling 10 years ago
  Michael Niedermayer 6fb8684a24 Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d' 10 years ago
  Marton Balint 23e77f0e33 ffplay: flush subtitle codecs as well with null packets 10 years ago
  Marton Balint cec6dec7c8 ffplay: reorder the filters to ensure that inputs of the custom filters are merged first 10 years ago
  Lukasz Marek 9d087ab5ef ffplay: remove redundant prototype 11 years ago
  Marton Balint ac7b4bfdeb ffplay: do not wait for the picture allocation to finish on exit 10 years ago
  Marton Balint e90aef9195 ffplay: remove two unneeded av_free_packet calls 10 years ago
  Marton Balint e3ff6938b5 ffplay: remove some unneded av_frame_unref calls 10 years ago
  Marton Balint 379caaa778 ffplay: remove unneeded avcodec_get_frame_defaults 10 years ago