summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* kgv1dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* ivi_common: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* indeo3: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* h26[13]dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* gifdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* g2meet: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* eatqi: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* eatgv: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* eatgq: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* eamad: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* eacmv: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* dvdsubdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* dvdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* dpx: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* dnxhddec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* dirac: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* cdxl: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* avs: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* ansi: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* lavc/utils: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov2013-10-31
| | | | | | avcodec_set_dimensions() is supposed to be an internal utility function, there is no reason whatsoever for it to be public. Therefore deprecate it.
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-31
| | | | | | | | This can be optionally disabled whith the "output_corrupt" flags option. When in "output_corrupt" mode, incomplete frames are signalled through AVFrame.flags FRAME_FLAG_INCOMPLETE_FRAME. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-31
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* lavc: add error checking to apply_param_change.Anton Khirnov2013-10-30
|
* libopenjpegdec: return meaningful error codesAnton Khirnov2013-10-30
|
* h264: Check all allocationsDerek Buitenhuis2013-10-29
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* lavc: remove old unused audio conversion functions.Anton Khirnov2013-10-28
|
* ac3dec: fix outptr increment.Michael Niedermayer2013-10-28
| | | | | | | | | Fixes corrupt data errors when downmixing in the AC-3 decoder. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> CC:libav-stable@libav.org
* lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov2013-10-28
|
* g722dec: Change bits_per_codeword to the right option typeMartin Storsjö2013-10-28
| | | | | | | This isn't a set of flags but just a plain integer in the range 6-8. Signed-off-by: Martin Storsjö <martin@martin.st>
* lavc: disable CRC checking by defaultAnton Khirnov2013-10-28
|
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-28
| | | | | | Just crccheck prints a warning, crccheck+explode returns an error. Also document this behavior.
* error resilience: check error_concealment, not err_recognition.Anton Khirnov2013-10-28
| | | | | err_recognition is supposed to trigger detecting and reporting errors, not trying to fix them.
* h263: Check init_get_bits return valueMichael Niedermayer2013-10-28
| | | | | | | And use init_get_bits8 to check for integer overflows while at it. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* h263: Return meaningful errorsLuca Barbato2013-10-28
|
* h264_ps: when parsing a VUI fails, only abort when explode is setAnton Khirnov2013-10-27
| | | | | | A VUI doesn't contain anything strictly necessary for decoding. Apparently there are many samples with truncated VUIs in the wild, this commit should allow decoding them.
* mmvideo: fix uninitialized variable use in mm_decode_intraVittorio Giovara2013-10-27
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* fft-test: add a missing #includeAnton Khirnov2013-10-26
| | | | stdio.h needed for printf since 7177df90a043bd59e172843fc7cb9e767080ea12
* aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse2013-10-25
| | | | It does not take log level as an argument.
* fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis2013-10-25
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis2013-10-25
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* golomb: reduce scope of a few variablesVittorio Giovara2013-10-24
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* golomb: K&R formatting cosmeticsVittorio Giovara2013-10-23
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* h263: K&R formatting cosmeticsLuca Barbato2013-10-23
| | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* mpegvideo: Drop a faulty assertLuca Barbato2013-10-23
| | | | | | | That check is easily reachable by faulty input. CC:libav-stable@libav.org Reported-by: Torsten Sadowski <tsadowski@gmx.net>
* aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse2013-10-23
| | | | | This does not include support for LD SBR, epTool, data resilience, nor the 960 transform family.
* aacdec: Use avpriv_report_missing_feature() instead of custom logging.Alex Converse2013-10-23
|
* h264_parser: Use ff_h264_reset_sei()Yusuke Nakamura2013-10-22
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* h264_parser: Fix order of operationsMichael Niedermayer2013-10-22
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* pthread: Avoid spurious wakeupsBen Jackson2013-10-21
| | | | | | | | | | | | | | | pthread_wait_cond can wake up unexpectedly (Wikipedia: Spurious_wakeup). The FF_THREAD_SLICE thread mechanism could spontaneously execute jobs or allow the caller of avctx->execute to return before all jobs were complete. Test both cases to ensure the wakeup is real. Signed-off-by: Ben Jackson <ben@ben.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>