summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-061-2/+1
* | ffplay: factorize code from video_thread() into configure_video_filters()Stefano Sabatini2011-02-041-19/+32
* | In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque.Stefano Sabatini2011-01-311-3/+2
* | ffplay: in video_thread(), use av_dlog() for timestamp logging.Stefano Sabatini2011-01-311-5/+6
* | Remove outdated and confusing comment.Stefano Sabatini2011-01-231-2/+0
|/
* Merge two if (got_picture) {} blocks in ffplay.c:get_video_frame().Stefano Sabatini2011-01-171-2/+0
* Remove outcommented fossil code.Stefano Sabatini2011-01-171-2/+0
* Fix weird indent in get_video_frame().Stefano Sabatini2011-01-161-39/+39
* Reindent after the last commit.Stefano Sabatini2011-01-151-2/+2
* In ffplay, do not open display if -nodisp is set.Stefano Sabatini2011-01-151-0/+2
* Cosmetics: fix weird indent.Stefano Sabatini2011-01-151-4/+4