]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-11-21 Vitor SessakCosmetic: Fix typo
2008-11-21 Diego BiurrunMove H.264 tables that are only useful for encoding...
2008-11-20 Diego BiurrunGet rid of last ifdef HAVE_MMX. Instead, all MMX-specif...
2008-11-20 Måns RullgårdSH4: fix IDCT
2008-11-20 Diego Biurruncosmetics: Consistently place HEADERS before OBJS in...
2008-11-20 Diego Biurruncosmetics: Consistently place HEADERS before OBJS in...
2008-11-20 Diego BiurrunMove FFT-specific MMX optimizations out of the 'ifdef...
2008-11-20 Diego Biurruncosmetics: indentation
2008-11-20 Diego BiurrunUse standard OBJS-$(HAVE_MMX) trick for MMX objects...
2008-11-20 Kenan GilletFix typo in table value.
2008-11-20 Kostya Shishkov33l Fix applying residue condition in RV30/40 decoder
2008-11-20 Kostya ShishkovEliminate direct use of s->current_picture in RV30...
2008-11-20 Kostya ShishkovUse wider margins for edge emulation in RV30/40
2008-11-20 Måns RullgårdSH4: fix memzero_align8()
2008-11-20 Måns RullgårdSH4: add macros for setting and restoring FPSCR.PR bit
2008-11-20 Måns RullgårdSH4: remove some commented out blocks of code
2008-11-20 Roman ShaposhnikMaking idct factor tables dynamically allocated
2008-11-19 Kostya ShishkovAdd channel layout to several audio decoders I maintain
2008-11-19 Roman ShaposhnikChange of indentation
2008-11-19 Måns RullgårdSH4: fix IDCT
2008-11-19 Måns RullgårdSH4: do not mix code and declarations
2008-11-19 Måns RullgårdSH4: fix compilation of memzero_align8()
2008-11-19 Måns RullgårdSH4: remove unused functions
2008-11-19 Måns RullgårdSH4: replace missed rnd_avg2 -> rnd_avg32
2008-11-19 Måns RullgårdSH4: rename functions with conflicting names
2008-11-18 Diego Biurruncosmetics: Add a few more explanatory comments to the...
2008-11-18 Diego Biurruncosmetics: Sort processor-specific object lines into...
2008-11-18 Roman ShaposhnikGetting rid of huge static DV tables
2008-11-18 Roman ShaposhnikGetting rid of unneeded extra wrapper functions
2008-11-18 Baptiste Coudurierdecrease atom size, fix broken files missing version...
2008-11-18 Reynaldo H... Trivial, Cosmetics
2008-11-17 Stefano SabatiniImprove error message in case of output file with no...
2008-11-17 Stefano SabatiniImprove messages printed when there is no input/output...
2008-11-17 Stefano SabatiniRemove unnecessary calls to show_help(), make ffmpeg...
2008-11-17 Diego BiurrunAdd a Makefile variable for the old scaler that gets...
2008-11-17 Diego BiurrunRevert previous commit: the libavcodec/i386/fft_*.o...
2008-11-17 Diego BiurrunOnly the yasm-dependent objects should be enabled by...
2008-11-17 Ronald S. BultjeChange type of prev_stream_id from uint32_t to int...
2008-11-17 Diego Biurruncosmetics: Group ppc-specific objects together.
2008-11-17 Diego BiurrunAdd missing options to the help output.
2008-11-17 Diego Biurruncosmetics: Move some options to more sensible places...
2008-11-17 Diego BiurrunMove zlib/bzlib options to the external library section...
2008-11-17 Diego Biurrunspelling and wording cosmetics for the help output
2008-11-17 Charles YatesTake build_suffix into account in pkg-config files.
2008-11-17 Diego BiurrunPrint just [no] or [yes] in the help output instead...
2008-11-17 Diego Biurruncosmetics: Group ARM objects sections together.
2008-11-17 Diego Biurruncosmetics: Reorder processor-specific entries alphabeti...
2008-11-17 Ronald S. BultjeReindent after r15853.
2008-11-17 Ronald S. BultjeRead optional components of the RDT packet header,...
2008-11-17 Ronald S. BultjeChange header reading implementation to using get_bits...
2008-11-17 Ronald S. BultjePrefix all ff_rdt_parse_header() arguments with a p...
2008-11-17 Ronald S. BultjeFix memleak caused by the fact that url_open_buf()...
2008-11-17 Ronald S. BultjeAdd ByteIOContext argument to public ff_rm_* functions...
2008-11-17 Benoit FouetChange email address to a valid one.
2008-11-17 Carl Eugen... One const is enough.
2008-11-17 Diego BiurrunPut variable declaration inside an #ifdef to avoid...
2008-11-17 Jindřich MakovičkaGet rid of MSG_DONTWAIT using a more standard way to...
2008-11-16 Stefano SabatiniMake the library names for the require checks more...
2008-11-16 Benjamin LarssonSilence warning in imc decoder
2008-11-16 Benjamin LarssonSet channel_layout
2008-11-16 Kostya Shishkov421l: postproc flag may be present in any VC-1 AP frame...
2008-11-16 Baptiste Coudurierset pts in flv demuxer
2008-11-16 Baptiste Coudurierread itunes metadata, code based on Reimar's patch
2008-11-16 Reynaldo H... Credit Kenan Gillet for his contributions towards mergi...
2008-11-16 Reynaldo H... Cosmetics
2008-11-16 Reynaldo H... Change to file description suggested by Michael
2008-11-15 Ronald S. BultjeChange status packet skipping to be more spec-compliant...
2008-11-15 Ronald S. BultjeMake function comment a bit more linguistically correct.
2008-11-15 Ronald S. BultjeReindent after r15833.
2008-11-15 Ronald S. BultjeAdd is_keyframe param to ff_rdt_parse_header(). See...
2008-11-15 Benjamin LarssonProper channel output reordering for the dca decoder.
2008-11-15 Reynaldo H... Please keep original copyright heading and attribution...
2008-11-15 Baptiste Couduriersimplify metadata reading
2008-11-15 Aurelien Jacobsmatroskadec: fix index timestamps for some broken files
2008-11-15 Ronald S. BultjeCall check_back_and_send_rr() function only in case...
2008-11-15 Kostya ShishkovWeak deblock filter function for future RV40 loop filter
2008-11-15 Luca BarbatoFlush SDP description
2008-11-15 Ronald S. BultjeRename variables in ff_rdt_parse_header() and callers...
2008-11-14 Jindřich Makovičkacheck for interrupt when receiving from socket
2008-11-14 Ronald S. BultjeAdd comment describing the RDT packet header. See discu...
2008-11-14 Kenan GilletMore OKed parts of the QCELP decoder
2008-11-14 Baptiste Couduriertimestamp is dts in wmv/asf
2008-11-14 Baptiste Coudurierremove useless mmx.h include
2008-11-14 Baptiste Coudurierconvert fdct_mmx to plain asm
2008-11-13 Justin Rugglesrevert r15812 (E-AC-3 Spectral Extension) pending furth...
2008-11-13 Baptiste Coudurieradd sse2 fdct
2008-11-13 Carl Eugen... Fix H.264 decoding.
2008-11-13 Justin Rugglescosmetics: vertical alignment
2008-11-13 Justin Rugglessilence a gcc warning about using an uninitialized...
2008-11-13 Justin Rugglescosmetics: indentation
2008-11-13 Justin Rugglesadd support for spectral extension
2008-11-13 Justin Rugglesadd a generic function to decode banding structure...
2008-11-13 Justin Rugglesadd a line break in error message text
2008-11-13 Justin Rugglessimplify decoding of coupling frequency range
2008-11-13 Justin Rugglescosmetics: rename two variables
2008-11-12 Jindřich MakovičkaAllow the UDP socket buffer size to be adjusted using a
2008-11-12 Roman ShaposhnikTaking advantage of the new ->execute API
2008-11-12 Måns RullgårdARM: fix j_rev_dct_ARM
2008-11-12 Roman ShaposhnikMaking it easier to send arbitrary structures as work...
2008-11-12 Diego BiurrunRemove unused variable.
next