summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* configure: Provide an hardened toolchain optionLuca Barbato2013-10-29
* configure: Move gcc-only -W option where it belongsLuca Barbato2013-10-29
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov2013-10-28
* lavc: remove old unused audio conversion functions.Anton Khirnov2013-10-28
* ac3dec: fix outptr increment.Michael Niedermayer2013-10-28
* lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov2013-10-28
* lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-28
* g722dec: Change bits_per_codeword to the right option typeMartin Storsjö2013-10-28
* avfilter: fix const use of avfilter_nextVittorio Giovara2013-10-28
* avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara2013-10-28
* lavc: disable CRC checking by defaultAnton Khirnov2013-10-28
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-28
* error resilience: check error_concealment, not err_recognition.Anton Khirnov2013-10-28
* avio: K&R formatting cosmeticsLuca Barbato2013-10-28
* h263: Check init_get_bits return valueMichael Niedermayer2013-10-28
* h263: Return meaningful errorsLuca Barbato2013-10-28
* configure: Disable -Wmaybe-uninitialized by defaultLuca Barbato2013-10-28
* AVOptions: do not range check flag options.Anton Khirnov2013-10-27
* h264_ps: when parsing a VUI fails, only abort when explode is setAnton Khirnov2013-10-27
* FATE: add bitexact sws flags to the fieldorder testPaul B Mahol2013-10-27
* avconv: drop a now useless variableAnton Khirnov2013-10-27
* avframe: mark source frame const in _ref and _cloneVittorio Giovara2013-10-27
* mmvideo: fix uninitialized variable use in mm_decode_intraVittorio Giovara2013-10-27
* lavr: check that current_buffer is not NULL before using itJustin Ruggles2013-10-27
* fft-test: add a missing #includeAnton Khirnov2013-10-26
* mem: do not check for negative sizeVittorio Giovara2013-10-26
* fate: aac: Add test for AAC-ELDAlex Converse2013-10-25
* aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse2013-10-25
* libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-25
* fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis2013-10-25
* dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis2013-10-25
* base64-test: Remove posibility of returning restricted exit codesDerek Buitenhuis2013-10-25
* tree-test: Don't return restricted exit codesDerek Buitenhuis2013-10-24
* golomb: reduce scope of a few variablesVittorio Giovara2013-10-24
* avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang2013-10-23
* golomb: K&R formatting cosmeticsVittorio Giovara2013-10-23
* h263: K&R formatting cosmeticsLuca Barbato2013-10-23
* avstring-test: Mark pointer passed to av_free() as non-constDiego Biurrun2013-10-23
* mpegvideo: Drop a faulty assertLuca Barbato2013-10-23
* avfilter: Fix typo in Loren's email addressDiego Biurrun2013-10-23
* movenc: Add an F4V muxerClément Bœsch2013-10-23
* aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse2013-10-23
* aacdec: Use avpriv_report_missing_feature() instead of custom logging.Alex Converse2013-10-23
* nut: Fix unchecked allocationsDerek Buitenhuis2013-10-22
* pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis2013-10-22
* fate: add fieldorder filter testVittorio Giovara2013-10-22
* vf_fieldorder: log when processing is skippedVittorio Giovara2013-10-22
* h264_parser: Use ff_h264_reset_sei()Yusuke Nakamura2013-10-22
* h264_parser: Fix order of operationsMichael Niedermayer2013-10-22