- 20 Dec, 2011 2 commits
-
-
Alex Converse authored
timestamp_len and timestamp_res intialize to zero.
-
Alex Converse authored
This was an error rebasing 4682a1dc for commit. The "pes" variable guaranteed to be NULL in that block.
-
- 16 Dec, 2011 1 commit
-
-
Vladimir Pantelic authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 12 Dec, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
And remove all its uses.
-
- 10 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 30 Nov, 2011 1 commit
-
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
- 08 Nov, 2011 1 commit
-
-
Anton Khirnov authored
Bug introduced in 84ad31ff. Thanks to Uoti Urpala for finding it.
-
- 02 Nov, 2011 1 commit
-
-
Diego Biurrun authored
-
- 28 Oct, 2011 7 commits
-
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Anton Khirnov authored
Specifically av_update_cur_dts(), av_seek_frame_binary() and av_gen_search(). They are not supposed to be called outside lavf.
-
- 19 Oct, 2011 2 commits
-
-
Anton Khirnov authored
Manual replacements are done in this commit. In many cases, the id is some constant made up number (e.g. 0 for video and 1 for audio), which is then not used in the demuxer for anything. Those ids are removed.
-
Anton Khirnov authored
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 21 Sep, 2011 1 commit
-
-
Diego Biurrun authored
This fixes build failures with -DDEBUG in CPPFLAGS.
-
- 11 Sep, 2011 2 commits
-
-
Georgi Chorbadzhiyski authored
When reporting continuity error show pid, expected and received cc. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Aviad Rozenhek authored
Prevent false positive continuity counter error logs. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 25 Aug, 2011 1 commit
-
-
Alex Converse authored
-
- 16 Aug, 2011 1 commit
-
-
Alex Converse authored
MpegTSContext's AVClass member can be NULL.
-
- 15 Aug, 2011 1 commit
-
-
Anton Khirnov authored
AVFormatParameters are converted into corresponding private options in av_open_input_file/stream() compat wrappers, so accessing them from demuxers is redundant.
-
- 02 Aug, 2011 6 commits
-
-
Zohar Kelrich authored
Signed-off-by: Zohar Kelrich <lumimies@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Zohar Kelrich authored
This fixes an issue where packets which start being read while reading the header stick around after a seek. Signed-off-by: Zohar Kelrich <lumimies@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Zohar Kelrich authored
Signed-off-by: Zohar Kelrich <lumimies@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Zohar Kelrich authored
Signed-off-by: Zohar Kelrich <lumimies@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Zohar Kelrich authored
Make continuity counter respect discontinuity flag and null packets. Unpack the adaptation_field_control field. Signed-off-by: Zohar Kelrich <lumimies@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Zohar Kelrich authored
Do not try to seek when we already know we are not allowed to. Silences warning that always happens when streaming. Signed-off-by: Zohar Kelrich <lumimies@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 29 Jul, 2011 1 commit
-
-
Mike Williams authored
mpegts_read_header is used by both mpegts and mpegtsraw, so this erro check is no longer valid. Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 17 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 11 Jul, 2011 1 commit
-
-
Jindrich Makovicka authored
According to MPEG-TS specs, the continuity_counter shall not be incremented when the adaptation_field_control of the packet equals '00' or '10'. Signed-off-by: Jindrich Makovicka <jindrich.makovicka@nangu.tv> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 05 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 23 Jun, 2011 1 commit
-
-
Diego Biurrun authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 10 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 08 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 03 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 02 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-