summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* Hint why SDL_Init() may have failed.Carl Eugen Hoyos2011-07-101-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
| * Move some variable declarations below the proper #ifdefs.Diego Biurrun2011-06-261-2/+2
| * ffplay: Remove unused-but-set channels variable from update_sample_display().Diego Biurrun2011-06-251-3/+1
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-301-2/+3
* | ffplay: use new avformat_open_* API.Anton Khirnov2011-06-221-23/+9
* | ffplay: do not init SDL audio if -an is specified.Clément Bœsch2011-06-211-0/+2
* | Fix zero-length gnu_printf format string warning.Clément Bœsch2011-06-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-1/+1
|\ \ | |/
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
| * ffplay: use new avformat_open_* API.Anton Khirnov2011-06-161-15/+9
* | ffplay: dont drop frames by default when there is no audio streamMichael Niedermayer2011-06-201-2/+2
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-191-1/+1
* | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-191-6/+8
* | Do not crash if SDL_SetVideoMode() fails.Carl Eugen Hoyos2011-06-161-1/+1
* | Move do_exit() and stream_close() up.Carl Eugen Hoyos2011-06-161-51/+51
* | avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2011-06-121-2/+2
* | avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini2011-06-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-8/+4
|\ \ | |/
| * ffplay: Fix non-compiling debug printf and replace it by av_dlog.Diego Biurrun2011-06-081-4/+3
| * Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-071-4/+1
| * cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-15/+18
* | ffplay: remove -debug optionStefano Sabatini2011-06-081-10/+0
* | ffplay: remove -vismv optionStefano Sabatini2011-06-081-9/+0
* | ffplay: Fix -vismvMichael Niedermayer2011-06-071-1/+1
* | cmdutils: remove unnecessary OPT_DUMMY implementationStefano Sabatini2011-06-051-14/+14
* | cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini2011-06-051-1/+2
* | ffplay: error out with invalid sample rate or channels.Michael Niedermayer2011-06-041-0/+4
* | cmdutils: move "#undef main" from ffplay.c to cmdutils.hCarl Eugen Hoyos2011-06-031-5/+1
* | Fix various uninitialized variable warningsClément Bœsch2011-06-021-1/+1
* | Fix various unused variable warningsClément Bœsch2011-05-301-2/+2
* | cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-16/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-61/+1
|\ \ | |/
| * ffplay: Remove disabled code.Diego Biurrun2011-05-261-65/+1
| * Add support for request_sample_format in ffmpeg and ffplay.Justin Ruggles2011-05-181-0/+17
| * ffplay: remove audio_write_get_buf_size() forward declarationStefano Sabatini2011-05-161-9/+7
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-2/+0
|\ \ | |/
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-2/+0
| * ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...Benjamin Larsson2011-05-111-0/+1
| * Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-101-1/+3
| * Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-021-1/+1
| * Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-5/+3
* | ffplay: fix null pointer read when codec unavilable.Michael Niedermayer2011-05-071-2/+4
* | lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini2011-05-071-2/+3
* | ffplay: set CODEC_FLAG_EMU_EDGE earlierMichael Niedermayer2011-05-051-1/+4
* | ffplay: fix memleak if avfilter is disabledalexandru_mg32011-05-051-3/+2
* | ffplay: removed unused variable channels.Michael Niedermayer2011-05-041-3/+1
* | replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini2011-05-021-1/+1
* | ffplay: demuxer specific options supportMichael Niedermayer2011-05-021-1/+9
OpenPOWER on IntegriCloud