summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30226-330/+342
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-308-21/+299
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-303-19/+40
* Make sure the EC code does not attempt to use inter based concealment if thereMichael Niedermayer2010-03-301-0/+6
* Replace @returns by @return.Benoit Fouet2010-03-307-12/+12
* Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren2010-03-303-8/+21
* Fix VDPAU for H.264 streams with long reference frames.Stephen Warren2010-03-301-1/+1
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-294-1/+264
* Include appropriate header in table generators instead of using a dummyReimar Döffinger2010-03-294-2/+2
* Fix indentation.Reimar Döffinger2010-03-291-4/+4
* Simplify interleaving code.Ronald S. Bultje2010-03-291-5/+3
* Cosmetics : add a space after ",".Jai Menon2010-03-291-1/+1
* indentLoren Merritt2010-03-291-53/+53
* optimize init_vlc().Loren Merritt2010-03-291-67/+107
* TTA : Check if the output buffer size is within bounds.Jai Menon2010-03-281-0/+4
* Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger2010-03-271-2/+3
* h264: Use + instead of | in some placesAlexander Strange2010-03-261-8/+8
* libxvid: Clear extradata pointer when freeing it.Ramiro Polla2010-03-261-1/+1
* h264: Remove unused function argumentAlexander Strange2010-03-261-4/+4
* h264: Simplify decode_cabac_residual() specializationAlexander Strange2010-03-261-17/+6
* Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /Stefano Sabatini2010-03-251-3/+6
* Enable mbtree by default, and remove it from presetsBaptiste Coudurier2010-03-251-1/+1
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-253-3/+67
* aacenc: Merge quantize_band_cost() with quantize_and_encode_band().Alex Converse2010-03-241-114/+30
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-231-1/+1
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-234-16/+90
* Always check if ff_alloc_picture() succeeds.Pavel Pavlov2010-03-231-5/+14
* Remove unused variable, fixes the warning:Diego Biurrun2010-03-231-1/+0
* ARM: NEON optimised RDFTMåns Rullgård2010-03-235-0/+168
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-237-16/+17
* Disallow VLC coding with more than 8 bits as there are several bugsMichael Niedermayer2010-03-221-0/+4
* Throw out last experimental warning that was printed for colorspaces with mor...Michael Niedermayer2010-03-221-5/+0
* Add doxygen docs for av_xiphlacingJosh Allmann2010-03-221-0/+7
* Remove the word "experimental"Michael Niedermayer2010-03-221-1/+1
* Ignore x264 build=0 as there is no such version, this restores previousMichael Niedermayer2010-03-211-1/+1
* Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-211-1/+1
* Do not use puts, it adds additional newlines making the generated filesReimar Döffinger2010-03-211-3/+2
* Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger2010-03-214-55/+155
* Extend and move macros to create table printing functions to header.Reimar Döffinger2010-03-212-25/+29
* Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger2010-03-213-227/+260
* Reindent after r22618.Vitor Sessak2010-03-211-42/+43
* Split DCT-II and DCT-III in different functions, they do not share any code.Vitor Sessak2010-03-211-5/+11
* Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak2010-03-212-1/+4
* Cosmetics: move ff_dct_init() to the bottom of the fileVitor Sessak2010-03-211-25/+25
* DCT: remove unused field from contextVitor Sessak2010-03-211-1/+0
* fix minor typoKostya Shishkov2010-03-211-1/+1
* fix compilation with --disable-everything --enable-decoder=mpeg2videoAurelien Jacobs2010-03-201-1/+1
* rdft: reorder functions to avoid static prototypeMåns Rullgård2010-03-201-30/+28
* Call rdft by function pointerMåns Rullgård2010-03-202-6/+9
* Hotfix for regtest-error failureMichael Niedermayer2010-03-201-2/+3