summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/options_table: disable CRC checking by defaultAnton Khirnov2013-10-271-1/+1
* avcodec/takdec: also do crc check when er compliant is setMichael Niedermayer2013-10-271-2/+2
* avcodec/avcodec.h: Add documentation for the AV_EF_* defifinesMichael Niedermayer2013-10-271-8/+8
* correct the AVOption documentation for AV_EF_CAREFULMichael Niedermayer2013-10-271-1/+1
* vp9: skip itxfm_add if the whole block has no coefficients.Ronald S. Bultje2013-10-271-2/+2
* avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD.Ronald S. Bultje2013-10-271-17/+17
* avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead...Ronald S. Bultje2013-10-271-1/+1
* vcodec/vc1dec: remove dead codeMichael Niedermayer2013-10-271-2/+1
* avcodec/vc1_parser: check ff_vc1_parse_frame_header*() return valueMichael Niedermayer2013-10-271-2/+6
* avcodec/tiff: factorize offset init codeMichael Niedermayer2013-10-271-3/+1
* avcodec/tiff: remove TIFF_LONG special caseMichael Niedermayer2013-10-271-4/+1
* avcodec/tiff: Fix use of uninitialized off variableMichael Niedermayer2013-10-271-3/+1
* avcodec/hevcpred_template: Fix integer overflowsMichael Niedermayer2013-10-271-2/+2
* Merge commit 'afa93d198aaf2cc661c4df6d4095cd030265d30a'Michael Niedermayer2013-10-273-17/+242
|\
| * hevc_parser: Set pict_type, key_frame and output_picture_number.Yusuke Nakamura2013-10-273-9/+233
| * hevc: Search start code in decode_nal_units().Yusuke Nakamura2013-10-271-8/+9
* | avcodec/flacdec: also do crc check when er compliant is setMichael Niedermayer2013-10-271-1/+1
* | avcodec/error_resilience check error_concealment, not err_recognition.Anton Khirnov2013-10-271-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-261-0/+1
|\ \
| * | fft-test: add a missing #includeAnton Khirnov2013-10-261-0/+1
| * | aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse2013-10-251-6/+6
| * | fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis2013-10-251-1/+4
| * | dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis2013-10-251-1/+4
* | | avcodec/h264_parser: heuristically detect non marked keyframesMichael Niedermayer2013-10-261-0/+3
* | | avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMP...Michael Niedermayer2013-10-261-1/+1
* | | avcodec/jpeg2000dec: non zero image offsets are not supportedMichael Niedermayer2013-10-261-0/+5
* | | h264: make flush_change() set mmco_resetMichael Niedermayer2013-10-261-0/+1
* | | avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer2013-10-251-1/+1
* | | avcodec/twinvq: return the actual number of consumed bytesMichael Niedermayer2013-10-251-1/+1
* | | metasound & twinvqdec: return the number of read bytes from read_bitstreamMichael Niedermayer2013-10-252-2/+2
* | | avcodec/wmalosslessdec: fix data flushing at the endMichael Niedermayer2013-10-251-0/+2
* | | avcodec/h264: do not trust last_pic_droppable when marking pictures as doneMichael Niedermayer2013-10-241-3/+3
* | | avcodec/flicvideo: use avpriv_request_sample()Paul B Mahol2013-10-241-1/+1
* | | avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86...Ronald S. Bultje2013-10-242-22/+32
* | | fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis2013-10-241-1/+4
* | | dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis2013-10-241-1/+4
* | | lavc/libmp3lame: add comments about CBR/VBR modesTimothy Gu2013-10-241-2/+2
* | | lavc/libmp3lame: fix alignment and capitalization in AVOptionsTimothy Gu2013-10-241-2/+2
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-241-12/+6
|\ \ \ | |/ /
| * | golomb: reduce scope of a few variablesVittorio Giovara2013-10-241-12/+6
* | | avcodec/mpegaudio_tablegen: fix build with hardcoded tablesMichael Niedermayer2013-10-241-1/+1
* | | avcodec/metasound_data: Fix inconsistency in tablesMichael Niedermayer2013-10-231-0/+8
* | | avcodec/hevc: remove CODEC_CAP_EXPERIMENTALMichael Niedermayer2013-10-232-2/+2
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-231-135/+177
|\ \ \ | |/ /
| * | golomb: K&R formatting cosmeticsVittorio Giovara2013-10-231-136/+178
* | | Merge commit '1ce3ec24b35d9d549b12f17bd7fd391abaf3a6f7'Michael Niedermayer2013-10-231-319/+354
|\ \ \ | |/ /
| * | h263: K&R formatting cosmeticsLuca Barbato2013-10-231-322/+361
| * | mpegvideo: Drop a faulty assertLuca Barbato2013-10-231-2/+6
* | | avcodec/utils: use a default lock manager that uses a pthread mutexMichael Niedermayer2013-10-231-1/+56
* | | avcodec/vc1dec: use logical operation instead of bitwise for twomvMichael Niedermayer2013-10-231-2/+2
OpenPOWER on IntegriCloud