Commit History

Author SHA1 Message Date
  Alexander Strange 043d2ff267 Deprecate avcodec_thread_init() 13 years ago
  Alexander Strange b38f008ea6 Frame-based multithreading framework using pthreads 13 years ago
  Alexander Strange c0b102ca03 Deprecate avcodec_thread_init() 13 years ago
  Alexander Strange 37b00b47cb Frame-based multithreading framework using pthreads 13 years ago
  Nicolas George 76ad67cae7 Implement guessed_pts in avcodec_decode_video2 13 years ago
  Alexander Strange fd0ae17aaf Adopt pkt_dts/pkt_pts in lavc clients 13 years ago
  Stefano Sabatini ab543afe47 Make avfilter_graph_free() free the graph. 13 years ago
  Alexander Strange 6b47495397 Adopt pkt_dts/pkt_pts in lavc clients 13 years ago
  Stefano Sabatini 4359288c56 Make avfilter_graph_free() free the graph. 13 years ago
  Stefano Sabatini 8904a0f1ee ffplay: factorize code from video_thread() into configure_video_filters() 13 years ago
  Stefano Sabatini 75ea596de1 ffplay: factorize code from video_thread() into configure_video_filters() 13 years ago
  Stefano Sabatini 2fa1d7b3be In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque. 13 years ago
  Stefano Sabatini 97b925ea81 ffplay: in video_thread(), use av_dlog() for timestamp logging. 13 years ago
  Stefano Sabatini 2855080447 In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque. 13 years ago
  Stefano Sabatini 13156f40e1 ffplay: in video_thread(), use av_dlog() for timestamp logging. 13 years ago
  Stefano Sabatini 22f73157b7 Remove outdated and confusing comment. 13 years ago
  Stefano Sabatini db2ddd3885 Remove outdated and confusing comment. 13 years ago
  Stefano Sabatini d72858f89f Merge two if (got_picture) {} blocks in ffplay.c:get_video_frame(). 13 years ago
  Stefano Sabatini 8f83a3b054 Remove outcommented fossil code. 13 years ago
  Stefano Sabatini 199c18a784 Fix weird indent in get_video_frame(). 13 years ago
  Stefano Sabatini 24d13ebc15 Reindent after the last commit. 13 years ago
  Stefano Sabatini 112c4b8796 In ffplay, do not open display if -nodisp is set. 13 years ago
  Stefano Sabatini d881a0e895 Cosmetics: fix weird indent. 13 years ago
  Michael Niedermayer 393cbb963b Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts 13 years ago
  Nicolas George be732b7089 Fix ffplay -an/-vn options that were swapped by r26105. 13 years ago
  Michael Niedermayer 0ccabeeaef Support filters and decoders that dont support negative linesizes. 13 years ago
  Nicolas George 406f0f1bcf Use av_find_best_stream in ffplay. 13 years ago
  Stefano Sabatini 037be76e15 Add avfilter_graph_create_filter(). 14 years ago
  Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
  Stefano Sabatini 1e80a0eaa4 Remove graphparser.h header, move AVFilterInOut and 14 years ago
  Stefano Sabatini 7313132bcc Rename AVFilterInOut field filter to filter_ctx, more semantically correct. 14 years ago
  Stefano Sabatini 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
  Stefano Sabatini e15aeea656 Implement avfilter_graph_alloc(). 14 years ago
  Stefano Sabatini ba7d6e798e Remove usage of deprecated libavcodec/audioconvert.h functions. 14 years ago
  Stefano Sabatini ff0652e503 Implement a common get_filtered_video_frame(), shared between ffplay.c 14 years ago
  Stefano Sabatini 2a24df9357 Add avfilter_graph_config(). 14 years ago
  Stefano Sabatini f7ead94c69 Factorize definition of the output_filter defined in both ffplay.c and 14 years ago
  Stefano Sabatini 387b4ac993 Fix timebase handling at the begin and at the end of the ffplay video 14 years ago
  Stefano Sabatini 72ae4aa189 Do not pass an unused variable when initing filt_out. Less confusing. 14 years ago
  Michael Chinen 27d97fded3 Fix ffplay to keep calling av_read_frame even if EOF has been reached. 14 years ago
  Reimar Döffinger a5c33faacc Add init and uninit functions to cmdutils, reduces code duplication 14 years ago
  Michael Niedermayer 0093ebc20a User application side of Codec specific parameters. 14 years ago
  Alexander Strange 7a8bfa5d67 Extract timestamp correction code from ffplay.c to cmdutils.c 14 years ago
  Michael Niedermayer 6b6bca6443 Enable AV_LOG_SKIP_REPEATED to maintain previous behavior. 14 years ago
  Stefano Sabatini f66eb58ec4 Make ffplay -h show the settable AVOptions. 14 years ago
  Stefano Sabatini 4afbcf46c9 Reindent. 14 years ago
  Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 14 years ago
  Dave Yeo 91880e4664 Add _XOPEN_SOURCE definition for usleep(). 14 years ago
  Carl Eugen Hoyos aa78a6d657 Mention lowres if SDL can't provide the needed resolution. 14 years ago
  Mike Scheutzow cb036f905f Fix SDL crash on specific hardware. 14 years ago