]> git.sesse.net Git - ffmpeg/history - libavcodec
BFI demuxer
[ffmpeg] / libavcodec /
2008-04-13 Sisir KoppakaBFI demuxer
2008-04-13 Michael NiedermayerILP64 fixes (untested)
2008-04-13 Diego BiurrunClear DIRS variable in common.mak, so it does not have...
2008-04-13 Diego BiurrunUnset DIRS after including subdir.mak so that the varia...
2008-04-13 Diego BiurrunGenerate the list of files to clean in subdirectories...
2008-04-13 Diego BiurrunSimplify CLEANFILES generation.
2008-04-13 Diego BiurrunAdd explanatory comments to enum CodecID.
2008-04-13 Michael NiedermayerRemove redundant &.
2008-04-12 Alexander StrangeAdd a header file to declare Xvid IDCT functions.
2008-04-11 Michael NiedermayerCrop parameters are unsigned, having them negative...
2008-04-11 Michael NiedermayerAvoid crash with idiotic cropping. Fixes crash with...
2008-04-10 Keiji Costantinicosmetics: Break an overly long line.
2008-04-10 Keiji Costantinicosmetics: Break some overly long lines.
2008-04-10 Keiji Costantinicosmetics: Break some overly long lines.
2008-04-10 Benjamin LarssonOnly set channels in the stream if previously unset...
2008-04-09 Bartlomiej Wolowiecundo changes in aac_ac3_parser
2008-04-08 Loren MerrittFix H.264 interframe decoding when compiling with icc...
2008-04-08 Diego BiurrunFix reference to a file in MPlayer that was renamed.
2008-04-08 Michael Niedermayeradd CODEC_ID_DIRAC
2008-04-08 Bartlomiej WolowiecCorrection of typo in aac_ac3_parser
2008-04-08 Alexander StrangeIncrease alignment for DCT block arrays from 8 to 16
2008-04-08 Stefano SabatiniAdd a missing comma in tiff_encoder.pix_fmts
2008-04-07 Måns Rullgårdreplace some ifeq with prettier ifdef
2008-04-07 Måns Rullgårdappend TESTS-yes to TESTS; one ifeq less
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-04-07 Bartlomiej WolowiecCorrections of errors in aac_ac3_parser
2008-04-05 Bartlomiej Wolowiecchange of aac_ac3_parser, so it is able to send complet...
2008-04-04 Michael NiedermayerDisable the split function. This should end the mpeg1...
2008-04-03 Michael NiedermayerDecode stuff from extradata as well.
2008-04-03 Michael NiedermayerFactorize code a little.
2008-04-02 Aurelien Jacobsuse common aac sample rate tables
2008-04-02 Michael NiedermayerDo not use the mlib IDCT by default. We do not want...
2008-04-01 Baptiste Coudurieruse mpeg4audio common code in aac parser
2008-04-01 Baptiste Couduriermpeg4audio common code
2008-04-01 Loren Merritth264 chroma mc ssse3
2008-04-01 Eli FriedmanRemove flexible array member from Escape 124
2008-03-31 Diego Biurrunminor typo fixes
2008-03-31 Diego Biurruncosmetics: Write some Doxygen comments in a more compac...
2008-03-31 Diego BiurrunFix a bunch of typos in comments.
2008-03-31 Diego BiurrunRemove redundant #ifdef around the complete file.
2008-03-31 Diego BiurrunMake XVMC compilation depend on HAVE_XVMC, not HAVE_XVM...
2008-03-31 Michael Niedermayerhelp gcc-2.95
2008-03-31 Eli FriedmanEscape 124 (RPL) decoder
2008-03-31 Justin Rugglesremove redundant context variable
2008-03-30 Jai Menon8SVX decoder
2008-03-30 Baptiste Coudurierchange rle encoder to count up to 127, sgi does not...
2008-03-30 Justin RugglesUse 15-bit LPC precision by default. This generally...
2008-03-30 Alexander StrangeAltivec and SSE2 require 16-byte alignment, so make...
2008-03-30 Alexander Strangecheck mm_flags for each DCT and skips the ones that...
2008-03-30 Alexander Strangeget rid of the useless DCT_ERROR() macro
2008-03-29 Michael NiedermayerFix closed gop flag disapearence.
2008-03-28 Bartlomiej Wolowiecchange name from stream type to frame type in AC3 code
2008-03-28 Bartlomiej Wolowiecremoval of stream_type in AACAC3ParseContext and adding...
2008-03-26 Justin Rugglesonly allocate context input buffer if AVCodecContext...
2008-03-25 Justin Rugglescosmetics: indentation after last commit
2008-03-25 Justin Rugglesadditional protection from segmentation faults and...
2008-03-25 Diego BiurrunClassify mlib as a configurable option, not as a hardwa...
2008-03-25 Andy GockeReturn an error when realloc fails.
2008-03-25 Alexander StrangeSet mm_flags in dct-test to fix floating math.
2008-03-25 Michael NiedermayerFix possible heap overflow caused by av_fast_realloc()
2008-03-24 Bartlomiej Wolowiecadding lacking include to aac3_parser.c
2008-03-24 Bartlomiej Wolowiecusing EAC3_STREAM_TYPE_* instead of numbers
2008-03-24 Bartlomiej Wolowiecusing stream type in eac3 parser
2008-03-24 Matthieu Castetpld instruction are used in libavcodec/armv4l/dsputil_a...
2008-03-23 Justin RugglesPass AACAC3ParseContext to sync() instead of individual...
2008-03-22 Diego BiurrunFix typo in variable name: blured --> blurred.
2008-03-22 Diego Biurruncosmetics: typo fixes
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...
next