summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add ALAC 24 bps decoding support.Jai Menon2010-02-04
* Fix large timebases.Michael Niedermayer2010-02-04
* Implement cool new vlc code.Michael Niedermayer2010-02-04
* IFF PBM/ILBM bitmap decoderPeter Ross2010-02-03
* RevertMichael Niedermayer2010-02-03
* Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684).Carl Eugen Hoyos2010-02-02
* Remove unnecessary fields in ALSSpecificConfig.Thilo Borgmann2010-02-01
* Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE.Michael Niedermayer2010-02-01
* Update binkaudio to new DECLARE_ALIGNED syntaxDaniel Verkamp2010-01-31
* libavcodec version bump for Bink codec IDs (r21536)Daniel Verkamp2010-01-31
* Bink Audio decoderPeter Ross2010-01-31
* Add include to fix implicit declaration of ff_mpeg4_init_direct_mv andReimar Döffinger2010-01-31
* Add v210x decoder long namePeter Ross2010-01-31
* Get rid of a check in one direction that cant be true in it in that partMichael Niedermayer2010-01-31
* Blackfin: use SRAM only when CONFIG_SRAM is setMåns Rullgård2010-01-31
* Flush the bitreservour.Michael Niedermayer2010-01-30
* Split first reference list comparission from mv comparission.Michael Niedermayer2010-01-30
* Make the jump-table section-relative for x86_64 with PIC enabled.Reimar Döffinger2010-01-30
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-30
* Replace h->left_type[0] by the local variable for it we have.Michael Niedermayer2010-01-30
* slightly faster bit trickery.Michael Niedermayer2010-01-30
* Replace ?: by branchless code.Michael Niedermayer2010-01-30
* Add Bink codec IDsDaniel Verkamp2010-01-30
* Indeo Video Interactive 4 and 5 common code and DSP functions.Kostya Shishkov2010-01-30
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-29
* Add no_repeat_mask option, so that single-pulse vectors can also beRonald S. Bultje2010-01-29
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-29
* vp56: check buffer size to fix a potential segfaultLaurent Aimar2010-01-28
* Simplify error handling by processing header errors separate from CRC andJustin Ruggles2010-01-28
* Move variable declaration to block where it is used and simplify code.Reimar Döffinger2010-01-28
* Export H264 profile and level in AVCodecContext.Rafaël Carré2010-01-28
* Extract duplicated code into a separate function.Reimar Döffinger2010-01-28
* factorize first filter call out, this makes the code somewhatMichael Niedermayer2010-01-28
* Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.Ronald S. Bultje2010-01-28
* Initialize thread_context[0] with h264 parser context.Rafaël Carré2010-01-28
* Change wraper functions to always inline, they are faster now that way.Michael Niedermayer2010-01-28
* indentMichael Niedermayer2010-01-28
* Restructure check_mv()Michael Niedermayer2010-01-28
* Restructure if() in check_mv()Michael Niedermayer2010-01-28
* Unroll loops in check_mv()Michael Niedermayer2010-01-28
* Factor mv/ref compare code out.Michael Niedermayer2010-01-28
* Simplify first edge filter condition.Michael Niedermayer2010-01-28
* Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazyMichael Niedermayer2010-01-28
* Make the fast loop filter path work with unavailable left MBs.Michael Niedermayer2010-01-28
* get rid of the start variable.Michael Niedermayer2010-01-28
* Unroll main loop so the edge==0 case is seperate.Michael Niedermayer2010-01-28
* Fix svq3_* function declarations.Rafaël Carré2010-01-27
* SVQ1: 4-byte-align codebook tablesMåns Rullgård2010-01-27
* Fix possible crashes in mlp parser, it tries to go back 7 bytes afterReimar Döffinger2010-01-27
* Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, theReimar Döffinger2010-01-27