- 08 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 07 Apr, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 06 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 03 Apr, 2011 1 commit
-
-
Anton Khirnov authored
Use it instead of url_is_streamed and AVIOContext.is_streamed.
-
- 01 Apr, 2011 1 commit
-
-
Anton Khirnov authored
In particular, now it assumes that a) chapters are chronologically ordered b) chapters have the same timebases c) duration of the stream is known and asserts if any of these is not met. Make it properly deal with harsher conditions. fixes issue2320
-
- 25 Mar, 2011 1 commit
-
-
Justin Ruggles authored
-
- 21 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 Mar, 2011 5 commits
-
-
Martin Storsjö authored
This is shared by both applehttp demuxer and protocol. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Stefano Sabatini authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c5dcb3d4 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Stefano Sabatini authored
Help debugging timestamp issues. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit d541c8b4 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Stefano Sabatini authored
Turns a comment into an av_dlog() instruction, also add a commented issues. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 77f21ce4 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 16 Mar, 2011 2 commits
-
-
Janne Grunau authored
-
Janne Grunau authored
also update the multiple inclusion guards in config.h|mak
-
- 15 Mar, 2011 2 commits
-
-
Nicolas George authored
Functions interrupted by url_interrupt_cb should not be restarted. Therefore using AVERROR(EINTR) was wrong, as it did not allow to distinguish when the underlying system call was interrupted and actually needed to be restarted. This fixes roundup issues 2657 and 2659 (ffplay not exiting for streamed content). Signed-off-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
The error should be caught in write_packet()/write_trailer() Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 07 Mar, 2011 2 commits
-
-
Anton Khirnov authored
also change its prefix to ffio Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 04 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 02 Mar, 2011 1 commit
-
-
Martin Storsjö authored
This removes a fixme issue, by allowing the av_pkt_dump functions to use the correct time base. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 01 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 23 Feb, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 21 Feb, 2011 1 commit
-
-
Anton Khirnov authored
In the name of consistency: get_byte -> avio_r8 get_<type> -> avio_r<type> get_buffer -> avio_read get_partial_buffer will be made private later get_strz is left out becase I want to change it later to return something useful. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 20 Feb, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 17 Feb, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 16 Feb, 2011 3 commits
-
-
Stefano Sabatini authored
The new av_parse_time() is created in libavutil/parseutils.h, all the internal functions used by parse_date are moved to libavutil/parseutils.c and made static. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Balint Marton authored
The current implementation has a bug, it is returning the stream index in the found program, and not the stream index in the list of all streams. The attached patch fixes this issue. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 14 Feb, 2011 1 commit
-
-
Anssi Hannula authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 13 Feb, 2011 1 commit
-
-
Anssi Hannula authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 10 Feb, 2011 1 commit
-
-
Peter Ross authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 09 Feb, 2011 1 commit
-
-
Alexander Strange authored
See doc/multithreading.txt for details on use in codecs. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 08 Feb, 2011 2 commits
-
-
Anssi Hannula authored
It is useful for applications that hand input data directly to lavf via a ByteIOContext. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Anssi Hannula authored
There is no need to pass the ByteIOContext via a pointer to a pointer anymore. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 06 Feb, 2011 1 commit
-
-
Reimar Döffinger authored
Fixes issue 2475. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 04 Feb, 2011 2 commits
-
-
Martin Storsjö authored
This function is useful for freeing data structures allocated by muxers, which currently have to be freed manually by the caller. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Peter Ross authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-