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

Автор SHA1 Сообщение Дата
  Stefano Sabatini d881a0e895 Cosmetics: fix weird indent. 14 лет назад
  Michael Niedermayer 393cbb963b Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts 14 лет назад
  Nicolas George be732b7089 Fix ffplay -an/-vn options that were swapped by r26105. 14 лет назад
  Michael Niedermayer 0ccabeeaef Support filters and decoders that dont support negative linesizes. 14 лет назад
  Nicolas George 406f0f1bcf Use av_find_best_stream in ffplay. 14 лет назад
  Stefano Sabatini 037be76e15 Add avfilter_graph_create_filter(). 14 лет назад
  Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 лет назад
  Stefano Sabatini 1e80a0eaa4 Remove graphparser.h header, move AVFilterInOut and 14 лет назад
  Stefano Sabatini 7313132bcc Rename AVFilterInOut field filter to filter_ctx, more semantically correct. 14 лет назад
  Stefano Sabatini 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 лет назад
  Stefano Sabatini e15aeea656 Implement avfilter_graph_alloc(). 14 лет назад
  Stefano Sabatini ba7d6e798e Remove usage of deprecated libavcodec/audioconvert.h functions. 14 лет назад
  Stefano Sabatini ff0652e503 Implement a common get_filtered_video_frame(), shared between ffplay.c 14 лет назад
  Stefano Sabatini 2a24df9357 Add avfilter_graph_config(). 14 лет назад
  Stefano Sabatini f7ead94c69 Factorize definition of the output_filter defined in both ffplay.c and 14 лет назад
  Stefano Sabatini 387b4ac993 Fix timebase handling at the begin and at the end of the ffplay video 14 лет назад
  Stefano Sabatini 72ae4aa189 Do not pass an unused variable when initing filt_out. Less confusing. 14 лет назад
  Michael Chinen 27d97fded3 Fix ffplay to keep calling av_read_frame even if EOF has been reached. 14 лет назад
  Reimar Döffinger a5c33faacc Add init and uninit functions to cmdutils, reduces code duplication 14 лет назад
  Michael Niedermayer 0093ebc20a User application side of Codec specific parameters. 14 лет назад
  Alexander Strange 7a8bfa5d67 Extract timestamp correction code from ffplay.c to cmdutils.c 14 лет назад
  Michael Niedermayer 6b6bca6443 Enable AV_LOG_SKIP_REPEATED to maintain previous behavior. 14 лет назад
  Stefano Sabatini f66eb58ec4 Make ffplay -h show the settable AVOptions. 14 лет назад
  Stefano Sabatini 4afbcf46c9 Reindent. 14 лет назад
  Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 14 лет назад
  Dave Yeo 91880e4664 Add _XOPEN_SOURCE definition for usleep(). 14 лет назад
  Carl Eugen Hoyos aa78a6d657 Mention lowres if SDL can't provide the needed resolution. 14 лет назад
  Mike Scheutzow cb036f905f Fix SDL crash on specific hardware. 14 лет назад
  Mike Scheutzow f7b8c81460 Move do_exit() up for upcoming patch. 14 лет назад
  S.N. Hemanth Meenakshisundaram c1db7bff66 Resize data and linesize in AVFilterBufferRef to 8. 14 лет назад
  Stefano Sabatini 84c0386960 Change avfilter_open() signature, from: 14 лет назад
  S.N. Hemanth Meenakshisundaram cc80caff52 Separate video specific BufferRef properties into VideoProps. 14 лет назад
  S.N. Hemanth Meenakshisundaram 5d4890d73d Rename fields: 14 лет назад
  S.N. Hemanth Meenakshisundaram 7fce481a69 Rename functions and fields: 14 лет назад
  S.N. Hemanth Meenakshisundaram ecc8dada37 Rename AVFilterPicRef to AVFilterBufferRef. 14 лет назад
  S.N. Hemanth Meenakshisundaram d54e0948e0 Move format from AVFilterBuffer to AVFilterPicRef. 14 лет назад
  Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 14 лет назад
  Reimar Döffinger e1d7c8831c Add avsubtitle_free function. 14 лет назад
  Jai Menon 00f72577ad FFplay : Fix segfault when playing monoaural streams. 14 лет назад
  Alexei Svitkine 066ce8c93d Implement -onkeydown and -onmousedown options for ffplay. 14 лет назад
  Jai Menon cfb7e6e6d5 FFplay : Copy all AVFrame fields from the reference picture to the 14 лет назад
  Stefano Sabatini 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 14 лет назад
  Måns Rullgård 7dbbf6a14a ffplay: remove VLA 14 лет назад
  Michael Niedermayer 867ab7fb0a Fix pts reordering code. 15 лет назад
  Jai Menon 12bd3c1f99 FFplay : Implement custom reget_buffer for the input filter. 15 лет назад
  Jai Menon e53ca636d9 Cosmetics : re-indent after last commit. 15 лет назад
  Jai Menon 3635c07bd1 FFplay : Avoid manipulating NULL data pointers so that future checks 15 лет назад
  François Revol 65929418f5 Avoid mixed declaration and code, fix C89 compatibility. 15 лет назад
  Baptiste Coudurier 09ed11e58c rename -vfilters cli option to -vf in ffplay as well 15 лет назад
  Stefano Sabatini 3f073fa22c Fix auto-scaling. 15 лет назад