summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-15
|\
* | ffplay: more precise audio clock based on current timeMarton Balint2011-08-15
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-13
|\|
* | NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c'Michael Niedermayer2011-08-10
|\|
| * Rename ffplay to avplay.Anton Khirnov2011-08-09
* | ffplay: pass frame durations clearly to video video_refreshMarton Balint2011-08-09
* | Unbreak ffplay -s and ffplay -pix_fmt.Carl Eugen Hoyos2011-08-01
* | ffplay: set input link sample aspect ratio in input_config_props()Stefano Sabatini2011-07-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-29
|\|
| * cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * ffplay: warn that -pix_fmt is no longer working, suggest alternativeStefano Sabatini2011-07-17
| * ffplay: warn that -s is no longer working, suggest alternativeStefano Sabatini2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-14
|\|
| * ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-13
* | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-14
|\|
| * Replace some gotos that lead to single return statements by direct return.Diego Biurrun2011-07-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-13
|\|
| * ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2Diego Biurrun2011-07-12
* | Hint why SDL_Init() may have failed.Carl Eugen Hoyos2011-07-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
| * Move some variable declarations below the proper #ifdefs.Diego Biurrun2011-06-26
| * ffplay: Remove unused-but-set channels variable from update_sample_display().Diego Biurrun2011-06-25
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-30
* | ffplay: use new avformat_open_* API.Anton Khirnov2011-06-22
* | ffplay: do not init SDL audio if -an is specified.Clément Bœsch2011-06-21
* | Fix zero-length gnu_printf format string warning.Clément Bœsch2011-06-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
| * ffplay: use new avformat_open_* API.Anton Khirnov2011-06-16
* | ffplay: dont drop frames by default when there is no audio streamMichael Niedermayer2011-06-20
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-19
* | 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