summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-011-3/+3
* | lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-05-011-1/+1
* | lavc: add a pkt_pos field to AVFrameStefano Sabatini2011-05-011-1/+1
* | ffplay: move output_picture() code to queue_picture()Stefano Sabatini2011-04-271-36/+23
* | ffplay: rename video_refresh_timer() to video_refresh()Stefano Sabatini2011-04-271-2/+2
* | ffplay: rename decode_thread to read_thread, parse_tid to read_tidStefano Sabatini2011-04-271-5/+5
* | ffplay: fix logic for selecting the show mode in case of missing videoStefano Sabatini2011-04-251-6/+4
* | ffplay: name ShowMode enumStefano Sabatini2011-04-251-2/+2
* | ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlayStefano Sabatini2011-04-241-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-2/+2
|\ \ | |/
| * Lowercase all ff* program names.Diego Biurrun2011-04-231-2/+2
* | ffplay: factorize code calling output_packet() in video_thread()Stefano Sabatini2011-04-231-5/+3
* | ffplay: remove reference to unused QETimer symbolStefano Sabatini2011-04-231-1/+0
* | ffplay: rename stream_pause() to stream_toggle_pause()Stefano Sabatini2011-04-231-5/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
* | ffplay: implement -showmode optionStefano Sabatini2011-04-131-0/+13
* | ffplay: use symbolic constant values for show_audioStefano Sabatini2011-04-131-9/+12
* | ffplay: remove audio_write_get_buf_size() forward declarationStefano Sabatini2011-04-131-9/+7
* | ffplay: avoid unnecessary intermediary struct in queue_picture()Stefano Sabatini2011-04-131-12/+2
* | ffplay: remove unused field VideoState.dtg_active_formatStefano Sabatini2011-04-131-1/+0
* | Fix compilation with --disable-avfilter.Carl Eugen Hoyos2011-04-131-1/+1
* | ffplay: fix weird brace placement in video_image_display()Stefano Sabatini2011-04-121-6/+3
* | ffplay: rename output_picture2() to output_picture()Stefano Sabatini2011-04-121-3/+3
* | ffplay: remove useless intermediary variable dst_pix_fmt in queue_picture()Stefano Sabatini2011-04-121-3/+1
* | ffplay: avoid forward declaration for packet_queue_put()Stefano Sabatini2011-04-121-33/+31
* | ffplay: compact expression in compute_mod()Stefano Sabatini2011-04-121-5/+1
* | Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-101-1/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-2/+2
|\ \ | |/
| * avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-071-2/+2
| * ffplay: Don't assume ic->pb is non-nullMartin Storsjö2011-03-211-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
* | ffplay: Set EMU_EDGE if dr1, this is an alternative fix for ticket40.Michael Niedermayer2011-04-081-1/+4
* | move image check down in ffplay.cMichael Niedermayer2011-04-071-3/+4
* | Disable dr1 in ffplay for svq1 (fixes ticket40)Michael Niedermayer2011-04-061-1/+3
* | Check sizes a bit in ffplay, cant hurt.Michael Niedermayer2011-04-061-0/+3
* | ffplay: add braces around union definitionStefano Sabatini2011-03-191-1/+1
OpenPOWER on IntegriCloud