- 21 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
This should fix a infinite loop on freebsd Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3553 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Jun, 2014 1 commit
-
-
Uwe L. Korn authored
If no streams were indicated in the FLV header, do not automatically allocate by default a video and an audio stream. Instead, in the case that the header did not indicate the presence of any data, allocate no stream until data actually arrives for one type. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Found-by:
Alessandro Ghedini <alessandro@ghedini.me> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Apr, 2014 4 commits
-
-
Luca Barbato authored
Some applications really mean to send negative pts.
-
Luca Barbato authored
No point in sending the message multiple time.
-
Luca Barbato authored
Messages should start with a capital letter and possibly end with a "." if they are statements.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3425 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Jan, 2014 1 commit
-
-
Benjamin Larsson authored
The Omnia A/XE encoder writes the explicit extra data incorrectly and wrongly disables parametric stereo. Truncating the extra data by setting the size to 2 works around this. The AAC extra data parser will then only parse the correct parts. Bug-id: 599
-
- 10 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes use of uninitialized memory Fixes: msan_uninit-mem_7f9b8387069e_5377_flv_with_pcm_s16be_audio_track.flv 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>
-
- 15 Dec, 2013 1 commit
-
-
Alex Sukhanov authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Oct, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 13 Oct, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 21 Sep, 2013 1 commit
-
-
Luca Barbato authored
Certain streaming servers do not preserve the order of the fields.
-
- 16 Sep, 2013 1 commit
-
-
Luca Barbato authored
It is used internally.
-
- 27 Aug, 2013 1 commit
-
-
Luca Barbato authored
-
- 02 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Aug, 2013 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 27 Jul, 2013 1 commit
-
-
Diego Biurrun authored
-
- 30 Jun, 2013 1 commit
-
-
Carl Eugen Hoyos authored
The aix header math.h defines "extern int class()" for C.
-
- 07 Jun, 2013 1 commit
-
-
Atli Thorbjornsson authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Apr, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Fixes compilation of pngenc.c and flvdec.c with PGC 13.4-0.
-
- 03 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Seeking with the file in Ticket2283 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Mar, 2013 2 commits
-
-
Justin Ruggles authored
This is needed in order for the FLV demuxer not to detect a codec change when using the "flv_metadata" option.
-
Justin Ruggles authored
-
- 01 Mar, 2013 2 commits
-
-
Martin Storsjö authored
The callers of this function can't report errors sanely. If this one malloc fails, don't write the extradata byte, make sure we try to malloc it the next time we're called instead, and make sure we still consume the input data byte. CC: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This header byte is only present when actually reading a VP6 frame, not when reading the codec type field in the metadata. This potential bug has been present since 5b54a90c. CC: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 01 Feb, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #2218.
-
- 17 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
I was unable to find a file that needs this hack, if you have one please contact us! Fixes out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 15 Oct, 2012 1 commit
-
-
Paul B Mahol authored
Fixes null pointer dereference. Fixes CID732242. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 11 Sep, 2012 1 commit
-
-
Anton Khirnov authored
New streams may be created at any time, e.g. on codec change.
-
- 04 Sep, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 02 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Sep, 2012 1 commit
-
-
Roman Arutyunyan authored
This fixes stream lookup in flv demuxer. When used with librtmp protocol streams are sometimes added after head arrived. If the first stream added in flv header reader is Audio stream then it is messed with Video stream added later in the code patched. The result is I have 2 Audio streams (first of them is said to have a video codec like h264) instead of Audio/Video pair. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-