40 Commits (baaab6069a261354a1c9470f3185686ad85166c6)

Author SHA1 Message Date
Alex Converse e1ce756844 avplay: Don't free video filters string until the end of decoding. 13 years ago
Martin Storsjö 951e715ceb avplay: Don't try to scale timestamps if the tb isn't set 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Anton Khirnov e0f68413dd avplay: remove an unused variable. 13 years ago
Janne Grunau e48a70e6da avplay: fix -threads option 13 years ago
Justin Ruggles ec1f3cab20 avplay: reset decoder flush state when seeking 13 years ago
Anton Khirnov 91b3bfba88 avplay: use the correct array size for stride. 13 years ago
Diego Biurrun abe655a472 Drop unnecessary prefix from *sink* variable and struct names. 13 years ago
Anton Khirnov 75e2025f57 avplay: remove the -er option. 13 years ago
Janne Grunau 2473a45c85 threads: change the default for threads back to 1 13 years ago
Diego Biurrun 45f2908d02 cosmetics: Rename ffsink to avsink. 13 years ago
Diego Biurrun 5ea20630b4 Fix a bunch of platform name and other typos. 13 years ago
Martin Storsjö 0749720b6c avplay: Don't call avio_set_interrupt_cb(NULL) 13 years ago
Aneesh Dogra da7c65f0ce avplay: K&R cleanup 13 years ago
Diego Biurrun d4b63054d9 cosmetics: Drop unnecessary parentheses around return values. 13 years ago
Stefano Sabatini 1c9e340d35 lavfi: add avfilter_copy_frame_props() 13 years ago
Stefano Sabatini b58dbb5b03 lavc: add a sample_aspect_ratio field to AVFrame 13 years ago
Michael Niedermayer c9aa4cfdb1 avplay: clear pkt_temp when pkt is freed. 13 years ago
Mans Rullgard 8400b126ac avcodec: deprecate AVFrame.age 13 years ago
Anton Khirnov cd3716b9aa Replace all uses of av_close_input_file() with avformat_close_input(). 13 years ago
Justin Ruggles b11ce85664 avplay: don't request a stereo downmix 13 years ago
Justin Ruggles f199f38573 avplay: use avcodec_decode_audio4() 13 years ago
Justin Ruggles e2a2c49fcd avplay: use a separate buffer for playing silence 13 years ago
Martin Storsjö 40972f7c54 avplay: Set the new interrupt callback 13 years ago
Justin Ruggles f9324d5add avplay: reset rdft when closing stream. 13 years ago
Martin Storsjö 776f2bb91a Call avformat_network_init/deinit in the programs 13 years ago
Diego Biurrun 20566eb0f0 Replace outdated references to ffmpeg tool with avconv. 13 years ago
Marton Balint fec5777ed7 avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS X 13 years ago
Luca Barbato ec5e521298 macosx: use the default surface on newer sdl 13 years ago
Justin Ruggles c74f1f47b2 avplay: free the active audio packet at exit. 13 years ago
Justin Ruggles cb2c4de3a1 avplay: free rdft data used for spectrogram analysis. 13 years ago
Anton Khirnov 7a6cd9957d cmdutils/avtools: simplify show_help() by using av_opt_child_class_next() 13 years ago
Anton Khirnov 182cbe433a avtools: parse loglevel before all the other options. 13 years ago
Justin Ruggles 59df4b82a5 avplay: flush audio decoder with empty packets at EOF if the decoder has 13 years ago
Anton Khirnov 7cc8d6385a cmdutils: add support for caller-provided option context. 13 years ago
Anton Khirnov dad09ff93f cmdutils: move exit_program() declaration to cmdutils from avconv 13 years ago
Anton Khirnov 20c21f8b75 cmdutils: get rid of dummy contexts for examining AVOptions. 13 years ago
Kostya 428c59d911 avtools: reinitialise filter chain when input video stream changes dimensions 13 years ago
Anton Khirnov d4863fc1a8 cmdutils: allow precisely specifying a stream for AVOptions. 13 years ago
Anton Khirnov 266463daff Rename ffplay to avplay. 13 years ago
Stefano Sabatini 8ec19f84e1 cmdutils: add codec_opts parameter to setup_find_stream_info_opts() 13 years ago
Stefano Sabatini 0a858048af ffplay: warn that -pix_fmt is no longer working, suggest alternative 14 years ago
Stefano Sabatini a4e540c4f5 ffplay: warn that -s is no longer working, suggest alternative 14 years ago
Anton Khirnov 3009f521f3 ffplay: use new avcodec_open2 and avformat_find_stream_info API. 14 years ago
Diego Biurrun 71a1d1116f Replace some gotos that lead to single return statements by direct return. 14 years ago
Diego Biurrun 987041318f ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Diego Biurrun f3876ea485 Move some variable declarations below the proper #ifdefs. 14 years ago
Diego Biurrun c713620b4c ffplay: Remove unused-but-set channels variable from update_sample_display(). 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago