]> git.sesse.net Git - ffmpeg/history - libavcodec
cosmetics: Fix indentation to be 4 spaces and consistently place {}.
[ffmpeg] / libavcodec /
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-21 Sascha Sommerrl2 decoder
2008-03-21 Zuxy MengAdd missed call to ff_cavsdsp_init_3dnow() in dsputil_i...
2008-03-21 Michael NiedermayerDocument AVCodec.flush()
2008-03-21 Michael NiedermayerDocument AVCodec.capabilities.
2008-03-21 Zuxy MengApply 'alloc_size' attribute to ff_realloc_static()
2008-03-21 Zuxy MengApply 'alloc_size' and 'malloc' attributes to av_malloc...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-20 Diego Biurruntwo more typos spotted by Mike
2008-03-20 Diego Biurrunbritish_english--;
2008-03-20 Michael NiedermayerMore complete documentation for AVFrame.reference.
2008-03-20 Michael NiedermayerHardcode register to prevent aparent miscompilation.
2008-03-20 Michael Niedermayerremove unused temp
2008-03-20 Baptiste Coudurieromg, fix compilation
2008-03-20 Baptiste Couduriercorrectly set avctx->frame_size for mp3on4 and mp3adu
2008-03-18 Ramiro PollaRemove useless variable since r8456.
2008-03-18 Ramiro PollaMimic decoder.
2008-03-17 Måns Rullgårdget register names from x86_cpu.h
2008-03-17 Måns Rullgårduse HAVE_FAST_64BIT
2008-03-17 Måns Rullgårdcosmetics: remove useless \-newline escapes
2008-03-17 Måns Rullgårdindentation
2008-03-17 Måns Rullgårdclean up FFT SIMD selection
2008-03-17 Måns Rullgårdmpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS
2008-03-17 Måns Rullgårdtypo: add missing \ in multi-line macro
2008-03-17 Måns Rullgårdfix typo ARCH_PPC -> ARCH_POWERPC
2008-03-16 Diego BiurrunMove functions that are only used when libswscale is...
2008-03-16 Måns Rullgårdimprove precision in mdct.c using double for some tempo...
2008-03-15 Diego Biurruntypo fixes
2008-03-15 Dave YeoAdd attribute_align_arg to os2thread.c.
2008-03-15 Ramiro PollaTypo
2008-03-14 Diego BiurrunUse correct t printf modifier for pointer differences.
2008-03-14 Baptiste Coudurierlog aspect ratio forbidden value, and fail if error...
2008-03-13 Baptiste Coudurierdo not fail badly if aspect ratio is 0/forbidden, fix...
2008-03-13 Diego BiurrunThis file does not use size_t, so no need to #include...
2008-03-13 Michael NiedermayerIf consumed does not match nalsize, favor nalsize.
2008-03-13 Diego BiurrunAdd missing stdint.h #include to headers that use it.
2008-03-12 Diego Biurruntypo fixes
2008-03-10 Justin Rugglesmake input buffer const, as it should be. fixes a warning.
2008-03-10 Diego Biurrunmisc spelling fixes
2008-03-10 Diego BiurrunRename --enable-swscaler --> enable-swscale to be consi...
2008-03-10 Mike MelansonThese video decoders do not need to include and initial...
2008-03-10 Mike MelansonThere is no reason to assign a variable to itself
2008-03-10 Michael Niedermayersmaller tables
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-03-09 Justin Rugglesdownmix before imdct unless different size transforms...
2008-03-09 Kostya Shishkovindentation
2008-03-09 Kostya ShishkovCorrectly handle empty frames
2008-03-09 Kostya ShishkovFraps v5 decoding support
2008-03-09 Kostya ShishkovAdd step variable (for future v5 decoding)
2008-03-08 Diego Biurruncosmetics: Fix indentation in a few more places.
2008-03-08 Diego Biurruncosmetics: Normalize {} placement after for, while...
2008-03-08 Aurelien Jacobshuffman: add a zero_count flag and use it in fraps
2008-03-08 Aurelien Jacobshuffman: pass hnode_first as a flag instead of as an...
2008-03-08 Mark CoxFix unused variable warnings.
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Ramiro Polla__stdcall -> WINAPI
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-06 Baptiste Coudurierindentation
2008-03-06 Baptiste Coudurierdo not display par and dar if not available
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 Panagiotis IssarisMake av_class a pointer to a const AVClass. Addresses...
2008-03-06 Benjamin LarssonDon't use unchecked data from the bitstream.
2008-03-06 Baptiste Coudurierfix interlaced decoding, original patch from reimar
2008-03-06 Kostya ShishkovIMA ADPCM encoder - QT variant
2008-03-05 Aurelien Jacobsmake compilation of mpeg12* and mpegvideo conditional
2008-03-05 Aurelien Jacobsmove ff_mpeg1_dc_scale_table to mpegvideo.c
2008-03-05 Aurelien Jacobsadd dependencies for matroska audio and nut muxers...
2008-03-05 Aurelien Jacobsdoxyfy frame type comments and add some more comments
2008-03-05 Aurelien Jacobsdefine BI frame type along with other frame types
2008-03-05 Aurelien Jacobscosmetic: align
2008-03-05 Aurelien Jacobsadd some required objects dependencies
2008-03-05 Aurelien JacobsAvoid linking with h263 and mpeg4 find_frame_end()
2008-03-05 Mike Melansonfix the WC3 Xan decoder by correcting the frame account...
2008-03-05 Michael NiedermayerFix handling flags with the MSB set.
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-03-05 Aurelien Jacobsmove EDGE_WIDTH definition allong with draw_edges where...
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-03-05 Aurelien Jacobsmove relevant declarations to mpeg12data.h
2008-03-04 Aurelien Jacobsmove run length table constants to rl.h
2008-03-04 Aurelien Jacobsmove ff_emulated_edge_mc() to dsputil
2008-03-04 Michael NiedermayerRemove unused elements from tables.
2008-03-04 Michael NiedermayerDetect and prevent reading over the end of counts_...
2008-03-04 Michael NiedermayerPrevent segfault due to reading over the end of the...
2008-03-04 Aurelien Jacobsfix wmv3 dependencies
2008-03-04 Aurelien JacobsFix compilation on powerpc.
2008-03-04 Aurelien Jacobsremove old draw_edges declaration cruft
2008-03-04 Aurelien Jacobsmove ff_init_scantable() into dsputil
2008-03-04 Aurelien Jacobsmove draw_edges() into dsputil
2008-03-03 Aurelien Jacobsdsputil.h is a local header
2008-03-03 Aurelien Jacobsinclude required header
2008-03-03 Måns Rullgårdremove invalid free() forgotten in r12300
2008-03-03 Michael NiedermayerProvide non null class name to avoid crash with ffmpeg -h.
2008-03-01 Justin Rugglesuse scale factor instead of sum for downmix level adjus...
2008-03-01 Justin Rugglespre-calculate downmix coefficient sums. 2% faster 5...
2008-03-01 Justin RugglesUse 24-bit fixed-point transform coefficients until...
2008-03-01 Loren Merrittmore aspect ratios added in one of the ammendments
2008-02-29 Benoit FouetMake AMR-NB block size const and 8 bits.
2008-02-29 Benoit FouetDefine block size for AMR-WB (use IF2 table).
2008-02-28 Michael Niedermayersuppress the second warning
2008-02-28 Reimar DöffingerUse cltd instead of cdq asm mnemonic, ICC and gcc suppo...
next