summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Bink Audio decoderPeter Ross2010-01-314-1/+308
* Add include to fix implicit declaration of ff_mpeg4_init_direct_mv andReimar Döffinger2010-01-312-0/+2
* Add v210x decoder long namePeter Ross2010-01-311-0/+1
* Get rid of a check in one direction that cant be true in it in that partMichael Niedermayer2010-01-311-1/+1
* Blackfin: use SRAM only when CONFIG_SRAM is setMåns Rullgård2010-01-315-8/+13
* Flush the bitreservour.Michael Niedermayer2010-01-301-0/+10
* Split first reference list comparission from mv comparission.Michael Niedermayer2010-01-301-3/+4
* Make the jump-table section-relative for x86_64 with PIC enabled.Reimar Döffinger2010-01-301-7/+12
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-302-31/+8
* Replace h->left_type[0] by the local variable for it we have.Michael Niedermayer2010-01-301-2/+2
* slightly faster bit trickery.Michael Niedermayer2010-01-301-2/+2
* Replace ?: by branchless code.Michael Niedermayer2010-01-301-7/+4
* Add Bink codec IDsDaniel Verkamp2010-01-301-0/+3
* Indeo Video Interactive 4 and 5 common code and DSP functions.Kostya Shishkov2010-01-304-0/+1895
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-293-0/+8
* Add no_repeat_mask option, so that single-pulse vectors can also beRonald S. Bultje2010-01-292-4/+6
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-293-7/+11
* vp56: check buffer size to fix a potential segfaultLaurent Aimar2010-01-281-0/+4
* Simplify error handling by processing header errors separate from CRC andJustin Ruggles2010-01-281-15/+13
* Move variable declaration to block where it is used and simplify code.Reimar Döffinger2010-01-281-2/+3
* Export H264 profile and level in AVCodecContext.Rafaël Carré2010-01-283-1/+20
* Extract duplicated code into a separate function.Reimar Döffinger2010-01-281-10/+13
* factorize first filter call out, this makes the code somewhatMichael Niedermayer2010-01-281-10/+4
* Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.Ronald S. Bultje2010-01-281-9/+5
* Initialize thread_context[0] with h264 parser context.Rafaël Carré2010-01-281-1/+7
* Change wraper functions to always inline, they are faster now that way.Michael Niedermayer2010-01-281-4/+4
* indentMichael Niedermayer2010-01-281-14/+14
* Restructure check_mv()Michael Niedermayer2010-01-281-6/+5
* Restructure if() in check_mv()Michael Niedermayer2010-01-281-2/+5
* Unroll loops in check_mv()Michael Niedermayer2010-01-281-14/+17
* Factor mv/ref compare code out.Michael Niedermayer2010-01-281-80/+26
* Simplify first edge filter condition.Michael Niedermayer2010-01-281-3/+1
* Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazyMichael Niedermayer2010-01-281-128/+128
* Make the fast loop filter path work with unavailable left MBs.Michael Niedermayer2010-01-281-4/+12
* get rid of the start variable.Michael Niedermayer2010-01-281-10/+7
* Unroll main loop so the edge==0 case is seperate.Michael Niedermayer2010-01-281-27/+121
* Fix svq3_* function declarations.Rafaël Carré2010-01-273-9/+9
* SVQ1: 4-byte-align codebook tablesMåns Rullgård2010-01-271-8/+10
* Fix possible crashes in mlp parser, it tries to go back 7 bytes afterReimar Döffinger2010-01-271-1/+3
* Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, theReimar Döffinger2010-01-271-1/+1
* Revert Revision: 21362Michael Niedermayer2010-01-271-1/+0
* Update comment.Michael Niedermayer2010-01-271-1/+1
* Use table to speedup access to non_zero_count in MBAFF with differing interla...Michael Niedermayer2010-01-271-1/+11
* Fix misc typos, patch byStefano Sabatini2010-01-273-3/+3
* Simplify left_xy initMichael Niedermayer2010-01-271-4/+2
* Split fill_caches() between loopfilter & decode, the 2 no longer where commonMichael Niedermayer2010-01-261-173/+213
* Optimize loop filtering of the left edge in MBAFF.Michael Niedermayer2010-01-261-8/+9
* use left_xy[1] in mbaff QP loop filter check, this improves the amount that canMichael Niedermayer2010-01-261-1/+1
* Optimize mv/ref cache init for left MB.Michael Niedermayer2010-01-261-8/+30
* Add UMULH()Måns Rullgård2010-01-261-0/+6
OpenPOWER on IntegriCloud