summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Revert r15653.Benoit Fouet2008-10-23
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.Reimar Döffinger2008-10-20
* Use av_freep() in ff_parse_close().Michael Niedermayer2008-10-20
* Copy pts for each raw encoded frame.Andrew Wason2008-10-20
* 34l: free RV3/4 context variables at the endKostya Shishkov2008-10-20
* RV3 and RV4 decoders set some deblocking coefs for each macroblock,Kostya Shishkov2008-10-20
* Mark some of RV3/4 block types as having separate DC subblockKostya Shishkov2008-10-20
* Cosmetics: reindentDavid Conrad2008-10-19
* Combine non-bitexact sectionsDavid Conrad2008-10-19
* VP3 loop filter is mmx2 not mmxDavid Conrad2008-10-19
* MMX VP3 Loop FilterDavid Conrad2008-10-17
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Use of new bitstream in vorbis_enc.c.Bartłomiej Wołowiec2008-10-15
* Cosmetics: fix indentation after previous commit.Benoit Fouet2008-10-15
* Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer.Nicolas George2008-10-15
* Include zlib.h as it is needed for watermark support,Michael Niedermayer2008-10-14
* Export svq1_packet_checksum() that is needed for svq3 watermarks,Michael Niedermayer2008-10-14
* Add variable to hold the svq3 watermarking key,Michael Niedermayer2008-10-14
* Fix mem leak.Ralf Terdic2008-10-13
* Fix some icc warnings by using enum PixelFormat instead of int where appropri...Carl Eugen Hoyos2008-10-13
* vp6dec: ensure we don't try to use a buffer with negative sizeAurelien Jacobs2008-10-13
* Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.Carl Eugen Hoyos2008-10-12
* Remove unused variablesDavid Conrad2008-10-12
* nellymoserenc: flush PutBitContext after use.Ramiro Polla2008-10-11
* aac_parser: fix strict aliasing violationMåns Rullgård2008-10-11
* get_pixels_sse2, ~+12% performance compared to mmxBaptiste Coudurier2008-10-09
* allows calling avcodec_find_(en|de)coder_by_name with NULL parameterAurelien Jacobs2008-10-08
* Add a bunch of const qualifiers to function arguments.Diego Biurrun2008-10-07
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-07
* cosmetic updates as per Michael's suggestionRoman Shaposhnik2008-10-07
* vertically aligning as per Michael's suggestionRoman Shaposhnik2008-10-07
* unrolling the loops as per Michael's suggestionRoman Shaposhnik2008-10-07
* fixing a bug that prevented proper unweighting table to be selectedRoman Shaposhnik2008-10-07
* Doxygenizing the commentsRoman Shaposhnik2008-10-07
* simplifying the code as per Michael's suggestionRoman Shaposhnik2008-10-07
* Sync cosmetics from upstream.Diego Biurrun2008-10-07
* Rename variables to clarify the channel coupling element and correspondingAlex Converse2008-10-06
* Correct documentation of ch_select array.Alex Converse2008-10-06
* Corrections to channel coupling code to attain conformance for appropriateAlex Converse2008-10-06
* Remove obsolete liba52 wrapper code.Diego Biurrun2008-10-06
* Cosmetics: rename mace3_decode_frame() to mace_decode_frame()Vitor Sessak2008-10-05
* Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()Vitor Sessak2008-10-05
* Use a for() instead of triplicating code.Vitor Sessak2008-10-05
* Register RV-[34] block specific feature for long future loop filterKostya Shishkov2008-10-05
* Factorize duplicate table reading code.Vitor Sessak2008-10-05
* Declare ff_pw_53 and ff_pw_18 as assembler constants.Diego Pettenò2008-10-04
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-04
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-04
* Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego PettenòDiego Pettenò2008-10-04