]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-11-27 stefanoRemove AVInputStream frame variable definition and...
2008-11-27 stefanoMake the input realtime framerate emulation code use...
2008-11-27 kostyaFix RV40 chroma MC
2008-11-26 cehoyosUse PIX_FMT_NONE to silence icc warning #188:
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 michaelAdd udp.c maintainer.
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-23 rbultjeDocument 'ic' variable. See "[PATCH] RDT/Realmedia...
2008-11-23 mruRun regression tests on target system.
2008-11-23 mruBuild regression test data generators using HOSTCC
2008-11-23 mruconfigure: set TARGET_EXEC and TARGET_PATH
2008-11-23 mruconfigure: set HOSTCC to native compiler
2008-11-23 mruconfigure: simplify set_default function
2008-11-22 cehoyosAdd forgotten file format pgmyuv.
2008-11-22 cehoyosSupport picture output without -f image2 for most codecs.
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 stefanoMake ffmpeg print in the error message the exact line...
2008-11-21 stefanoMake ffmpeg print in the error message the exact line...
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-18 bcoudurierdecrease atom size, fix broken files missing version...
2008-11-18 reynaldoTrivial, Cosmetics
2008-11-17 stefanoImprove error message in case of output file with no...
2008-11-17 stefanoImprove messages printed when there is no input/output...
2008-11-17 stefanoRemove unnecessary calls to show_help(), make ffmpeg...
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 rbultjeChange type of prev_stream_id from uint32_t to int...
2008-11-17 diegocosmetics: Group ppc-specific objects together as desir...
2008-11-17 diegoAdd missing options to the help output.
2008-11-17 diegocosmetics: Move some options to more sensible places...
2008-11-17 diegoMove zlib/bzlib options to the external library section...
2008-11-17 diegospelling and wording cosmetics for the help output
2008-11-17 diegoTake build_suffix into account in pkg-config files.
2008-11-17 diegoPrint just [no] or [yes] in the help output instead...
2008-11-17 diegocosmetics: Group ARM objects sections together as desir...
2008-11-17 diegocosmetics: Reorder processor-specific entries alphabeti...
2008-11-17 rbultjeReindent after r15853.
2008-11-17 rbultjeRead optional components of the RDT packet header,...
2008-11-17 rbultjeChange header reading implementation to using get_bits...
2008-11-17 rbultjePrefix all ff_rdt_parse_header() arguments with a p...
2008-11-17 rbultjeFix memleak caused by the fact that url_open_buf()...
2008-11-17 rbultjeAdd ByteIOContext argument to public ff_rm_* functions...
2008-11-17 benoitChange email address to a valid one.
2008-11-17 cehoyosOne const is enough.
2008-11-17 benoitGet rid of MSG_DONTWAIT using a more standard way to...
next