]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-08-30 conradUse ff_pw_8 in MMX/SSE VP3 IDCT
2008-08-30 conradLet ff_pw_8 be used as an SSE constant
2008-08-30 jbrcosmetics: update comment about dithering
2008-08-30 michaelRemove the cos_mod table that has become unused after...
2008-08-30 michaelReplace obfuscated mdct in qmf_32_subbands() by ff_imdc...
2008-08-30 michaelGet rid of the 512 sample memmove().
2008-08-30 diegoAdd missing FFMPEG_ prefix to multiple inclusion guard.
2008-08-30 prossRemove 'currently unused' warning about SAMPLE_FMT_xxx.
2008-08-30 bcouduriertimestamps in flv are 32bits _signed_ according to...
2008-08-30 bcoudurierremove now useless casts
2008-08-29 bcouduriermake has_codec_parameters not returning true when sampl...
2008-08-29 bcoudurierskip empty flv data packets, fix issue #602
2008-08-29 bcoudurierfactorize packet skip code
2008-08-29 bcouduriersimplify size handling code
2008-08-29 bwolowiecOkayed parts of nellymoserenc.c
2008-08-29 vitorRemove useless zeroing of a buffer
2008-08-29 superdumpFix typo in element type
2008-08-29 superdumpRemove unnecessary portion of a condition. This fixes...
2008-08-29 bcoudurierremove vorbis dec hack, decoding will be done anyway...
2008-08-29 stefanoFix typo.
2008-08-29 michaelHalf the size of subband_fir_noidea and get rid of...
2008-08-29 stefanoCosmetics: vertical align in print_all_lib_versions().
2008-08-29 stefanoMake show_version()/show_banner() print the libswscale...
2008-08-29 stefanoAdd to the ffmpeg manual an example showing how to...
2008-08-29 stefanoMake X264_init() do not set anymore the rc_eq from...
2008-08-29 bcoudurierspeex in flv demuxing
2008-08-29 bcouduriercosmetics, typos, case
2008-08-29 bcouduriercosmetics
2008-08-29 bcoudurierfix version string ul
2008-08-29 michaelMove t1 and t2 declaration from the QMF code closer...
2008-08-29 michaelSimplify (drop useless intermediate sum and diff arrays).
2008-08-29 andoma5,1l: samples_chanptr[] should be (const float *)
2008-08-29 andomadca: Set data_size outside block loop.
2008-08-29 andomadca: Do float -> int16 interleaving in-place using...
2008-08-29 kostyaWhile APE changed container format in 3.98, frequency...
2008-08-29 prossBump libavcodec minor version number for r15017.
2008-08-29 prossAdd AVCodecContext.bits_per_raw_sample field.
2008-08-29 prossChange AVCodecContext.bits_per_sample to bits_per_coded...
2008-08-29 michaelDo not truncate timestamps before the muxer as it makes...
2008-08-29 jbrcosmetics: change another "get" to "decode"
2008-08-29 jbrcosmetics: change "get" to "decode"
2008-08-28 jbrcosmetics: indentation
2008-08-28 jbrremove unneeded variable, dither_all
2008-08-28 romanshIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-28 stefanoFix a typo.
2008-08-28 stefanoReword a sentence in a doxy making its interpretation...
2008-08-28 romanshIntroducing video_stype for holding the value of VAUX...
2008-08-28 rbultjeChange implementation for ff_data_to_hex(), this is...
2008-08-28 kostyaAdd generic IIR filter interface with Butterworth lowpa...
2008-08-28 michaelFix mid/side stereo buggy output zeroing, fixes issue26...
2008-08-27 jbrcosmetics: rename a table
2008-08-27 rbultjeExport data_to_hex() as private API in lavf, rename...
2008-08-27 jbrcosmetics: indent after last commit
2008-08-27 jbrdo not read exponent strategies from each block for...
2008-08-27 romanshTwo cosmetic changes for improved readability and ease...
2008-08-27 romanshCosmetic change aimed at making it easier to see how...
2008-08-27 romanshFactoring out chan_slice / 27 into seq variable
2008-08-27 romanshSimplification of how dct_mode affects decoding.
2008-08-27 aurelmatroskadec: cosmetics: indentation
2008-08-27 aurelmatroskadec: seek to the last position known in the...
2008-08-27 michaelCosmetics (format ff_nelly_dequantization_table nicer)
2008-08-27 stefanoSimplify the indexing logic in the av_encode() streams...
2008-08-27 jbradd definitions and documentation for shared functions...
2008-08-27 jbrcopy default coupling band structure from table to...
2008-08-27 jbradd more OKed parts of the E-AC-3 decoder: structural...
2008-08-27 jbrcosmetics: rename some functions from *get_* to *decode_*
2008-08-27 rbultjeUse RTPDynamicProtocol parse_sdp_a_line() handlers...
2008-08-26 bcouduriersimplify mpeg12 avctx->pix_fmt set
2008-08-26 aurelremove useless assignment (st is never read after this...
2008-08-26 aurelmatroskadec: index timestamps are supposed to be in...
2008-08-26 aurelmxfdec: set sample_aspect_ratio
2008-08-26 aurelAdd a temp variable to ff_sine_window_init() to match...
2008-08-26 voroshilAdd explicit (int) cast to i386 optimized MUL* macros.
2008-08-26 voroshil(cosmetics) Remove incorrect comment.
2008-08-26 voroshil(cosmetics) Describe for which tests clipping is required.
2008-08-26 bcoudurierI'll maintain mxf muxer
2008-08-26 voroshil(cosmetics) Remove wrong comments.
2008-08-26 cehoyosMXF is a valid output format now.
2008-08-26 cehoyosRemaining parts of GSoC MXF muxer by Zhentan Feng.
2008-08-26 voroshil(cosmetics) Align comments consistently.
2008-08-26 voroshilAnother set of definitions for G.729
2008-08-26 michaelvertical align
2008-08-26 michaelNoone seems to want to maintain MPEG-PS so i will.
2008-08-25 michaelReplace cliping in ff_acelp_interpolate() by a check...
2008-08-25 aurelFix the seek regressions to match changes in r14956...
2008-08-25 vitorImport more MXF muxer code from the SoC tree
2008-08-25 lu_zeroMissing static in float_to_int16_altivec declaration
2008-08-25 andomaWhen setting codec_id during codec probe we must also...
2008-08-25 bwolowiecLittle-endian bitstream writer
2008-08-25 kostyafir_32bands_perfect[] contents were mixed, restore...
2008-08-25 lucabeFix udp.c compilation with recent glibc (>= 2.8)
2008-08-25 mruARM: add prefetch function using ARMv5 PLD instruction
2008-08-25 mruARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for...
2008-08-25 aurelmatroskadec: unset matroska->done when seeking
2008-08-25 aurelmatroskadec: full seeking support in index-less files
2008-08-25 jbrright shift the values by 8 in GAQ remap "B" table...
2008-08-25 aurelmatroskadec: on the fly index construction for index...
2008-08-24 aurelmatroskadec: don't try to seek to negative timestamp
2008-08-24 aurelmatroskadec: move setting of matroska->done inside...
2008-08-24 jbrrestore accidently deleted file
next