- Jul 11, 2013
-
-
Sebastian Dröge authored
-
- Jul 09, 2013
-
-
Tim-Philipp Müller authored
version 9.8: - kmvc: Clip pixel position to valid range - kmvc: Use fixed sized arrays in the context - indeo: Reject negative array indexes - indeo: Check for reference when inheriting motion vectors - indeo: Properly forward the error codes - mjpeg: Check the unescaped size for overflows - wmapro: Error out on impossible scale factor offsets - wmapro: Check the min_samples_per_subframe - wmapro: Return early on unsupported condition - wmapro: Check num_vec_coeffs against the actual available buffer - wmapro: Make sure there is room to store the current packet - lavc: Move put_bits_left in put_bits.h - 4xm: Do not overread the source buffer in decode_p_block - 4xm: Check bitstream_size boundary before using it version 9.7: Most of the following fixes resulted from test samples that the Google Security Team has kindly made available to us: - 4xm: fix several programming errors to avoid crashes, etc. - apetag: use int64_t for filesize - jpegls: Fix invalid writes to memory - ljpeg: use the correct number of components in YUV - mjpeg: Validate sampling factors - mjpegdec: properly report unsupported disabled features - mjpegdec: validate parameters in mjpeg_decode_scan_progressive_ac - mpegvideo: allocate sufficiently large scratch buffer for interlaced vid - pixdesc: mark gray8 as pseudopal - smacker: fix several programming errors to avoid crashes, etc. - tiff: do not overread the source buffer - vmd: drop incomplete chunks and spurious samples - vmdav: convert to bytestream2 to avoid invalid reads and writes - wavpack: check packet size early - wavpack: use bytestream2 in wavpack_decode_block - wavpack: validate samples size parsed in wavpack_decode_block
-
- Jun 25, 2013
-
-
Wim Taymans authored
realvideo does not have the systemstream property and nobody ever sets it so better remove it here to make it link to something else.
-
- Jun 18, 2013
-
-
- Jun 11, 2013
-
-
Thiago Santos authored
If coded_width/_height is supplied, the codec might use it as the width/height and if it is wrong can lead to segfaults or video corruption. This is specially harmful on renegotiation scenarios where the resolution changed. There seems to be no specific function for reseting the AV Context in libav, so just set it directly. https://bugzilla.gnome.org/show_bug.cgi?id=702003
-
- Jun 05, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From 098c0d7 to 01a7a46
-
- May 20, 2013
-
-
Sebastian Dröge authored
-
- May 15, 2013
-
-
Sebastian Dröge authored
From 5edcd85 to 098c0d7
-
- May 06, 2013
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Only 16 bits is supported for now though.
-
- Apr 23, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
If upstream is live we don't want FRAME based threaded decoding as it adds latency.
-
- Apr 22, 2013
-
-
Tim-Philipp Müller authored
From 3cb3d3c to 5edcd85
-
- Apr 16, 2013
-
-
Sebastian Dröge authored
-
- Apr 15, 2013
-
-
Andoni Morales Alastruey authored
-
Sebastian Dröge authored
-
Matej authored
-
- Apr 14, 2013
-
-
Tim-Philipp Müller authored
From aed87ae to 3cb3d3c
-
- Apr 09, 2013
-
-
Stefan Sauer authored
From 04c7a1e to aed87ae
-
Siva Chandran P authored
Otherwise we'll just set the to NULL while resetting the decoder and don't have them available anymore later. https://bugzilla.gnome.org/show_bug.cgi?id=697548
-
- Mar 26, 2013
-
-
David Schleef authored
-
- Mar 25, 2013
-
-
Sebastian Dröge authored
-
- Mar 07, 2013
-
-
Sebastian Dröge authored
libav assumes that it's not just an assembler but something that can also handle CPPFLAGS and other things. https://bugzilla.gnome.org/show_bug.cgi?id=694416
-
Sebastian Dröge authored
+ running automake -a -c -Wno-portability... common/check.mak:107: error: GST_GCOV_ENABLED does not appear in AM_CONDITIONAL tests/check/Makefile.am:1: 'common/check.mak' included from here
-
Tim-Philipp Müller authored
From 2de221c to 04c7a1e
-
- Mar 02, 2013
-
-
Tim-Philipp Müller authored
-
- Mar 01, 2013
-
-
Olivier Crête authored
-
- Feb 28, 2013
-
-
Tim-Philipp Müller authored
e.g. gst-plugins-bad has some unit tests that draw on av* elements.
-
- Feb 15, 2013
-
-
Rico Tzschichholz authored
This time for real hopefully. Make sure to remove any libav-dist directories that may still be around from previous make dist attempts first.
-
- Feb 12, 2013
-
-
Tim-Philipp Müller authored
-
- Feb 05, 2013
-
-
David Schleef authored
-
- Jan 28, 2013
-
-
Stefan Sauer authored
From a942293 to 2de221c
-
- Jan 26, 2013
-
-
This reverts commit c5980dc5. It's fixed now. https://bugzilla.gnome.org/show_bug.cgi?id=690940
-
-
Nicolas Dufresne authored
Calculate output buffer size based on the number of samples, channels and bytes per sample. The buffer size was calculated based on linesize, which may be larger than what's required. https://bugzilla.gnome.org/show_bug.cgi?id=690940
-
- Jan 22, 2013
-
-
Tim-Philipp Müller authored
Currently just fails to initialize. https://bugzilla.gnome.org/show_bug.cgi?id=691617
-
Tim-Philipp Müller authored
Currently outputs garbled audio. Use faad in the meantime. https://bugzilla.gnome.org/show_bug.cgi?id=690940
-
- Jan 21, 2013