summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* g722dec: Change bits_per_codeword to the right option typeMartin Storsjö2013-10-281-1/+1
* avfilter: fix const use of avfilter_nextVittorio Giovara2013-10-281-2/+2
* avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara2013-10-283-0/+9
* lavc: disable CRC checking by defaultAnton Khirnov2013-10-281-1/+1
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-286-7/+24
* error resilience: check error_concealment, not err_recognition.Anton Khirnov2013-10-281-3/+3
* avio: K&R formatting cosmeticsLuca Barbato2013-10-281-40/+50
* h263: Check init_get_bits return valueMichael Niedermayer2013-10-281-6/+11
* h263: Return meaningful errorsLuca Barbato2013-10-281-21/+30
* configure: Disable -Wmaybe-uninitialized by defaultLuca Barbato2013-10-281-0/+1
* AVOptions: do not range check flag options.Anton Khirnov2013-10-271-1/+2
* h264_ps: when parsing a VUI fails, only abort when explode is setAnton Khirnov2013-10-271-2/+4
* FATE: add bitexact sws flags to the fieldorder testPaul B Mahol2013-10-272-26/+26
* avconv: drop a now useless variableAnton Khirnov2013-10-271-2/+0
* avframe: mark source frame const in _ref and _cloneVittorio Giovara2013-10-272-4/+4
* mmvideo: fix uninitialized variable use in mm_decode_intraVittorio Giovara2013-10-271-1/+2
* lavr: check that current_buffer is not NULL before using itJustin Ruggles2013-10-271-1/+2
* fft-test: add a missing #includeAnton Khirnov2013-10-261-0/+1
* mem: do not check for negative sizeVittorio Giovara2013-10-261-2/+2
* fate: aac: Add test for AAC-ELDAlex Converse2013-10-251-0/+4
* aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse2013-10-251-6/+6
* libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-255-0/+18
* 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
* base64-test: Remove posibility of returning restricted exit codesDerek Buitenhuis2013-10-251-1/+4
* tree-test: Don't return restricted exit codesDerek Buitenhuis2013-10-241-2/+2
* golomb: reduce scope of a few variablesVittorio Giovara2013-10-241-12/+6
* avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang2013-10-234-218/+207
* golomb: K&R formatting cosmeticsVittorio Giovara2013-10-231-136/+178
* h263: K&R formatting cosmeticsLuca Barbato2013-10-231-322/+361
* avstring-test: Mark pointer passed to av_free() as non-constDiego Biurrun2013-10-231-1/+2
* mpegvideo: Drop a faulty assertLuca Barbato2013-10-231-2/+6
* avfilter: Fix typo in Loren's email addressDiego Biurrun2013-10-233-3/+3
* movenc: Add an F4V muxerClément Bœsch2013-10-236-3/+43
* aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse2013-10-236-35/+661
* aacdec: Use avpriv_report_missing_feature() instead of custom logging.Alex Converse2013-10-231-10/+9
* nut: Fix unchecked allocationsDerek Buitenhuis2013-10-224-4/+16
* pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis2013-10-221-2/+8
* fate: add fieldorder filter testVittorio Giovara2013-10-222-0/+29
* vf_fieldorder: log when processing is skippedVittorio Giovara2013-10-221-1/+6
* h264_parser: Use ff_h264_reset_sei()Yusuke Nakamura2013-10-221-5/+2
* h264_parser: Fix order of operationsMichael Niedermayer2013-10-221-1/+1
* avplay: Accept cpuflags optionLuca Barbato2013-10-227-19/+22
* avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato2013-10-211-1/+1
* pthread: Avoid spurious wakeupsBen Jackson2013-10-211-2/+7
* fate: vpx: Remove one redundant $(eval) invocationDiego Biurrun2013-10-191-2/+3
* wtv: Seek by sector properlyLuca Barbato2013-10-181-9/+16
* fate: Increase the tolerance in the lavr testsMartin Storsjö2013-10-171-1/+1
* fate: aac: Add test for AAC-LDDiego Biurrun2013-10-171-0/+5
* mem: Make av_strdup allocate using av_reallocMartin Storsjö2013-10-161-1/+1
OpenPOWER on IntegriCloud