715 Commits (d00df260ca3341e5cacdd53fb08c42b05fb1d442)

Author SHA1 Message Date
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
Stefano Sabatini 1ba5727242 lavc: add a pkt_pos field to AVFrame 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Stefano Sabatini c2606259de ffplay: move output_picture() code to queue_picture() 14 years ago
Stefano Sabatini 4a22ea4da1 ffplay: rename video_refresh_timer() to video_refresh() 14 years ago
Stefano Sabatini 8adf9bb2cb ffplay: rename decode_thread to read_thread, parse_tid to read_tid 14 years ago
Stefano Sabatini 1d6c82d405 ffplay: fix logic for selecting the show mode in case of missing video 14 years ago
Stefano Sabatini 54ad8e06f4 ffplay: name ShowMode enum 14 years ago
Stefano Sabatini 69f58958ce ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlay 14 years ago
Diego Biurrun 89b503b55f Lowercase all ff* program names. 14 years ago
Stefano Sabatini 539647c6ff ffplay: factorize code calling output_packet() in video_thread() 14 years ago
Stefano Sabatini c632a1c205 ffplay: remove reference to unused QETimer symbol 14 years ago
Stefano Sabatini ab7fdbab00 ffplay: rename stream_pause() to stream_toggle_pause() 14 years ago
Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 14 years ago
Stefano Sabatini f521746b83 ffplay: implement -showmode option 14 years ago
Stefano Sabatini f8b8c694e9 ffplay: use symbolic constant values for show_audio 14 years ago
Stefano Sabatini 8776f3d22e ffplay: remove audio_write_get_buf_size() forward declaration 14 years ago
Stefano Sabatini a6f395d6c5 ffplay: avoid unnecessary intermediary struct in queue_picture() 14 years ago
Stefano Sabatini c1d4bb5731 ffplay: remove unused field VideoState.dtg_active_format 14 years ago
Carl Eugen Hoyos 05d33d8655 Fix compilation with --disable-avfilter. 14 years ago
Stefano Sabatini df149f6ce8 ffplay: fix weird brace placement in video_image_display() 14 years ago