OSDN Git Service

coroid/libav_saccubus.git
2008-05-14 Stefano SabatiniAdd codec long name, patch by Stefano Sabatini, stefano...
2008-05-14 Stefano SabatiniUpdate offset in the option string later, to have a...
2008-05-13 Aurelien Jacobsadd missing \n in av_log message
2008-05-13 Aurelien Jacobsmatroskadec: add support for zlib compressed tracks
2008-05-13 Måns Rullgårdacelp_filters.h needs stdint.h
2008-05-13 François RevolFix non-debug build.
2008-05-13 Måns Rullgårdset temporary filenames before using them
2008-05-13 Ramiro PollaAdd more support for Win64:
2008-05-13 Ramiro PollaMove arch check before OS check.
2008-05-13 Carl Eugen... Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
2008-05-13 Carl Eugen... Fix icc warning #188: enumerated type mixed with anothe...
2008-05-13 Carl Eugen... Add MATROSKA_TRACK_TYPE_NONE.
2008-05-13 Stefano SabatiniMake 'ffmpeg -formats' print codec long names.
2008-05-13 JonYUse pkg-config for libschroedinger libs, not only for...
2008-05-13 Stefano SabatiniFix a typo.
2008-05-12 Carl Eugen... Correct type for pcx_rle_decode().
2008-05-12 Ramiro PollaAlso install .lib files with versioned filename.
2008-05-12 JonYCreate .lib files in the subdirs.
2008-05-12 Carl Eugen... Replace one more occurrence of -1 with PIX_FMT_NONE.
2008-05-12 Carl Eugen... Replace some occurrences of 0 with CODEC_ID_NONE.
2008-05-12 Guillaume Poirierarmv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARM...
2008-05-12 Carl Eugen... Do not use variable frame_info before its value is...
2008-05-12 Diego PettenòUse strcasecmp() instead of re-inventing it.
2008-05-11 Alexander StrangePrevious commit missed an initialization - this fixes...
2008-05-11 Carl Eugen... Replace some occurrences of -1 with PIX_FMT_NONE.
2008-05-11 Alexander StrangeSet and use h->mb_xy in SVQ3 too.
2008-05-11 Siarhei SiamashkaAdd some initial optimizations for ARM VFP (floating
2008-05-11 Alexander StrangeRemove newly unused variables.
2008-05-11 Alexander StrangeUse h->mb_xy directly in decode_cabac_residual().
2008-05-11 Alexander StrangeStore mb_xy in H264Context and only calculate it once...
2008-05-11 Vitor SessakSimplify do_voice().
2008-05-11 Vitor SessakReplace some hardcoded swapping with FFSWAP.
2008-05-11 Vitor SessakRemove unused defines from ra144.
2008-05-11 Matthieu Castetcosmetics: indent after last commit. patch by matthieu...
2008-05-11 Matthieu Castetsimplify decoding of uncompressed samples. patch by...
2008-05-11 Carl Eugen... Allow icc to compile with optimizations (pentium3,...
2008-05-11 Carl Eugen... Silence useless icc warnings.
2008-05-11 Vladimir VoroshilovImplement bidirectional (positive offset - left, negati...
2008-05-11 Dave Yeosys/resource.h needs sys/types.h on OS/2, patch by...
2008-05-11 Stefano SabatiniDocument AVCodecContext channels field.
2008-05-11 Luca AbeniFix type of dest_addr_len to respect return value of...
2008-05-11 Vladimir VoroshilovUpdate comment to version, negotiated with Diego, and
2008-05-11 Vladimir VoroshilovFix compilation error.
2008-05-11 Justin Rugglesfix reading of samples-per-frame
2008-05-11 Vladimir Voroshilovvarious filters for ACELP-based codecs
2008-05-11 Vitor SessakSimplify a list of array allocations with a loop.
2008-05-11 Vladimir VoroshilovReplace hardcoded LP filter order with parameter.
2008-05-10 Vitor SessakRemove useless memset, patch by Vitor Sessak, vitor1001...
2008-05-10 Vitor SessakRewrite unpack_input() completely, patch by Vitor Sessa...
2008-05-10 Vitor Sessakcosmetics: Reindent file, patch by Vitor Sessak, vitor1...
2008-05-09 Benoit FouetAdd missing path to #include.
2008-05-09 Diego BiurrunAdd missing required header directly.
2008-05-09 Diego BiurrunAdd missing path to #include.
2008-05-09 Diego BiurrunAdd missing path to #include statement.
2008-05-09 Keiji CostantiniRemove in_asm_used_var_warning_killer()
2008-05-09 Diego BiurrunRemove -I flags pointing to local paths, they are no...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-09 Diego BiurrunRemove redundant #undef statements that were mistakenly...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-09 Jai MenonIFF stereo support
2008-05-09 Diego BiurrunAdd required stdint.h header.
2008-05-09 Michael NiedermayerLittle fix for block sizes <16
2008-05-09 Diego BiurrunRevert previous mistaken commit.
2008-05-09 Diego Biurrunipp.h is a system header, use <> when #including it.
2008-05-09 Diego Biurrundsputil.h is not a system header, use "" when #includin...
2008-05-09 Diego Biurrunstring.h is a system header file, so use <> for it.
2008-05-09 Michael NiedermayerImprove motion estimation metric.
2008-05-09 Aurelien Jacobsuse enum type instead of int
2008-05-09 Aurelien Jacobscosmetics: indentation
2008-05-09 Aurelien Jacobsmatroskadec: add support for lzo compressed tracks
2008-05-08 Aurelien Jacobsremove useless comment
2008-05-08 Aurelien Jacobsmatroskadec: fail gracefully when seeking don't work
2008-05-08 Diego Biurrun#include required stdint.h header directly.
2008-05-08 Aurelien Jacobsensure vp56_decode_frame always return unchanged buf_size
2008-05-08 Aurelien Jacobsmatroskadec: add support for track content encoding
2008-05-08 Ramiro PollaDo not misuse long as the size of a register in x86.
2008-05-08 Carl Eugen... Do not return -1 from void functions.
2008-05-08 Carl Eugen... One const per declaration is enough.
2008-05-08 Diego Biurrun#include required headers directly.
2008-05-08 Diego Biurrunprettyprinting cosmetics
2008-05-08 Ramiro PollaCompile network-related code conditionally.
2008-05-08 Ramiro PollaCheck for sys/resource.h and include it conditionally.
2008-05-08 Anuradha SuraparajuDisable libdirac decoder if the faster libschroedinger...
2008-05-07 Diego Biurrun#include stdint.h instead of using a manual typedef...
2008-05-07 Matthieu CastetWhen compiling with -fmudflap configure fill EXTERN_PRE...
2008-05-06 Baptiste Coudurierexport dnxhd encoded picture quality
2008-05-06 Diego BiurrunRemove one more set of useless parentheses from a retur...
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-05-06 Diego Biurrunminor wording fix
2008-05-06 Anssi HannulaIn pkg-config files, libraries not exposed through...
2008-05-06 Diego Biurrunminor spelling fix
2008-05-05 Diego Biurruncosmetics: whitespace/order changes, if/then --> &...
2008-05-05 Diego BiurrunMerge both pkg-config creation commands into one.
2008-05-05 Diego BiurrunIn the pkg-config file generation, derive the short...
2008-05-05 Diego BiurrunRemove stray extra parameter from libavutil pkg-config...
2008-05-05 Diego Biurruncosmetics: sort lines (correctly)
2008-05-05 Michael NiedermayerCheck url_seek() in url_open().
2008-05-04 Jason Garrett... Use a state machine to reduce branching logic in decode...
2008-05-04 Luca BarbatoCosmetics: reorder and align targets
2008-05-04 Luca BarbatoBuild sparc arch specific code using the Makefile
next