- 17 Oct, 2011 8 commits
-
-
Stefano Sabatini authored
With the following additions: * support to gray format * support to yuva420p format * parametric luma/chroma/alpha radius * consistency check on the radius values, avoid crashes with invalid values Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
This filter is a simple wrapper around the LUT filter. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Alex Converse authored
-
Anton Khirnov authored
Deprecate AVFormatContext.mux_rate.
-
Anton Khirnov authored
It's too unreliable to be useful. avio_size() should be called instead.
-
Raivo Hool authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 16 Oct, 2011 2 commits
-
-
Steven Walters authored
Replace our incomplete w32threads implementation with x264's pthreads w32threads wrapper. Relicensed to LGPL with kind permission by Pegasys Inc. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 15 Oct, 2011 2 commits
-
-
Mans Rullgard authored
The size check must be updated to take into account both manners in which v_data_size might be set. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The pixel format is not known until the frame header is parsed. Guessing it here only causes trouble for the caller if the guess turns out to be wrong (and actually causes very wrong output by avconv/avplay). Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 14 Oct, 2011 22 commits
-
-
Ronald S. Bultje authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Ronald S. Bultje authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Ronald S. Bultje authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Ronald S. Bultje authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Ronald S. Bultje authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Ronald S. Bultje authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Justin Ruggles authored
This also allows for removing some of the buf_size checks and using the sample count for some of the decoding loops.
-
Justin Ruggles authored
ADPCM IMA WAV decoder.
-
Justin Ruggles authored
There are still 2 nibbles to decode once the last byte in the packet has been read. Updated FATE reference.
-
Justin Ruggles authored
This is already done by avcodec_decode_audio3()
-
Justin Ruggles authored
-
Mans Rullgard authored
The low 32 bits of a multiplication are the same for signed and unsigned operands. Casting to unsigned before multiplying is thus equivalent while avoiding signed overflow, which is undefined by the C99 standard. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Ronald S. Bultje authored
Fix the fate ref for prores-422_proxy by reverting the changes to it in commit f492df09Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
-
Alex Converse authored
-
Alex Converse authored
-
Diego Biurrun authored
Also correct CRCs for Sequence_1-Apple_ProRes_422_Proxy.mov, previous CRCs were generated with the non-bitexact x86_64 assembler IDCT.
-
John Brooks authored
The cbSize field should be included in all cases, even with PCM where its value is ignored. Fixes encoding PCM audio in Matroska for some players which insist on a full WAVEFORMATEX structure for A_MS/ACM audio. Since fate uses wav files for the audio test a larger number of tests has changed checksums or shifted positions due to the 2 byte longer wave header. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Dustin Brody authored
lavc: add a flag-based error_recognition field to AVCodecContext and deprecate non-flag-based ER field Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Dustin Brody authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 13 Oct, 2011 6 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Justin Ruggles authored
The shorten decoder does not support seeking.
-
Justin Ruggles authored
The demuxer does not read the seektable, a parser is not possible without a full decode, and no shorten decoder can handle random seeking because it needs side info from the seektable.
-
Justin Ruggles authored
This will prevent seeking by bytes for formats that cannot handle this.
-