summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ffplay: add existence check on ic->pb in decode_thread()Stefano Sabatini2011-03-191-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-151-1/+1
|\ \ | |/
| * avio: deprecate url_ferrorAnton Khirnov2011-03-151-1/+1
| * avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
| * avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
| * lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-161-1/+1
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-3/+3
| * Remove disabled legacy code in ffplay.Stefano Sabatini2011-02-141-34/+0
| * Deprecate avcodec_thread_init()Alexander Strange2011-02-091-1/+1
| * Frame-based multithreading framework using pthreadsAlexander Strange2011-02-091-0/+1
| * Adopt pkt_dts/pkt_pts in lavc clientsAlexander Strange2011-02-051-2/+2
| * Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-041-2/+1
| * ffplay: factorize code from video_thread() into configure_video_filters()Stefano Sabatini2011-02-021-19/+32
| * In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque.Stefano Sabatini2011-01-301-3/+2
| * ffplay: in video_thread(), use av_dlog() for timestamp logging.Stefano Sabatini2011-01-301-5/+6
| * Remove outdated and confusing comment.Stefano Sabatini2011-01-221-2/+0
* | ffplay: Continue if the file was appended to.Michael Niedermayer2011-03-101-0/+1
* | Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -...Benjamin Larsson2011-03-081-0/+1
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-081-1/+1
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-1/+1
* | lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-181-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-3/+3
* | Remove disabled legacy code in ffplay.Stefano Sabatini2011-02-141-34/+0
* | ffplay: stats: do not dereference NULL videoNicolas George2011-02-111-1/+8
* | Deprecate avcodec_thread_init()Alexander Strange2011-02-111-1/+1
* | Frame-based multithreading framework using pthreadsAlexander Strange2011-02-111-0/+1
* | Implement guessed_pts in avcodec_decode_video2Nicolas George2011-02-071-5/+2
* | Adopt pkt_dts/pkt_pts in lavc clientsAlexander Strange2011-02-061-2/+2
OpenPOWER on IntegriCloud