summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* 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
| * lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-16
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Remove disabled legacy code in ffplay.Stefano Sabatini2011-02-14
| * Deprecate avcodec_thread_init()Alexander Strange2011-02-09
| * Frame-based multithreading framework using pthreadsAlexander Strange2011-02-09
| * Adopt pkt_dts/pkt_pts in lavc clientsAlexander Strange2011-02-05
| * Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-04
| * ffplay: factorize code from video_thread() into configure_video_filters()Stefano Sabatini2011-02-02
| * In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque.Stefano Sabatini2011-01-30
| * ffplay: in video_thread(), use av_dlog() for timestamp logging.Stefano Sabatini2011-01-30
| * Remove outdated and confusing comment.Stefano Sabatini2011-01-22
* | ffplay: Continue if the file was appended to.Michael Niedermayer2011-03-10
* | Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -...Benjamin Larsson2011-03-08