551 Commits (7d531e83b6b64e49931d31989b8cf9074bc22432)

Author SHA1 Message Date
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
Carl Eugen Hoyos 3743ea1fe3 Hint why SDL_Init() may have failed. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Jeff Downs a09918335f Make all option parsing functions match the function pointer type through which they are called. 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
Anton Khirnov b6bde8c770 ffplay: use new avformat_open_* API. 14 years ago
Clément Bœsch 86824c1dcb ffplay: do not init SDL audio if -an is specified. 14 years ago
Clément Bœsch 4a34e54b0e Fix zero-length gnu_printf format string warning. 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Michael Niedermayer 6c0f5172f6 ffplay: dont drop frames by default when there is no audio stream 14 years ago
Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 14 years ago
Stefano Sabatini 44f669e7bc lavfi: add vsink_buffer, and use it in ff* tools 14 years ago
Carl Eugen Hoyos d8ee777021 Do not crash if SDL_SetVideoMode() fails. 14 years ago
Carl Eugen Hoyos d5708923c2 Move do_exit() and stream_close() up. 14 years ago
Anton Khirnov d0e142bb68 ffplay: use new avformat_open_* API. 14 years ago
Stefano Sabatini c535494268 avfiltergraph: make the AVFilterInOut alloc/free API public 14 years ago
Stefano Sabatini 6119b23a36 avfiltergraph: change the syntax of avfilter_graph_parse() 14 years ago
Stefano Sabatini 8f2a2e6051 ffplay: remove -debug option 14 years ago
Stefano Sabatini e77a3095bd ffplay: remove -vismv option 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
Michael Niedermayer 3a1aaf7b21 ffplay: Fix -vismv 14 years ago
Stefano Sabatini b4af3cf347 cmdutils: remove unnecessary OPT_DUMMY implementation 14 years ago
Stefano Sabatini 96f931adf7 cmdutils: change the signature of the function argument in parse_options() 14 years ago
Michael Niedermayer 33af5335fd ffplay: error out with invalid sample rate or channels. 14 years ago
Carl Eugen Hoyos 25c32d082b cmdutils: move "#undef main" from ffplay.c to cmdutils.h 14 years ago
Clément Bœsch b443447536 Fix various uninitialized variable warnings 14 years ago
Clément Bœsch adba9c6352 Fix various unused variable warnings 14 years ago
Stefano Sabatini eb8bc57240 cmdutils: remove OPT_FUNC2 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
Michael Niedermayer 99119bdffe ffplay: fix null pointer read when codec unavilable. 14 years ago
Stefano Sabatini 566666caf3 lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props() 14 years ago
Michael Niedermayer 175714c0c3 ffplay: set CODEC_FLAG_EMU_EDGE earlier 14 years ago
alexandru_mg3 b93e12fdf4 ffplay: fix memleak if avfilter is disabled 14 years ago
Michael Niedermayer 705c65208a ffplay: removed unused variable channels. 14 years ago
Stefano Sabatini 301183d9be replace deprecated av_get_pict_type_char() with av_get_picture_type_char() 14 years ago
Stefano Sabatini 6209669de4 Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). 14 years ago
Michael Niedermayer c92a9d069e ffplay: demuxer specific options support 14 years ago
Stefano Sabatini 35fe66abbc lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio 14 years ago
Stefano Sabatini 77e9dee8ae lavc: add a sample_aspect_ratio field to AVFrame 14 years ago