OSDN Git Service

coroid/libav_saccubus.git
2007-10-18 Aurelien Jacobscheck if we found an audio track before initializing...
2007-10-18 Aurelien Jacobscompute pts according to the audio codec
2007-10-18 Aurelien Jacobsset bytes per sample in the context
2007-10-18 Aurelien Jacobsfix big endian files support
2007-10-18 Aurelien Jacobssimplify
2007-10-18 Aurelien Jacobsparse sample rate instead of setting a default one
2007-10-18 Aurelien Jacobsadd support for PCM codec
2007-10-18 Aurelien Jacobscheck compression_type to assign audio codec
2007-10-18 Aurelien Jacobsmake compression_type a function local var instead...
2007-10-18 Aurelien Jacobsadd support for big_endian encoded headers
2007-10-18 Aurelien Jacobsadd some error processing
2007-10-18 Aurelien Jacobscosmetics: indentation
2007-10-18 Aurelien Jacobsparse header chunk in a loop (don't depend on a fixed...
2007-10-18 Aurelien Jacobsadd audio and video codec context vars
2007-10-18 Aurelien Jacobsbetter log message
2007-10-18 Aurelien Jacobsmove vp6 header parsing into its own function
2007-10-18 Aurelien Jacobsremove 2 temporary variables
2007-10-18 Aurelien Jacobsset a default value for num_channels
2007-10-18 Aurelien Jacobsmove audio header parsing in its own function
2007-10-18 Aurelien Jacobsadd a log message
2007-10-18 Aurelien Jacobsfix comment
2007-10-18 Aurelien Jacobssmall simplification
2007-10-18 Kostya ShishkovWMV3 mode with FASTTX=0 seems to use standard IDCT...
2007-10-18 Benjamin LarssonUnaligned memory access rcrash fix
2007-10-18 Thorsten Jordanset start_time to 0 to enable seeking in mp3-files
2007-10-18 Benjamin LarssonAdded myself as maintainer of the Nellymoser codec
2007-10-18 Michel BardiauxPrint pixel and display aspect ratios
2007-10-18 Michael Niedermayerreplace (disabled by default) assert(0) by abort()...
2007-10-18 Diego BiurrunSimplify one variable setting.
2007-10-18 Ronald S. BultjeMake url_split() strip url options (?opt=var) from...
2007-10-18 Diego BiurrunRename LIB to LIBNAME for consistency.
2007-10-18 Diego BiurrunRename LIB to LIBNAME for consistency.
2007-10-18 Diego Biurrun1l: Update wrong #endif comment.
2007-10-18 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 Timofei V.... Remove unnecessary guarding &=0x0f around adpcm_ima_com...
2007-10-17 Diego BiurrunAdd multiple inclusion guards to config.h.
2007-10-17 Diego BiurrunExplain why there are no multiple inclusion guards...
2007-10-17 Diego BiurrunClarify comment that explains why this header lacks...
2007-10-17 Ramiro PollaAdd entry about pr not being present in standard MSYS...
2007-10-17 Diego BiurrunAdd SLIB_UNINSTALL_EXTRA_CMD for MinGW.
2007-10-17 Dave YeoAdd SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the thing...
2007-10-17 Aurelien JacobsRemove wrong multiple inclusion guards.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 Diego BiurrunAdd a comment that explains why this header lacks multi...
2007-10-17 Diego BiurrunAdd missing multiple inclusion guards.
2007-10-17 Diego BiurrunUse filename as multiple inclusion guard.
2007-10-17 Diego BiurrunFix #endif comment typo.
2007-10-17 Diego BiurrunUse filename as multiple inclusion guard.
2007-10-16 Diego Biurruncomment grammar fix
2007-10-16 Benoit FouetRe-enable DEBUG_SEEK flag.
2007-10-16 Baptiste Coudurierdont write udta atom for 3gp/3g2 for now, current writt...
2007-10-16 Baptiste Coudurierindentation
2007-10-15 Patric StoutFix streaming to XBox360.
2007-10-15 Diego Biurrunmisc Doxygen spelling/grammar fixes
2007-10-15 Aurelien Jacobscosmetics: reindent
2007-10-15 Aurelien Jacobsadd support for VP6 in electronicarts demuxer
2007-10-15 Aurelien Jacobsremove useless &0xFF
2007-10-15 Aurelien Jacobsmerge declaration and initialization
2007-10-15 Aurelien Jacobsremove unused context vars
2007-10-15 Aurelien Jacobsremove unused code
2007-10-15 Aurelien Jacobsremove unused tags definition
2007-10-15 Aurelien Jacobsremove unused close function
2007-10-15 Aurelien Jacobssimplify bitstream reading
2007-10-15 Jeff DownsFix chroma mv offsets for PAFF in a way that is compati...
2007-10-15 Aurelien JacobsCygwin don't like this function declaration.
2007-10-15 Thorsten JordanUndefine DEBUG_SEEK.
2007-10-15 Benjamin LarssonNellymoser ASAO decoder
2007-10-15 Ramiro PollaRemove gcc import libraries from Win32 builds.
2007-10-15 Benoit FouetMerge audio and video bitstream filter options handling.
2007-10-15 Martin ZlomekFix mix-up of values in r10690 (deblocking for PAFF).
2007-10-14 Aurelien Jacobsadd support for VP6 with huffman encoded blocks
2007-10-14 Aurelien Jacobsmoves fraps huffman decoder to its own file, making...
2007-10-14 Diego Biurruncosmetics: Move asf_read_close() down to get rid of...
2007-10-14 Benoit FouetIncrement minor after r10709.
2007-10-14 Reimar DöffingerFix rc4 header, #ifndef -> #define
2007-10-14 Diego BiurrunAdd multiple inclusion guards.
2007-10-14 Diego BiurrunAdd standard license header.
2007-10-14 Diego BiurrunConsistently place comments in file header.
2007-10-14 Diego Biurruncosmetics: sort()
2007-10-14 Aurelien JacobsVP6A needs its Makefile rules too
2007-10-13 Vladimir VoroshilovFix MJPEG decoder for AMV files.
2007-10-13 Michael Niedermayerprevent infinite loop and memcpy of negative amounts
2007-10-13 Måns Rullgårdsimply buffer checks in vorbis_comment()
2007-10-13 Måns Rullgårduse bytestream_get_* in vorbis_comment()
2007-10-13 Reimar DöffingerAdd RC4 encryption/decryption function
2007-10-13 Michael Niedermayerfactorize code and add safety check to prevent memcpyin...
2007-10-13 Jeff DownsSimplify tests for field macroblocks
2007-10-13 Stefan LuckePrevent infinite loop when buffer holds SEQ_END_CODE...
2007-10-12 Ramiro PollaFix memleak
2007-10-12 Ramiro Pollaffserver needs ffm_muxer specifically, and rtsp_demuxer...
2007-10-12 Diego BiurrunUse single quotes to get rid of a bunch of backslash...
2007-10-12 Diego BiurrunConsistently use $(FOO) instead of ${FOO} in Makefile...
2007-10-12 Diego Biurrun10l: refill2() is not unused, it is used conditionally.
2007-10-12 Jeff DownsInterlaced pictures (not just MBAFF) + spatial direct...
2007-10-12 Diego BiurrunDisable unused code; fixes several gcc warnings:
2007-10-11 Andrea GualanoEnable avpicture_deinterlace() for PIX_FMT_GRAY8.
2007-10-11 ShaneFix intended order of operations for 4 assert() checks.
2007-10-11 Ville SkyttäSpecify in documentation that avcodec_find_(en|de)coder...
2007-10-11 Björn AxelssonAdd functionality to set the direction of a ByteIOConte...
2007-10-11 Diego Biurrunwarning fixes:
next