summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Merge commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b'Michael Niedermayer2012-10-16
|\ | | | | | | | | | | | | | | | | | | | | | | * commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b': tiny_psnr: check for specified sample size less than 1 fate: improve md5sum utility selection rangecoder-test: Drop timer output that clutters stderr Conflicts: tests/tiny_psnr.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rangecoder-test: Drop timer output that clutters stderrDiego Biurrun2012-10-15
| |
* | Merge commit 'c1fcfdec75468009dc7de29a5d1c6adf3b2ef77d'Michael Niedermayer2012-10-16
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'c1fcfdec75468009dc7de29a5d1c6adf3b2ef77d': rangecoder-test: Return in case of an error build: simplify enabling of compat objects Conflicts: configure libavutil/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rangecoder-test: Return in case of an errorDiego Biurrun2012-10-15
| |
* | x86/motion_est: widen before multiply.Michael Niedermayer2012-10-16
| | | | | | | | | | This fixes CID700558, CID700557, CID700556 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | msvideo1enc: fix interframe encodingMichael Niedermayer2012-10-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ra288: assert order to be withinn supported range in do_hybrid_window()Michael Niedermayer2012-10-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | msvideo1enc: fix initial keyframe valueMichael Niedermayer2012-10-15
| | | | | | | | | | | | | | keyframe was never set to anything but 1 Fixes CID733730 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dv: Set FS flag from AVFrame.top_field_firstTomas Härdin2012-10-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dvdec: Set top_field_first from FS flagTomas Härdin2012-10-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dvdec: Move the VSC pack parsing to before avctx->execute()Tomas Härdin2012-10-15
| | | | | | | | | | | | This allows the next commit to parse the FS flag. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rawdec.c: Extract interlace information from quicktime flag if it exisits.Tim Nicholson2012-10-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: use designated initializers for AVClassPaul B Mahol2012-10-15
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | xbmenc: cosmetics: reindentPaul B Mahol2012-10-15
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | flacdec: replace -1 with AV_SAMPLE_FMT_NONEPaul B Mahol2012-10-15
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | shorten: fix U8 to be planar tooMichael Niedermayer2012-10-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | smacker: return more meaningfull error codesPaul B Mahol2012-10-15
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: swscale: try to use mmap only if available configure: check for mprotect wmapro: use planar sample format wmalossless: output in planar sample format wmadec: use float planar sample format output shorten: use planar sample format lavc: update documentation for AVFrame.extended_data Conflicts: libavcodec/shorten.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * wmapro: use planar sample formatJustin Ruggles2012-10-14
| |
| * wmalossless: output in planar sample formatJustin Ruggles2012-10-14
| |
| * wmadec: use float planar sample format outputJustin Ruggles2012-10-14
| |
| * shorten: use planar sample formatJustin Ruggles2012-10-14
| |
| * lavc: update documentation for AVFrame.extended_dataJustin Ruggles2012-10-14
| |
* | lavc: add xface image decoder and encoderStefano Sabatini2012-10-15
| | | | | | | | | | Based on libcompface code by James Ashton <James.Ashton@anu.edu.au>, and relicensed to LGPL with the author's consent.
* | h264: Change asserts to av_asserts in ff_h264_fill_default_ref_list()Michael Niedermayer2012-10-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: remove unneeded dereferenceMichael Niedermayer2012-10-15
| | | | | | | | | | Fixes CID703723 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kdec: remove unneeded operationMichael Niedermayer2012-10-14
| | | | | | | | | | Fixes CID717554 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kdec: make curtilenum integer.Michael Niedermayer2012-10-14
| | | | | | | | | | | | This fixes a potential crash. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tag_tree_decode: check node being non nullMichael Niedermayer2012-10-14
| | | | | | | | | | Fixes CID717843 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | compute_lpc_coefs: assert that normalize and fail have a supported combinationMichael Niedermayer2012-10-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | noise_bsf: fix division by 0Michael Niedermayer2012-10-14
| | | | | | | | | | Fixes CID733737 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | flac_parser.c: fix issue with looping output for small files.Michael Chinen2012-10-14
| | | | | | | | | | | | | | see trac 1345 https://ffmpeg.org/trac/ffmpeg/ticket/1345 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | bgmc: fix sizeof arguments (should fix CIDs: 700724 and 608084)Thilo Borgmann2012-10-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: fix parsing of old lossless profile (profile_idc == 144)Hendrik Leppkes2012-10-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | eatgq: raise error on unsupported macroblock modePeter Ross2012-10-14
| | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ansi: by design nb_args may exceed the size of the args array, so guard ↵Peter Ross2012-10-14
| | | | | | | | | | | | accordingly Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: avutil: Do not make ff_ symbols globally visible. avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() build: tms470: work around glibc math.h problems configure: improve tms470 compiler usage with glibc Conflicts: libavcodec/bmpenc.c libavcodec/rawdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun2012-10-13
| | | | | | | | Functions used across libraries should have avpriv_ and not ff_ prefixes.
* | eatgq: fix small overreadPaul B Mahol2012-10-14
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | svq1dec: use log level that have more common sensePaul B Mahol2012-10-14
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | svq1dec: use more common way to check if result is not zeroPaul B Mahol2012-10-14
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | svq1dec: check return value of get_bits1() in more common wayPaul B Mahol2012-10-14
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | svq1dec: return more meaningful error codesPaul B Mahol2012-10-14
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | dpxenc: fix signed c99 overflowsMichael Niedermayer2012-10-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g723_1: fix overflow in square_root()Michael Niedermayer2012-10-14
| | | | | | | | | | | | the intermediate does not fit in a signed 32bit int Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avoid more "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-14
| | | | | | | | | | | | missed these in my previous search and replace Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpeg4videodec: Recalculate timebase in case of guessing time increment bitsMichael Niedermayer2012-10-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | alsdec: fix clipping of weightings for MCC decodingThilo Borgmann2012-10-14
| | | | | | | | | | Fixes CID717905 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpegvideo: fix motion_val checksMichael Niedermayer2012-10-14
| | | | | | | | | | Fixes CID604124 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>