aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | libopenjpegdec: hack to fix GRAY16 decodingPaul B Mahol2012-03-271-0/+4
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vc1dec: move mquant zero check down.Michael Niedermayer2012-03-271-4/+4
| | | | | | | | | | | | | | | | | | | | | This way it catches all cases, and prevents later segfaults. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | targa: Fix input buffer size check.Michael Niedermayer2012-03-271-1/+1
| | | | | | | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | RELEASE: bump to current version (0.10.2).Clément Bœsch2012-03-261-1/+1
| | |
* | | APIchanges: fill in missing dates and hashes.Clément Bœsch2012-03-261-12/+12
| | |
* | | aac: reference supported sample rates in encoders.Clément Bœsch2012-03-262-0/+2
| | |
* | | ffmpeg: more expressive sample rate automatic selection.Clément Bœsch2012-03-261-1/+12
| | | | | | | | | | | | | | | Output now lists the available sample rates with commands like ffmpeg -f lavfi -i aevalsrc=0 -ar 20000 -y /tmp/out.mp3
* | | lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref().Clément Bœsch2012-03-264-2/+50
| | |
* | | indeo3dec: check mv bitstream pointerMichael Niedermayer2012-03-261-0/+4
| | | | | | | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | indeo3dec: Fix end pointer.Michael Niedermayer2012-03-261-3/+4
| | | | | | | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-2619-150/+235
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: ppc: drop stray leftover backslash build: Only clean the architecture subdirectory we build for. build: drop some unnecessary dependencies from the H.264 parser build: prettyprinting cosmetics libavutil: Remove pointless rational test program. libavutil: Remove broken and pointless lzo test program. lavf doxy: expand AVStream.codec doxy. lavf doxy: improve AVStream.time_base doxy. lavf doxy: add some basic documentation about reading from the demuxer. lavf doxy: document passing options to demuxers. lavf doxy: clarify that an AVPacket contains encoded data. mpegtsenc: allow user triggered PES packet flushing APIchanges: mark the place where 0.7 was cut. APIchanges: mark the place where 0.8 was cut. APIchanges: fill in missing dates and hashes. smacker: convert palette and header reading to bytestream2. alac: convert extradata reading to bytestream2. Conflicts: doc/APIchanges libavcodec/smacker.c libavcodec/x86/Makefile libavfilter/Makefile libavutil/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | build: ppc: drop stray leftover backslashDiego Biurrun2012-03-261-1/+1
| | |
| * | build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-266-13/+3
| | | | | | | | | | | | | | | This allows simplifying the Makefiles; it is no longer necessary to register arch subdirectory Makefiles, just putting them in place is enough.
| * | build: drop some unnecessary dependencies from the H.264 parserDiego Biurrun2012-03-261-1/+1
| | |
| * | build: prettyprinting cosmeticsDiego Biurrun2012-03-269-79/+76
| | |
| * | libavutil: Remove pointless rational test program.Diego Biurrun2012-03-262-26/+1
| | |
| * | libavutil: Remove broken and pointless lzo test program.Diego Biurrun2012-03-263-49/+0
| | |
| * | lavf doxy: expand AVStream.codec doxy.Anton Khirnov2012-03-261-1/+12
| | |
| * | lavf doxy: improve AVStream.time_base doxy.Anton Khirnov2012-03-261-3/+5
| | | | | | | | | | | | | | | Remove confusing sentence that implied the user should set the timebase. Elaborate on how the timebase is set for muxing.
| * | lavf doxy: add some basic documentation about reading from the demuxer.Anton Khirnov2012-03-261-0/+16
| | |
| * | lavf doxy: document passing options to demuxers.Anton Khirnov2012-03-261-0/+41
| | |
| * | lavf doxy: clarify that an AVPacket contains encoded data.Anton Khirnov2012-03-261-2/+2
| | |
| * | mpegtsenc: allow user triggered PES packet flushingJindrich Makovicka2012-03-261-9/+31
| | | | | | | | | | | | | | | Signed-off-by: Jindrich Makovicka <jindrich.makovicka@nangu.tv> Signed-off-by: Martin Storsjö <martin@martin.st>
| * | APIchanges: mark the place where 0.7 was cut.Anton Khirnov2012-03-261-0/+7
| | |
| * | APIchanges: mark the place where 0.8 was cut.Anton Khirnov2012-03-261-0/+8
| | |
| * | APIchanges: fill in missing dates and hashes.Anton Khirnov2012-03-261-7/+7
| | |
| * | smacker: convert palette and header reading to bytestream2.Ronald S. Bultje2012-03-251-10/+10
| | |
| * | alac: convert extradata reading to bytestream2.Ronald S. Bultje2012-03-251-19/+20
| | |
* | | Enable generic index/seeking for mgsts demuxer.Reimar Döffinger2012-03-261-0/+3
| | | | | | | | | | | | | | | | | | | | | This depends on the proposed parser change for 0-size packets in previous mail, otherwise video now plays far too fast. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | | Handle 0-size sync packets when only parsing headers.Reimar Döffinger2012-03-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the duration of those packets is just discarded when enabling parsing, thus the output of the Metal Gear Solid demuxer breaks completely when just setting AVSTREAM_PARSE_HEADERS. The result will not be correct if a parser creates a delay even with PARSER_FLAG_COMPLETE_FRAMES and there might be other cases where it does not work correct, but just discarding them as it is done currently seems worse. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | | Support FLIC in MOV.Reimar Döffinger2012-03-262-3/+8
| | | | | | | | | | | | | | | | | | Fixes trac issue #626. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | | als: consistent messagesThilo Borgmann2012-03-261-11/+11
| | | | | | | | | | | | | | | | | | "." for warnings, "!" for errors. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | libopenjpegenc: remove leftover because older version of patch being appliedPaul B Mahol2012-03-261-1/+0
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ALS error message pretty printThilo Borgmann2012-03-261-1/+1
| | | | | | | | | | | | | | | | | | One prettier message. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | qdm2: Fix out of array writesMichael Niedermayer2012-03-261-5/+14
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | qdm2: fix out of array readMichael Niedermayer2012-03-261-3/+6
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | qdm2dec: fix out of array readMichael Niedermayer2012-03-261-3/+7
| | | | | | | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | mxfdec: fix off by one error.Michael Niedermayer2012-03-261-1/+1
| | | | | | | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | libopenjpegdec: refactor some code and fix memory leaksPaul B Mahol2012-03-261-5/+4
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | libopenjpegdec: always check image because decoding may still failPaul B Mahol2012-03-261-0/+5
| | | | | | | | | | | | | | | | | | | | | Fixes bunch of segfaults. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | libopenjpegenc: allow changing encoding parametersPaul B Mahol2012-03-261-3/+58
| | | | | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | libopenjpegenc: merge common codePaul B Mahol2012-03-261-24/+0
| | | | | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | libopenjpegenc: use pix_fmt descriptor to get bppPaul B Mahol2012-03-261-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | This will also simplify adding support for RGB565 and similar. Signed-off-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | libopenjpegenc: use pix_fmt descriptor to get numcompsPaul B Mahol2012-03-261-16/+3
| | | | | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | indeo4: better mv checkMichael Niedermayer2012-03-261-4/+4
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | indeo5: check motion vectors.Michael Niedermayer2012-03-262-1/+11
| | | | | | | | | | | | | | | | | | | | | fixes out of frame reading Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | mxfdec: pass correct context to av_timecode_init()Michael Niedermayer2012-03-261-2/+2
| | | | | | | | | | | | | | | fixes null ptr dereference Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formatsPaul B Mahol2012-03-262-0/+6
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> added fate checksum update Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | png: fix warning about discarding qualifiers [-Wincompatible-pointer-types]Paul B Mahol2012-03-261-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | pthread : Remove lock/unlock pairs in worker loop to avoid unexpected state ↵Aaron Colwell2012-03-261-7/+2
| | | | | | | | | | | | | | | | | | | | | changes. Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>