summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* Do not crash if SDL_SetVideoMode() fails.Carl Eugen Hoyos2011-06-16
* Move do_exit() and stream_close() up.Carl Eugen Hoyos2011-06-16
* avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2011-06-12
* avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini2011-06-12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\
| * ffplay: Fix non-compiling debug printf and replace it by av_dlog.Diego Biurrun2011-06-08
| * Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-07
| * cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-28
* | ffplay: remove -debug optionStefano Sabatini2011-06-08
* | ffplay: remove -vismv optionStefano Sabatini2011-06-08
* | ffplay: Fix -vismvMichael Niedermayer2011-06-07
* | cmdutils: remove unnecessary OPT_DUMMY implementationStefano Sabatini2011-06-05
* | cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini2011-06-05
* | ffplay: error out with invalid sample rate or channels.Michael Niedermayer2011-06-04
* | cmdutils: move "#undef main" from ffplay.c to cmdutils.hCarl Eugen Hoyos2011-06-03
* | Fix various uninitialized variable warningsClément Bœsch2011-06-02
* | Fix various unused variable warningsClément Bœsch2011-05-30
* | cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * ffplay: Remove disabled code.Diego Biurrun2011-05-26
| * Add support for request_sample_format in ffmpeg and ffplay.Justin Ruggles2011-05-18
| * ffplay: remove audio_write_get_buf_size() forward declarationStefano Sabatini2011-05-16
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
| * ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...Benjamin Larsson2011-05-11
| * Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-10
| * Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
| * Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
* | ffplay: fix null pointer read when codec unavilable.Michael Niedermayer2011-05-07
* | lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini2011-05-07
* | ffplay: set CODEC_FLAG_EMU_EDGE earlierMichael Niedermayer2011-05-05
* | ffplay: fix memleak if avfilter is disabledalexandru_mg32011-05-05
* | ffplay: removed unused variable channels.Michael Niedermayer2011-05-04
* | replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini2011-05-02
* | ffplay: demuxer specific options supportMichael Niedermayer2011-05-02
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-01
* | lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-05-01
* | lavc: add a pkt_pos field to AVFrameStefano Sabatini2011-05-01
* | ffplay: move output_picture() code to queue_picture()Stefano Sabatini2011-04-27
* | ffplay: rename video_refresh_timer() to video_refresh()Stefano Sabatini2011-04-27
* | ffplay: rename decode_thread to read_thread, parse_tid to read_tidStefano Sabatini2011-04-27
* | ffplay: fix logic for selecting the show mode in case of missing videoStefano Sabatini2011-04-25
* | ffplay: name ShowMode enumStefano Sabatini2011-04-25
* | ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlayStefano Sabatini2011-04-24
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * Lowercase all ff* program names.Diego Biurrun2011-04-23
* | ffplay: factorize code calling output_packet() in video_thread()Stefano Sabatini2011-04-23
* | ffplay: remove reference to unused QETimer symbolStefano Sabatini2011-04-23
* | ffplay: rename stream_pause() to stream_toggle_pause()Stefano Sabatini2011-04-23
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|