Commit History

Author SHA1 Message Date
  Marton Balint 1dd3c473a2 ffplay: use libswresample instead of av_audio_convert 13 years ago
  Marton Balint 2446a8cc0a ffplay: use avctx->channels and avctx->freq before avcodec_open2 consistently 13 years ago
  Marton Balint 1e7f7dc2d1 ffplay: remove now unnecessary request_channels, we set it now with options 13 years ago
  Michael Niedermayer 92dac3a9dd ffplay: set request_channels to 2 13 years ago
  Michael Niedermayer 0aa793a1be ffplay: fix forgotten codec_name checks 13 years ago
  Michael Niedermayer 5eda0967a5 ffplay: support -codec:avs to force a specific decoder implementation 13 years ago
  Michael Niedermayer 7c1aba4f01 Merge remote-tracking branch 'qatar/master' 13 years ago
  Michael Niedermayer 3715e67591 ffplay: fix order of operations for sdl audio open. 13 years ago
  Michael Niedermayer 28d3738428 Merge remote-tracking branch 'qatar/master' 13 years ago
  Michael Niedermayer a30ef63354 ffplay: dont drop all frames if realtime decoding is impossible 13 years ago
  Michael Niedermayer fbbe092568 ffplay: remove thread command line option code, it is unneeded for -threads X to work. 13 years ago
  Michael Niedermayer 838e36635a avcodec: move "thread emulation" warning to common code 13 years ago
  Stefano Sabatini 4f7dfe12ea lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h 13 years ago
  Stefano Sabatini c4415f6ec9 lavfi: unify asink_buffer and vsink_buffer API 13 years ago
  Michael Niedermayer d2084402e6 Merge remote-tracking branch 'qatar/master' 13 years ago
  Michael Niedermayer 1889c6724a Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun aebb56e184 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 13 years ago
  Marton Balint 0a1cf66210 ffplay: fix a crash caused by aborting the video queue 13 years ago
  Marton Balint ee0ff051f2 ffplay: use lock manager callback to make libavcodec thread-safe 13 years ago
  Marton Balint ba571f6b4d ffplay: remove unnecessary if (cur_stream) checks 13 years ago
  Marton Balint 84506ebd48 ffplay: get rid of the global cur_stream variable 13 years ago
  Marton Balint 5db1f94b8d ffplay: make step variable a member of the VideoState struct 13 years ago
  Stefano Sabatini 15802e78e7 ffplay: do not erase the content of vfilters 13 years ago
  Stefano Sabatini 031ba46633 ffplay: increase log level of the message issued when the stream frame size changes 13 years ago
  Stefano Sabatini c6ef3f4481 ffplay: in input_config_props(), prefer "s" over unnecessary "c" temporary variable 13 years ago
  Stefano Sabatini f8eaa006b6 ffplay: in input_config_props(), honour the SAR specified in the codec context 13 years ago
  Carl Eugen Hoyos 67a8251690 Fix compilation with --disable-avfilter. 13 years ago
  Michael Niedermayer 1a34478b71 Merge remote-tracking branch 'qatar/master' 13 years ago
  Marton Balint 10b7b4a6a1 ffplay: more precise audio clock based on current time 13 years ago
  Michael Niedermayer 0cb233cf46 Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925' 13 years ago
  Michael Niedermayer e2cc331124 NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c' 13 years ago
  Marton Balint c369ddb720 ffplay: pass frame durations clearly to video video_refresh 13 years ago
  Anton Khirnov 266463daff Rename ffplay to avplay. 13 years ago
  Carl Eugen Hoyos 940a116b1f Unbreak ffplay -s and ffplay -pix_fmt. 13 years ago
  Stefano Sabatini 9959a76782 ffplay: set input link sample aspect ratio in input_config_props() 13 years ago
  Michael Niedermayer 2dd2abe391 Merge remote-tracking branch 'qatar/master' 13 years ago
  Stefano Sabatini 8ec19f84e1 cmdutils: add codec_opts parameter to setup_find_stream_info_opts() 13 years ago
  Michael Niedermayer 78accb876c Merge remote-tracking branch 'qatar/master' 13 years ago
  Stefano Sabatini 0a858048af ffplay: warn that -pix_fmt is no longer working, suggest alternative 13 years ago
  Stefano Sabatini a4e540c4f5 ffplay: warn that -s is no longer working, suggest alternative 13 years ago
  Michael Niedermayer 5dc6bd86f0 Merge remote-tracking branch 'qatar/master' 13 years ago
  Michael Niedermayer 80e4fe4063 Merge commit 'b5849f77095439e994b11c25e6063d443b36c228' 13 years ago
  Anton Khirnov 3009f521f3 ffplay: use new avcodec_open2 and avformat_find_stream_info API. 13 years ago
  Diego Biurrun 71a1d1116f Replace some gotos that lead to single return statements by direct return. 13 years ago
  Michael Niedermayer bb258fb995 Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun 987041318f ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2 13 years ago
  Carl Eugen Hoyos 3743ea1fe3 Hint why SDL_Init() may have failed. 13 years ago
  Michael Niedermayer 976a8b2179 Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 13 years ago
  Jeff Downs a09918335f Make all option parsing functions match the function pointer type through which they are called. 13 years ago