- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
This applies to every library where performance is not critical.
-
- 26 Mar, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket4393 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Mar, 2015 1 commit
-
-
Carl Eugen Hoyos authored
Use correct context, reduce log level, don't assume it is a video stream, and print the tag of the unknown stream. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 06 Mar, 2015 1 commit
-
-
Andreas Cadhalpun authored
opttimizations -> optimizations grabing -> grabbing many resource -> many resources isnt -> isn't silcense -> silence Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Feb, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
Bug-Id: CID 1257835
-
- 14 Feb, 2015 1 commit
-
-
Diego Biurrun authored
-
- 18 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jan, 2015 1 commit
-
-
wm4 authored
AVInputFormat.read_close is not called if AVInputFormat.read_header fails, so this needs to be handled separately. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Dec, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Dec, 2014 1 commit
-
-
Luca Barbato authored
The function takes a size and not an offset. CC: libav-stable@libav.org Sample-Id: rm_deadlock.rm Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 03 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes infinite loop Fixes Ticket4154 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Nov, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Fixes compilation on Android where the sync() definition in unistd.h interferes with the static definitions in libavformat.
-
- 21 Oct, 2014 2 commits
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 90558
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 733714
-
- 11 Sep, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket2152 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2014 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 01 May, 2014 1 commit
-
-
Anton Khirnov authored
That field will be deprecated and the value that is written there is not particularly useful.
-
- 11 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 09 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
The fate test is changed because the reference file depends on the use of non cleared data at the very end. Alternatively we could upload a new reference file, though that would then have to be changed every time the handling of a truncated frame changes or theres a change to error concealment, each time adding a new file ... Fixes use of uninitialized memory Fixed: msan_uninit-mem_7f3c02b81363_2787_RLG2_19.rm Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes use of uninitialized memory Fixes: msan_uninit-mem_7fa8c49400d0_3923_audiosig.rm Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Dec, 2013 2 commits
-
-
Michael Niedermayer authored
Fixes memleak Fixes: msan_uninit-mem_7fc5d73327d4_6192_kuerti.ra Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
avformat/rmdec: check against mismatching int4 interleaver parameters which would leave uninitialized holes Fixes use of uninitialized memory Fixes: msan_uninit-mem_7f9cf38857c0_4582_coop.ra Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes use of uninitialized memory Fixes: msan_uninit-mem_7f9677850d99_4635_crashed.rm Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Oct, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Broken by aecb9d39 Fixes assertion failure Fixes Ticket3042 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Oct, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 18 Sep, 2013 1 commit
-
-
Martin Storsjö authored
Abort if it is invalid if strict error checking has been requested. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 02 Sep, 2013 1 commit
-
-
Diego Biurrun authored
-
- 02 Aug, 2013 1 commit
-
-
Diego Biurrun authored
-
- 13 Jul, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Fixes the cause of a null pointer dereference on oom described in ticket #2724.
-
- 12 Jul, 2013 1 commit
-
-
Piotr Bandurski authored
Fixes ticket #2724 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
This fixes crashes when playing back certain RealRTSP streams. When invoked from the RTP depacketizer, the full realmedia demuxer isn't invoked, but only certain functions from it, where a separate AVIOContext is passed in as parameter (for the buffer containing the data to parse). The functions called from within those entry points should only be using that parameter, not s->pb. In the depacketizer case, s is the RTSP context, where ->pb is null. Cc: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 01 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
Fix null pointer dereference Fixes Ticket2588 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1605 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-