summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer2011-01-071-0/+4
* Fix ffplay -an/-vn options that were swapped by r26105.Nicolas George2010-12-281-3/+3
* Support filters and decoders that dont support negative linesizes.Michael Niedermayer2010-12-271-0/+3
* Use av_find_best_stream in ffplay.Nicolas George2010-12-271-28/+18
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-021-8/+6
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-4/+4
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-071-1/+0
* Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini2010-11-071-2/+2
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-041-1/+1
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-041-1/+1
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-031-3/+4
OpenPOWER on IntegriCloud