]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-12-02 vitorCommit last ok'ed parts of QCELP decoder and enable it.
2008-12-02 michaelADTS AAC probe.
2008-12-02 michaelFix regression test failure with pthreads on multiproce...
2008-12-01 vitorMore OKed parts of the QCELP decoder
2008-12-01 vitorRemove hack added to make "make checkheaders" pass...
2008-12-01 vitorMore OKed parts of the QCELP decoder
2008-12-01 michaelGet rid of now unneeded pps/sps correctness code as...
2008-12-01 michaelAllocate parameter sets sanely instead of using alloc_p...
2008-12-01 stefanoMake more informative the error messages regarding...
2008-12-01 stefanoImprove documentation for the -pass and -passlog option...
2008-12-01 kostyaenable RV40 decoder
2008-12-01 kostyaRV40 MC functions
2008-12-01 rbultjeImplement rule-number parsing, the initial step in...
2008-11-30 michaelFix segfault due to deallocated entries in delayed_pic...
2008-11-30 rbultjeChange RDTDemuxContext->st into an array of streams...
2008-11-30 rbultjedocument ff_rdt_parse_open(). See ML discussion in...
2008-11-30 rbultjeChange function prototype from taking an AVStream to...
2008-11-30 vitorMore OKed parts of the QCELP decoder
2008-11-30 diegoHandle AltiVec objects in a more elegant fashion, simil...
2008-11-30 diegoRemove ineffectual hack that attempts to build ppc...
2008-11-30 ramiroconfigure: vertical alignment cosmetics.
2008-11-30 ramiroconfigure: Use check_lib2 for bzlib.
2008-11-29 bananchannel layout support for ffmpeg.c
2008-11-29 stefanoImplement the fields rc_max_available_vbv_use and
2008-11-29 stefanoReplaces not the anymore valid -flags +trell option...
2008-11-29 stefanoRename functions in sdp.c for consistency's sake.
2008-11-29 stefanos/FFserver/ffserver/ in the help message invocation...
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 stefanoMake rate_emu a global property rather than to be setta...
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
next