]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-08-31 Baptiste Couduriermerge descriptor write table with essence container...
2008-08-31 Baptiste Coudurierfix type in prototype
2008-08-31 Baptiste Coudurierremove header_byte_count_offset from context
2008-08-31 Baptiste Couduriersimplify and correctly rewrite metadata in header parti...
2008-08-31 Baptiste Couduriersimplify current partition offset
2008-08-31 Ronald S. BultjeImplement RTSP/Realmedia-compatible OPTIONS command...
2008-08-31 Justin Rugglesturn on E-AC-3 decoding support and update the Changelog
2008-08-31 Baptiste Coudurierheader partition is open incomplete for now
2008-08-31 Justin Rugglessimplify code and comment regarding determination wheth...
2008-08-31 Baptiste Coudurieralways write footer partition according to specs
2008-08-31 Justin Rugglesuse correct table name
2008-08-31 Baptiste Coudurier10l fix mxf_get_essence_container_ul
2008-08-31 Baptiste Couduriercosmetics, mux_write -> mxf_write
2008-08-31 Baptiste Couduriercorrectly set track duration
2008-08-31 Baptiste Coudurierset duration to distinguished value
2008-08-31 Baptiste Couduriercorrectly write codec ul, mpeg-2 needs profile and...
2008-08-31 Vitor SessakMisc cosmetics in compute_lpc_coefs(): braces removal...
2008-08-31 Justin Rugglesskip converter exponent strategy for all channels at...
2008-08-31 Vitor SessakRemove useless var in compute_lpc_coefs()
2008-08-31 Justin Rugglesmerge declaration and init. variable is not used outsid...
2008-08-31 Justin Rugglescosmetics: indentation
2008-08-31 Vitor SessakMerge declaration and initialization of a few vars...
2008-08-31 Justin Rugglescommit more OKed parts of the E-AC-3 decoder
2008-08-31 Baptiste Couduriersimplify, pass AVStream directly instead of index
2008-08-31 Baptiste Couduriercosmetics, whitespace
2008-08-31 Baptiste Coudurierremove now useless track_number_sign
2008-08-31 Baptiste Coudurierput back mxf_essence_container_uls in demuxer as static...
2008-08-31 Baptiste Coudurierremove now useless mxf_essence_element_key array
2008-08-31 Baptiste Coudurierfix track number ul in primer pack
2008-08-31 Baptiste Coudurierintroduce MXFContainerEssencePair to associate essence...
2008-08-31 Baptiste Couduriercosmetics
2008-08-31 Baptiste Coudurierreplace sizeof(type) by sizeof *ptr
2008-08-31 Baptiste Couduriermerge declaration and init
2008-08-31 Baptiste Coudurierreindent
2008-08-31 Baptiste Couduriersimplify mxf_write_essence_container_refs
2008-08-31 Baptiste Coudurierfactorize
2008-08-31 Baptiste Coudurierchange [0] to *
2008-08-31 Baptiste Couduriercompute essence containers in mxf_write_header, this...
2008-08-30 Baptiste Coudurierget essence container ul in header and set it per track...
2008-08-30 Baptiste Couduriermove per track code in mxf_write_header to be able...
2008-08-30 Baptiste Coudurierrename variable
2008-08-30 Justin Rugglescommit more OKed parts of the E-AC-3 decoder
2008-08-30 Justin Rugglescommit more OKed parts of the E-AC-3 decoder
2008-08-30 Baptiste Coudurierfix typos
2008-08-30 Baptiste Couduriercosmetics: header -> generic
2008-08-30 Baptiste Couduriercosmetics, remove useless braces, move comments where...
2008-08-30 Baptiste Couduriercosmetics
2008-08-30 Baptiste Couduriersimplify, and factorize
2008-08-30 Baptiste Coudurieronly put version in tag
2008-08-30 Baptiste Couduriersimplify
2008-08-30 Baptiste Coudurieralways write required version string local tag
2008-08-30 Baptiste Coudurierintroduce mxf_write_local_tag_utf16 and factorize
2008-08-30 Baptiste Coudurieruse strlen and do not write useless trailing 0 accordin...
2008-08-30 Baptiste Coudurierwrite strings as utf16be
2008-08-30 Michael NiedermayerFix lossless jpeg encoder to comply to spec and store...
2008-08-30 David ConradRemove unused dequantization code from SSE VP3 IDCT
2008-08-30 David ConradUse ff_pw_8 in MMX/SSE VP3 IDCT
2008-08-30 David ConradLet ff_pw_8 be used as an SSE constant
2008-08-30 Justin Rugglescosmetics: update comment about dithering
2008-08-30 Michael NiedermayerRemove the cos_mod table that has become unused after...
2008-08-30 Michael NiedermayerReplace obfuscated mdct in qmf_32_subbands() by ff_imdc...
2008-08-30 Michael NiedermayerGet rid of the 512 sample memmove().
2008-08-30 Diego BiurrunAdd missing FFMPEG_ prefix to multiple inclusion guard.
2008-08-30 Peter RossRemove 'currently unused' warning about SAMPLE_FMT_xxx.
2008-08-30 Baptiste Couduriertimestamps in flv are 32bits _signed_ according to...
2008-08-30 Baptiste Coudurierremove now useless casts
2008-08-29 Baptiste Couduriermake has_codec_parameters not returning true when sampl...
2008-08-29 Baptiste Coudurierskip empty flv data packets, fix issue #602
2008-08-29 Baptiste Coudurierfactorize packet skip code
2008-08-29 Baptiste Couduriersimplify size handling code
2008-08-29 Bartlomiej... Okayed parts of nellymoserenc.c
2008-08-29 Vitor SessakRemove useless zeroing of a buffer
2008-08-29 Robert SwainFix typo in element type
2008-08-29 Robert SwainRemove unnecessary portion of a condition. This fixes...
2008-08-29 Baptiste Coudurierremove vorbis dec hack, decoding will be done anyway...
2008-08-29 Stefano SabatiniFix typo.
2008-08-29 Michael NiedermayerHalf the size of subband_fir_noidea and get rid of...
2008-08-29 Stefano SabatiniCosmetics: vertical align in print_all_lib_versions().
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
next