]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Factorize: use the X_NE() macro in avcodec_get_pix_fmt().
[frescor/ffmpeg.git] / libavcodec /
2009-03-22 stefanoFactorize: use the X_NE() macro in avcodec_get_pix_fmt().
2009-03-22 jbrflacdec: cosmetics: indentation
2009-03-22 stefanoImplement X_NE() macro.
2009-03-22 jbrflacdec: change frame bps validation to return an error...
2009-03-22 jbrflacdec: cosmetics: add some braces to if/else statements
2009-03-22 jbrflacdec: skip frame when allocated data size is too...
2009-03-22 jbr10l: don't check against current layout until after...
2009-03-22 jbrflacdec: give a more accurate error message when valida...
2009-03-22 stefanoExport to pixdesc.h the av_pix_fmt_descriptors array.
2009-03-22 jbrflacdec: move data size check to flac_decode_frame()
2009-03-22 jbrflacdec: cosmetics: comments and white space
2009-03-22 jbrcosmetics: vertical alignment
2009-03-22 jbrflacdec: remove unneeded local variable
2009-03-22 jbrflacdec: cosmetics: rename 3 variables
2009-03-22 jbrflacdec: use a local variable for GetBitContext in...
2009-03-22 kostyaAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-22 bcoudurierinit ext sample rate to 0 if not present
2009-03-22 gbAdd common VA API data structures and helpers.
2009-03-21 gbAdd support for HW accelerated VC-1 decoding through...
2009-03-21 stefanoChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 stefanoExtend the behavior of avcodec_get_pix_fmt(), if it...
2009-03-21 stefanoGlobally prefer enum PixelFormat over int when it makes...
2009-03-21 diegoFix reference to av_random_init where av_lfg_init was...
2009-03-21 kostyaMake Smacker audio decoder output audio in original...
2009-03-21 diegoRemove deprecated functions and structures on next...
2009-03-21 reimarFix avpicture_get_size for non-paletted formats with...
2009-03-21 jbradd a function to calculate a more accurate estimate...
2009-03-21 jbrflacdec: account for frame and subframe header overhead...
2009-03-21 jbrrevert accidental unrelated change in last commit
2009-03-21 jbrshare sample rate and blocksize tables between the...
2009-03-21 jbrflacenc: remove unneeded variable, 'min_encoded_framesi...
2009-03-21 jbrflacdec: remove unneeded variable, 'assignment'
2009-03-21 jbrflacdec: cosmetics: rename 'decorrelation' to 'ch_mode'
2009-03-21 jbrflacenc: remove unneeded context variable, 'ch_code'
2009-03-21 jbrshare channel mode constants between the FLAC decoder...
2009-03-20 stefanoRemove declaration of the removed function img_convert().
2009-03-20 bananGet rid of av_random in cook.c
2009-03-20 bananGet rid of av_random in nellymoserdec.c
2009-03-20 cehoyosPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 ramiromlp, truehd: support non 1:1 channel mapping.
2009-03-20 ramiroSupport "next parameter flags present" flag.
2009-03-20 ramirotruehd: support up to 3 substreams.
2009-03-20 gbRename hwaccel_data_private to hwaccel_picture_private.
2009-03-20 diegoReplace random() usage in test programs by av_lfg_*().
2009-03-20 diegoOnly build motion-test if MMX is enabled.
2009-03-20 diegoAlign test program output columns.
2009-03-20 diegoRemove unused libavutil/random.h #include.
2009-03-20 diegoUse correct header for struct AVLFG.
2009-03-19 cehoyosRemove useless casting in asm "m" operand.
2009-03-19 reimarFix indentation after r18047.
2009-03-19 reimarChange linesize alignment method to ensure that linesiz...
2009-03-19 reimarDo not set linesize for palette data, it does not make...
2009-03-19 ramiroSplit TrueHD decoder from MLP
2009-03-19 diegoNicely align output columns.
2009-03-19 jbrshare some constants between the FLAC encoder and FLAC...
2009-03-18 stefanoImplement a name field for AVPixFmtDescriptor.
2009-03-18 alexcFix typo in AOT_ER_AAC_ELD
2009-03-18 alexcUpdate the MPEG-4 AOT table.
2009-03-18 alexcMove MPEG-4 AOT enum to mpeg4audio.h.
2009-03-17 ramirouse intptr_t to cast pointers to int in codecs maintain...
2009-03-17 gbAmend AVCodecContext with hwaccel_context (HW accelerat...
2009-03-17 jbrAdd documentation about missing E-AC-3 features.
2009-03-16 cehoyosFix SEIs when splitting H264 input.
2009-03-16 alexcAAC: IEEE-754 type punning for 16-bit floating point...
2009-03-16 benoitFix an assert().
2009-03-16 conradRemove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef...
2009-03-15 bananAdd cook channel count function, part of multichannel...
2009-03-15 bananAdd max allowed subpackets in multichannel cook
2009-03-15 banansave avctx in cook decoder context and use it for av_log
2009-03-15 bananmemset when category is >=7, part of cook multichannel
2009-03-15 reimar1 km^3 cola, timecode_frame_start is a 64 bit integer...
2009-03-15 diegocosmetics: Remove file name from file header.
2009-03-15 stefanoExpand "lsb" to "least significant bits".
2009-03-15 stefanoRename the (yet not defined) macros:
2009-03-15 kostyaCorrect MV prediction for B-frame blocks in RV4 decoder
2009-03-14 diegoprettyprinting cosmetics
2009-03-14 diegoAdd av_uninit to vsrcBuc variable to work around some
2009-03-14 diegoImprove description of next_free_data_block_num struct...
2009-03-13 cehoyosAdd 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder.
2009-03-13 michaelPrint timing_info on -debug 1.
2009-03-13 kostyaFix direct and skip MB motion compensation in RV4:
2009-03-11 gbUse av_mallocz() to initialize hwaccel_data_private.
2009-03-10 vitorFix bug when elbg->utility_inc[elbg->numCB-1] == 1
2009-03-10 gbAdd REGISTER_HWACCEL() for hardware accelerators.
2009-03-09 mruFix unaligned access in ff_copy_bits()
2009-03-09 reynaldoCosmetics from Kenan Gillet's 'extract and share weight...
2009-03-09 reynaldoFunctional part Kenan Gillet's 'extract and share weigh...
2009-03-09 gbAdd private HW accel data infrastructure.
2009-03-08 vitorUse FLG pseudo-random number generator in RoQ and ELBG
2009-03-08 kostyaMake Musepack decoders use LFG pseudorandom generator
2009-03-07 vitorVQF demuxer
2009-03-06 alexcRe-indent after last commit.
2009-03-06 alexcIf we get an error from ff_aac_parse_header() we should...
2009-03-06 alexcFix the channel allocation bug/assumption (issue 800).
2009-03-06 cehoyosFix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4
2009-03-06 jbrflacdec: Parse the metadata header in the raw FLAC...
2009-03-06 jbrflacdec: Add a shared function for parsing a FLAC metad...
2009-03-06 jbrpnm: Add missing 'else'. Fixes decoding for 16-bit...
2009-03-05 diegoMark variables "j" and "structure" in execute_ref_pic_m...
2009-03-05 alexcAAC: hoist dependent gain lookup out of the loop
next