История коммитов

Автор SHA1 Сообщение Дата
  Hendrik Leppkes aa54f09262 cmdutils: remove the current working directory from the DLL search path on win32 8 лет назад
  Carl Eugen Hoyos 552ce6874c Revert the default for ffplay to -noautoexit. 10 лет назад
  Michael Niedermayer 5732b21884 ffplay: make autoexit the default 10 лет назад
  Michael Niedermayer e96109f93c ffplay: use av_malloc_array() 10 лет назад
  Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 лет назад
  Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 лет назад
  Michael Niedermayer fb33bff990 Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' 10 лет назад
  James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 лет назад
  Michael Niedermayer e5eff191e4 ffplay: increase subtitle que size 10 лет назад
  Marton Balint e281671e21 ffplay: decrease audio_diff_threshold 10 лет назад
  Marton Balint 371f02388c ffplay: decrease max audio callbacks per second 10 лет назад
  Marton Balint 1ca5c1784b ffplay: calculate SDL audio buffer size based on sample rate 10 лет назад
  Marton Balint ba800defa7 ffplay: pass simple integers to calculate_display_rect and set_default_window_size 10 лет назад
  Marton Balint 9dd97aa3d3 ffplay: eliminate pictq_prev_picture 10 лет назад
  Michael Niedermayer a50c6f99b4 ffplay: remove -ec handling code 10 лет назад
  Clément Bœsch 08c51e12b1 ffplay: support rotated video. 10 лет назад
  Olivier Langlois 0ca0b4c29c ffplay: Use av_gettime_relative() 10 лет назад
  Marton Balint a583e2bebe ffplay: add support for toggling between multiple video filters with the w key 10 лет назад
  Marton Balint 0c8d8c0c80 ffplay: try multiple sample rates if audio open fails 10 лет назад
  John Peebles e11697759d cmdutils: replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" because MSVC only defines _WIN32 10 лет назад
  Marton Balint 1fab67b685 ffplay: fix compilation with Visual Studio 10 лет назад
  Marton Balint ae6fe159f2 ffplay: increase AV_SYNC_THRESHOLD_MIN to 0.04 10 лет назад
  Michael Niedermayer ef818d8bf0 avformat: add av_format_inject_global_side_data(), and disable it by default 10 лет назад
  Michael Niedermayer 774668763a ffplay: display information on stream cycling 10 лет назад
  Michael Niedermayer 6fb8684a24 Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d' 10 лет назад
  Marton Balint 23e77f0e33 ffplay: flush subtitle codecs as well with null packets 10 лет назад
  Marton Balint cec6dec7c8 ffplay: reorder the filters to ensure that inputs of the custom filters are merged first 10 лет назад
  Lukasz Marek 9d087ab5ef ffplay: remove redundant prototype 10 лет назад
  Marton Balint ac7b4bfdeb ffplay: do not wait for the picture allocation to finish on exit 10 лет назад
  Marton Balint e90aef9195 ffplay: remove two unneeded av_free_packet calls 10 лет назад
  Marton Balint e3ff6938b5 ffplay: remove some unneded av_frame_unref calls 10 лет назад
  Marton Balint 379caaa778 ffplay: remove unneeded avcodec_get_frame_defaults 10 лет назад
  Marton Balint e37d4920c1 ffplay: use precalculated frame size and bytes per sec values 10 лет назад
  Marton Balint e98cd24a89 ffplay: precalculate audio output frame size and byte per sec 10 лет назад
  Michael Niedermayer 5a15bd6f2f Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4' 10 лет назад
  Marton Balint ad01fae86d ffplay: set default window size before starting audio 10 лет назад
  Marton Balint 2b377fb4c0 ffplay: factor out function setting default window size 10 лет назад
  Marton Balint eff4820eb2 ffplay: remove no longer necessary codec flush 10 лет назад
  Marton Balint 318bf57c3f ffplay: do not wait for flushing the picture queue on flush packet 10 лет назад
  Stefano Sabatini 5e1c57f5cb ffplay: do not call avcodec_register_all() explicitly 10 лет назад
  Michael Niedermayer ccdfa3e271 Merge remote-tracking branch 'qatar/master' 10 лет назад
  Michael Niedermayer 0ee905e243 Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' 10 лет назад
  Marton Balint 2803140457 ffplay: calculate last frame duration from vp->pts instead of frame_last_pts 11 лет назад
  Marton Balint 02b76aa377 ffplay: simplify early frame drop code 11 лет назад
  Marton Balint 5ecfcc7dff ffplay: add smarter method for determining video picture duration 11 лет назад
  Marton Balint 61dd319770 ffplay: add frame duration estimated from frame rate to VideoPicture 10 лет назад
  Marton Balint 105d4748cf ffplay: avoid code duplication in AVFILTER enabled and disabled case 10 лет назад
  Marton Balint 44758b4d17 ffplay: add support for libswresample options 10 лет назад
  Marton Balint 04de0e04c5 ffplay: use av_frame_get_pkt_pos instead directly accessing pkt pos 10 лет назад
  Marton Balint 2d059d8de1 ffplay: factor out picture freeing code 10 лет назад