summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* 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
|\|
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
* | ffplay: implement -showmode optionStefano Sabatini2011-04-13
* | ffplay: use symbolic constant values for show_audioStefano Sabatini2011-04-13
* | ffplay: remove audio_write_get_buf_size() forward declarationStefano Sabatini2011-04-13
* | ffplay: avoid unnecessary intermediary struct in queue_picture()Stefano Sabatini2011-04-13
* | ffplay: remove unused field VideoState.dtg_active_formatStefano Sabatini2011-04-13
* | Fix compilation with --disable-avfilter.Carl Eugen Hoyos2011-04-13
* | ffplay: fix weird brace placement in video_image_display()Stefano Sabatini2011-04-12
* | ffplay: rename output_picture2() to output_picture()Stefano Sabatini2011-04-12
* | ffplay: remove useless intermediary variable dst_pix_fmt in queue_picture()Stefano Sabatini2011-04-12
* | ffplay: avoid forward declaration for packet_queue_put()Stefano Sabatini2011-04-12
* | ffplay: compact expression in compute_mod()Stefano Sabatini2011-04-12
* | Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\|
| * avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-07
| * ffplay: Don't assume ic->pb is non-nullMartin Storsjö2011-03-21
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | ffplay: Set EMU_EDGE if dr1, this is an alternative fix for ticket40.Michael Niedermayer2011-04-08
* | move image check down in ffplay.cMichael Niedermayer2011-04-07
* | Disable dr1 in ffplay for svq1 (fixes ticket40)Michael Niedermayer2011-04-06
* | Check sizes a bit in ffplay, cant hurt.Michael Niedermayer2011-04-06
* | ffplay: add braces around union definitionStefano Sabatini2011-03-19
* | ffplay: add existence check on ic->pb in decode_thread()Stefano Sabatini2011-03-19
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-15
|\|
| * avio: deprecate url_ferrorAnton Khirnov2011-03-15
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04