OSDN Git Service

coroid/libav_saccubus.git
2008-08-29 Stefano SabatiniMake show_version()/show_banner() print the libswscale...
2008-08-29 Stefano SabatiniImplement swscale_version().
2008-08-29 Stefano SabatiniAdd to the ffmpeg manual an example showing how to...
2008-08-29 Stefano SabatiniMake X264_init() no longer assign avctx->rc_eq to libx2...
2008-08-29 Baptiste Coudurierspeex in flv demuxing
2008-08-29 Baptiste Couduriercosmetics, typos, case
2008-08-29 Baptiste Couduriercosmetics
2008-08-29 Baptiste Coudurierfix version string ul
2008-08-29 Michael NiedermayerMove t1 and t2 declaration from the QMF code closer...
2008-08-29 Michael NiedermayerSimplify (drop useless intermediate sum and diff arrays).
2008-08-29 Andreas Öman5,1l: samples_chanptr[] should be (const float *)
2008-08-29 Andreas Ömandca: Set data_size outside block loop.
2008-08-29 Andreas Ömandca: Do float -> int16 interleaving in-place using...
2008-08-29 Kostya ShishkovWhile APE changed container format in 3.98, frequency...
2008-08-29 Peter RossBump libavcodec minor version number for r15017.
2008-08-29 Peter RossAdd AVCodecContext.bits_per_raw_sample field.
2008-08-29 Peter RossChange AVCodecContext.bits_per_sample to bits_per_coded...
2008-08-29 Michael NiedermayerDo not truncate timestamps before the muxer as it makes...
2008-08-29 Justin Rugglescosmetics: change another "get" to "decode"
2008-08-29 Justin Rugglescosmetics: change "get" to "decode"
2008-08-28 Justin Rugglescosmetics: indentation
2008-08-28 Justin Rugglesremove unneeded variable, dither_all
2008-08-28 Roman ShaposhnikIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-28 Stefano SabatiniFix a typo.
2008-08-28 Stefano SabatiniReword a sentence in a doxy making its interpretation...
2008-08-28 Roman ShaposhnikIntroducing video_stype for holding the value of VAUX...
2008-08-28 Ronald S. BultjeChange implementation for ff_data_to_hex(), this is...
2008-08-28 Kostya ShishkovAdd generic IIR filter interface with Butterworth lowpa...
2008-08-28 Michael NiedermayerFix mid/side stereo buggy output zeroing, fixes issue26...
2008-08-27 Justin Rugglescosmetics: rename a table
2008-08-27 Ronald S. BultjeExport data_to_hex() as private API in lavf, rename...
2008-08-27 Justin Rugglescosmetics: indent after last commit
2008-08-27 Justin Rugglesdo not read exponent strategies from each block for...
2008-08-27 Roman ShaposhnikTwo cosmetic changes for improved readability and ease...
2008-08-27 Roman ShaposhnikCosmetic change aimed at making it easier to see how...
2008-08-27 Roman ShaposhnikFactoring out chan_slice / 27 into seq variable
2008-08-27 Roman ShaposhnikSimplification of how dct_mode affects decoding.
2008-08-27 Aurelien Jacobsmatroskadec: cosmetics: indentation
2008-08-27 Aurelien Jacobsmatroskadec: seek to the last position known in the...
2008-08-27 Michael NiedermayerCosmetics (format ff_nelly_dequantization_table nicer)
2008-08-27 Stefano SabatiniSimplify the indexing logic in the av_encode() streams...
2008-08-27 Justin Rugglesadd definitions and documentation for shared functions...
2008-08-27 Justin Rugglescopy default coupling band structure from table to...
2008-08-27 Justin Rugglesadd more OKed parts of the E-AC-3 decoder: structural...
2008-08-27 Justin Rugglescosmetics: rename some functions from *get_* to *decode_*
2008-08-27 Ronald S. BultjeUse RTPDynamicProtocol parse_sdp_a_line() handlers...
2008-08-26 Baptiste Couduriersimplify mpeg12 avctx->pix_fmt set
2008-08-26 Aurelien Jacobsremove useless assignment (st is never read after this...
2008-08-26 Aurelien Jacobsmatroskadec: index timestamps are supposed to be in...
2008-08-26 Aurelien Jacobsmxfdec: set sample_aspect_ratio
2008-08-26 Aurelien JacobsAdd a temp variable to ff_sine_window_init() to match...
2008-08-26 Vladimir VoroshilovAdd explicit (int) cast to i386 optimized MUL* macros.
2008-08-26 Vladimir Voroshilov(cosmetics) Remove incorrect comment.
2008-08-26 Vladimir Voroshilov(cosmetics) Describe for which tests clipping is required.
2008-08-26 Baptiste CoudurierI'll maintain mxf muxer
2008-08-26 Vladimir Voroshilov(cosmetics) Remove wrong comments.
2008-08-26 Carl Eugen... MXF is a valid output format now.
2008-08-26 Carl Eugen... Remaining parts of GSoC MXF muxer by Zhentan Feng.
2008-08-26 Vladimir Voroshilov(cosmetics) Align comments consistently.
2008-08-26 Vladimir VoroshilovAnother set of definitions for G.729
2008-08-26 Michael Niedermayervertical align
2008-08-26 Michael NiedermayerNoone seems to want to maintain MPEG-PS so i will.
2008-08-25 Michael NiedermayerReplace cliping in ff_acelp_interpolate() by a check...
2008-08-25 Aurelien JacobsFix the seek regressions to match changes in r14956...
2008-08-25 Vitor SessakImport more MXF muxer code from the SoC tree
2008-08-25 Luca BarbatoMissing static in float_to_int16_altivec declaration
2008-08-25 Andreas ÖmanWhen setting codec_id during codec probe we must also...
2008-08-25 Bartlomiej... Little-endian bitstream writer
2008-08-25 Alexander E... fir_32bands_perfect[] contents were mixed, restore...
2008-08-25 Luca AbeniFix udp.c compilation with recent glibc (>= 2.8)
2008-08-25 Måns RullgårdARM: add prefetch function using ARMv5 PLD instruction
2008-08-25 Måns RullgårdARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for...
2008-08-25 Aurelien Jacobsmatroskadec: unset matroska->done when seeking
2008-08-25 Aurelien Jacobsmatroskadec: full seeking support in index-less files
2008-08-25 Justin Rugglesright shift the values by 8 in GAQ remap "B" table...
2008-08-25 Aurelien Jacobsmatroskadec: on the fly index construction for index...
2008-08-24 Aurelien Jacobsmatroskadec: don't try to seek to negative timestamp
2008-08-24 Aurelien Jacobsmatroskadec: move setting of matroska->done inside...
2008-08-24 Justin Rugglesrestore accidently deleted file
2008-08-24 Justin Ruggles1000l to me. committed to wrong repo. revert last commit.
2008-08-24 Justin Rugglescosmetics: rename some functions from *get_* to *decode_*
2008-08-24 Reimar DöffingerAdd ff_ prefix to ogg_codec_t structs
2008-08-24 Reimar DöffingerMark several libavformat arrays const
2008-08-24 Reimar DöffingerMark "matroska" probe data string constant.
2008-08-24 Reimar DöffingerMake ogg_codec_t descriptions const
2008-08-24 Reimar DöffingerChange codec_tag type from const struct AVCodecTag...
2008-08-24 Ronald S. BultjeRemove check for @ in tcp.c which removes the authoriza...
2008-08-24 Aurelien Jacobsvoc: add ff_ prefix to some global const data
2008-08-24 Reimar DöffingerRemove useless empty close functions in mmf and mm...
2008-08-24 Aurelien Jacobsmatroskadec: make aac_profiles array const
2008-08-24 Reimar DöffingerMake the id3v1_genre_str array const, not just the...
2008-08-24 Alexis Ballierstricter constraints of asm() blocks
2008-08-24 Robert SwainFix index to ff_sine_windows[]. Previously the index...
2008-08-24 Kostya Shishkovokayed chunks of AAC encoder
2008-08-24 Vitor SessakImport more ok'ed chunks of the mxf muxer from the...
2008-08-24 Alexander E... Correct scaling factor in DCA decoder synthesis.
2008-08-24 Justin Ruggleschange eac3dec.c license to LGPL
2008-08-24 Loren Merrittdocument some dsp alignments
2008-08-24 Michael NiedermayerEnsure that SDL_AddTimer() is never called with a delay...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
next