22 Commits (25c2d76b68641443e560451205044f95e548d988)

Author SHA1 Message Date
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
Anton Khirnov d0e142bb68 ffplay: use new avformat_open_* API. 14 years ago
Diego Biurrun 8543f0f923 ffplay: Fix non-compiling debug printf and replace it by av_dlog. 14 years ago
Diego Biurrun 1f6b9cc31d Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. 14 years ago
Stefano Sabatini 26513856d6 cmdutils: remove OPT_FUNC2 14 years ago
Diego Biurrun 6c6c976fa9 ffplay: Remove disabled code. 14 years ago
Justin Ruggles bc778a0cea Add support for request_sample_format in ffmpeg and ffplay. 14 years ago
Stefano Sabatini 3a7c977417 ffplay: remove audio_write_get_buf_size() forward declaration 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Benjamin Larsson 91199cfe55 ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". 14 years ago
Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 14 years ago
Stefano Sabatini 6209669de4 Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Diego Biurrun 89b503b55f Lowercase all ff* program names. 14 years ago
Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 14 years ago
Anton Khirnov 80c6e238b0 avio: avio_ prefix for url_set_interrupt_cb. 14 years ago
Martin Storsjö 648c79624f ffplay: Don't assume ic->pb is non-null 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 3e68b3ba7b avio: deprecate url_ferror 14 years ago