]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
configure: Use check_lib2 for bzlib.
[frescor/ffmpeg.git] / libavcodec /
2008-11-29 stefanoImplement the fields rc_max_available_vbv_use and
2008-11-29 kostyaAdd support for parsing and decoding DCA-HD streams.
2008-11-29 kostyaRV40 loop filter
2008-11-29 kostyaInvoke future RV30/40 loop filter for already decoded...
2008-11-28 diegoDo not duplicate AAN DCT tables in dct-test.c.
2008-11-28 diegoAdd missing '-test' in name of imgresample test.
2008-11-27 kostyaFix RV40 chroma MC
2008-11-26 diegoOnly build the imgresample test if the old scaler was...
2008-11-26 diegoAutomatically check the dependencies for the AAN DCT...
2008-11-26 diegoMove aanscales tables to their own file; fixes compilat...
2008-11-26 diegocosmetics: Rename aanscales to ff_aanscales, it will...
2008-11-26 diegoMove encoder-specific quantize_c and related tables...
2008-11-25 reimarReplace pushf/popf by explicit pushfl/popfl (32 bit...
2008-11-25 mrusnow: move scratch buffer from stack to malloced buffer...
2008-11-24 diegoDisable unused code for now to allow 'make checkheaders...
2008-11-24 diegoAdd missing headers to get 'make checkheaders' closer...
2008-11-24 mrusvq1enc: move scratch buffer from stack to context...
2008-11-24 mruflashsv: use skip_bits_long() where required
2008-11-24 bcouduriermove decoder initialization in separate function, earli...
2008-11-24 diegoMake non-void replacement functions actually return...
2008-11-24 diegoMove #defines that are mostly used in h264.c out of...
2008-11-24 diegoUse golomb_to_pict_type instead of its duplicate, slice...
2008-11-24 diegocosmetics: Align table for better readability.
2008-11-24 kostyaSome BMP files have file size declared in the header...
2008-11-24 kostyaGive more meaningful message on BMP header parsing...
2008-11-24 kostyaAdd known BMP header sizes.
2008-11-24 mruAdd shift argument to MULL() macro
2008-11-24 superdumpAAC: Cosmetics after last commit
2008-11-24 superdumpAAC: Frequency domain prediction and hence Main profile...
2008-11-23 kostyaStrong filtering function for future RV40 loop filter
2008-11-23 mruARM: move dct_unquantize_h263_*_armv5te asm to separate...
2008-11-22 diegocosmetics: indentation, prettyprinting
2008-11-22 diegocosmetics: consistent function declarations
2008-11-22 diegocosmetics: Put statements after 'if' on their own line.
2008-11-22 reynaldoTrivial, Cosmetics
2008-11-22 reynaldoTrivial, Cosmetics
2008-11-21 vitorMore OKed parts of the QCELP decoder
2008-11-21 vitorCosmetic: Fix typo
2008-11-21 diegoMove H.264 tables that are only useful for encoding...
2008-11-20 diegoGet rid of last ifdef HAVE_MMX. Instead, all MMX-specif...
2008-11-20 mruSH4: fix IDCT
2008-11-20 diegocosmetics: Consistently place HEADERS before OBJS in...
2008-11-20 diegoMove FFT-specific MMX optimizations out of the 'ifdef...
2008-11-20 diegocosmetics: indentation
2008-11-20 diegoUse standard OBJS-$(HAVE_MMX) trick for MMX objects...
2008-11-20 vitorFix typo in table value.
2008-11-20 kostya33l Fix applying residue condition in RV30/40 decoder
2008-11-20 kostyaEliminate direct use of s->current_picture in RV30...
2008-11-20 kostyaUse wider margins for edge emulation in RV30/40
2008-11-20 mruSH4: fix memzero_align8()
2008-11-20 mruSH4: add macros for setting and restoring FPSCR.PR bit
2008-11-20 mruSH4: remove some commented out blocks of code
2008-11-20 romanshMaking idct factor tables dynamically allocated
2008-11-19 kostyaAdd channel layout to several audio decoders I maintain
2008-11-19 romanshChange of indentation
2008-11-19 mruSH4: fix IDCT
2008-11-19 mruSH4: do not mix code and declarations
2008-11-19 mruSH4: fix compilation of memzero_align8()
2008-11-19 mruSH4: remove unused functions
2008-11-19 mruSH4: replace missed rnd_avg2 -> rnd_avg32
2008-11-19 mruSH4: rename functions with conflicting names
2008-11-18 diegocosmetics: Add a few more explanatory comments to the...
2008-11-18 diegocosmetics: Sort processor-specific object lines into...
2008-11-18 romanshGetting rid of huge static DV tables
2008-11-18 romanshGetting rid of unneeded extra wrapper functions
2008-11-17 diegoAdd a Makefile variable for the old scaler that gets...
2008-11-17 diegoRevert previous commit: the libavcodec/i386/fft_*.o...
2008-11-17 diegoOnly the yasm-dependent objects should be enabled by...
2008-11-17 diegocosmetics: Group ppc-specific objects together as desir...
2008-11-17 diegocosmetics: Group ARM objects sections together as desir...
2008-11-17 diegocosmetics: Reorder processor-specific entries alphabeti...
2008-11-17 benoitChange email address to a valid one.
2008-11-17 cehoyosOne const is enough.
2008-11-16 bananSilence warning in imc decoder
2008-11-16 bananSet channel_layout
2008-11-16 kostya421l: postproc flag may be present in any VC-1 AP frame...
2008-11-16 reynaldoTo give credit where credit is due.
2008-11-16 reynaldoCosmetics
2008-11-16 reynaldoChange to file description suggested by Michael
2008-11-15 bananProper reordering from the dca decoder.
2008-11-15 reynaldoPlease keep original copyright heading and attribution...
2008-11-15 kostyaWeak deblock filter function for future RV40 loop filter
2008-11-14 vitorMore OKed parts of the QCELP decoder
2008-11-14 bcoudurierremove useless mmx.h include
2008-11-14 bcoudurierconvert fdct_mmx to plain asm
2008-11-13 jbrrevert r15812 (E-AC-3 Spectral Extension) pending furth...
2008-11-13 bcoudurieradd sse2 fdct
2008-11-13 cehoyosFix H.264 decoding.
2008-11-13 jbrcosmetics: vertical alignment
2008-11-13 jbrsilence a gcc warning about using an uninitialized...
2008-11-13 jbrcosmetics: indentation
2008-11-13 jbradd support for spectral extension
2008-11-13 jbradd a generic function to decode banding structure...
2008-11-13 jbradd a line break in error message text
2008-11-13 jbrsimplify decoding of coupling frequency range
2008-11-13 jbrcosmetics: rename two variables
2008-11-12 romanshTaking advantage of the new ->execute API
2008-11-12 mruARM: fix j_rev_dct_ARM
2008-11-12 romanshMaking it easier to send arbitrary structures as work...
2008-11-12 diegoRemove unused variable.
next