typo: beomes --> becomes
[platform/upstream/libav.git] / libavcodec /
2009-03-24 Justin Rugglescosmetics: add an @return to documentation for decode_f...
2009-03-24 Robert SwainUpdate apiexample.c to use the newer avcodec_decode_aud...
2009-03-24 Justin Rugglesflacdec: split frame header decoding and validation...
2009-03-23 Gwenole BeauchesneAdd MPEG-2 bitstream decoding through VA API.
2009-03-23 Benoit FouetMove av_class to AVResampleContext instead of ReSampleC...
2009-03-23 Alex ConverseAAC: Ignore cc_domain for independent (time domain...
2009-03-22 Stefano SabatiniAdd pcxenc.o to the $OBJS list, it was erroneously...
2009-03-22 Justin Rugglesflacdec: cosmetics: white space
2009-03-22 Justin Rugglesflacdec: cosmetics: separate the pure frame header...
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Diego BiurrunSplit AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM...
2009-03-22 Stefano SabatiniMake the pixel formats which were defined as macros:
2009-03-22 Justin Rugglesflacdec: allow sample rate to change mid-stream, but...
2009-03-22 Diego BiurrunAdd rule for building API example programs.
2009-03-22 Stefano SabatiniFactorize: use the X_NE() macro in avcodec_get_pix_fmt().
2009-03-22 Justin Rugglesflacdec: cosmetics: indentation
2009-03-22 Stefano SabatiniImplement X_NE() macro.
2009-03-22 Justin Rugglesflacdec: change frame bps validation to return an error...
2009-03-22 Justin Rugglesflacdec: cosmetics: add some braces to if/else statements
2009-03-22 Justin Rugglesflacdec: skip frame when allocated data size is too...
2009-03-22 Justin Ruggles10l: don't check against current layout until after...
2009-03-22 Justin Rugglesflacdec: give a more accurate error message when valida...
2009-03-22 Stefano SabatiniExport to pixdesc.h the av_pix_fmt_descriptors array.
2009-03-22 Justin Rugglesflacdec: move data size check to flac_decode_frame()
2009-03-22 Justin Rugglesflacdec: comments and white space.
2009-03-22 Justin Rugglescosmetics: vertical alignment
2009-03-22 Justin Rugglesflacdec: remove unneeded local variable
2009-03-22 Justin Rugglesflacdec: cosmetics: rename 3 variables
2009-03-22 Justin Rugglesflacdec: use a local variable for GetBitContext in...
2009-03-22 Kostya ShishkovAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-22 Baptiste Coudurierinit ext sample rate to 0 if not present
2009-03-22 Gwenole BeauchesneAdd common VA API data structures and helpers.
2009-03-21 Gwenole BeauchesneAdd support for HW accelerated VC-1 decoding through...
2009-03-21 Stefano SabatiniChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 Stefano SabatiniExtend the behavior of avcodec_get_pix_fmt(), if it...
2009-03-21 Stefano SabatiniGlobally prefer enum PixelFormat over int when it makes...
2009-03-21 Diego BiurrunFix reference to av_random_init where av_lfg_init was...
2009-03-21 Daniel VerkampMake Smacker audio decoder output audio in original...
2009-03-21 Diego BiurrunRemove deprecated functions and structures on next...
2009-03-21 Reimar DöffingerFix avpicture_get_size for non-paletted formats with...
2009-03-21 Justin Rugglesadd a function to calculate a more accurate estimate...
2009-03-21 Justin Rugglesflacdec: account for frame and subframe header overhead...
2009-03-21 Justin Rugglesrevert accidental unrelated change in last commit
2009-03-21 Justin Rugglesshare sample rate and blocksize tables between the...
2009-03-21 Justin Rugglesflacenc: remove unneeded variable, 'min_encoded_framesi...
2009-03-21 Justin Rugglesflacdec: remove unneeded variable, 'assignment'
2009-03-21 Justin Rugglesflacdec: cosmetics: rename 'decorrelation' to 'ch_mode'
2009-03-21 Justin Rugglesflacenc: remove unneeded context variable, 'ch_code'
2009-03-21 Justin Rugglesshare channel mode constants between the FLAC decoder...
2009-03-20 Stefano SabatiniRemove declaration of the removed function img_convert().
2009-03-20 Benjamin LarssonGet rid of av_random in cook.c
2009-03-20 Benjamin LarssonGet rid of av_random in nellymoserdec.c
2009-03-20 Daniel VerkampPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 Ramiro Pollamlp, truehd: support non 1:1 channel mapping.
2009-03-20 Ramiro PollaSupport "next parameter flags present" flag.
2009-03-20 Ramiro Pollatruehd: support up to 3 substreams.
2009-03-20 Gwenole BeauchesneRename hwaccel_data_private to hwaccel_picture_private.
2009-03-20 Diego BiurrunReplace random() usage in test programs by av_lfg_*().
2009-03-20 Diego BiurrunOnly build motion-test if MMX is enabled.
2009-03-20 Diego BiurrunAlign test program output columns.
2009-03-20 Diego BiurrunRemove unused libavutil/random.h #include.
2009-03-20 Diego BiurrunUse correct header for struct AVLFG.
2009-03-19 Matthieu CastetRemove useless casting in asm "m" operand.
2009-03-19 Reimar DöffingerFix indentation after r18047.
2009-03-19 Reimar DöffingerChange linesize alignment method to ensure that linesiz...
2009-03-19 Reimar DöffingerDo not set linesize for palette data, it does not make...
2009-03-19 Ramiro PollaSplit TrueHD decoder from MLP
2009-03-19 Diego BiurrunNicely align output columns.
2009-03-19 Justin Rugglesshare some constants between the FLAC encoder and FLAC...
2009-03-18 Stefano SabatiniImplement a name field for AVPixFmtDescriptor.
2009-03-18 Alex ConverseFix typo in AOT_ER_AAC_ELD
2009-03-18 Alex ConverseUpdate the MPEG-4 AOT table.
2009-03-18 Alex ConverseMove MPEG-4 AOT enum to mpeg4audio.h.
2009-03-17 Ramiro Pollause intptr_t to cast pointers to int in codecs maintain...
2009-03-17 Gwenole BeauchesneAmend AVCodecContext with hwaccel_context (HW accelerat...
2009-03-17 Justin RugglesAdd documentation about missing E-AC-3 features.
2009-03-16 John CoxFix SEIs when splitting H264 input.
2009-03-16 Alex ConverseAAC: IEEE-754 type punning for 16-bit floating point...
2009-03-16 Daniel VerkampFix an assert().
2009-03-16 David ConradRemove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef...
2009-03-15 Benjamin LarssonAdd cook channel count function, part of multichannel...
2009-03-15 Benjamin LarssonAdd max allowed subpackets in multichannel cook
2009-03-15 Benjamin Larssonsave avctx in cook decoder context and use it for av_log
2009-03-15 Benjamin Larssonmemset when category is >=7, part of cook multichannel
2009-03-15 Reimar Döffinger1 km^3 cola, timecode_frame_start is a 64 bit integer...
2009-03-15 Diego Biurruncosmetics: Remove file name from file header.
2009-03-15 Stefano SabatiniExpand "lsb" to "least significant bits".
2009-03-15 Stefano SabatiniRename the (yet not defined) macros:
2009-03-15 Kostya ShishkovCorrect MV prediction for B-frame blocks in RV4 decoder
2009-03-14 Diego Biurrunprettyprinting cosmetics
2009-03-14 Diego BiurrunAdd av_uninit to vsrcBuc variable to work around some
2009-03-14 Diego BiurrunImprove description of next_free_data_block_num struct...
2009-03-13 Daniel VerkampAdd 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder.
2009-03-13 Michael NiedermayerPrint timing_info on -debug 1.
2009-03-13 Kostya ShishkovFix direct and skip MB motion compensation in RV4:
2009-03-11 Gwenole BeauchesneUse av_mallocz() to initialize hwaccel_data_private.
2009-03-10 Vitor SessakFix bug when elbg->utility_inc[elbg->numCB-1] == 1
2009-03-10 Gwenole BeauchesneAdd REGISTER_HWACCEL() for hardware accelerators.
2009-03-09 Måns RullgårdFix unaligned access in ff_copy_bits()
2009-03-09 Reynaldo H. Verdej... Cosmetics from Kenan Gillet's 'extract and share weight...
next