]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-08-31 Justin Rugglesthe FLAC encoder has an integer-only mode available...
2008-08-31 Justin Rugglescosmetics: capitalization
2008-08-31 Justin RugglesDnet AC-3 encoding is integer-only
2008-08-31 Justin Rugglesadd E-AC-3 to supported codec list
2008-08-31 Bartlomiej... Okayed parts of nellymoserenc.c
2008-08-31 Ronald S. BultjeSend RTSP OPTIONS command to detect server type.
2008-08-31 Ronald S. BultjeRead RealChallenge1 field from the server.
2008-08-31 Ronald S. BultjeImplement RTSPServerType enum as a way to identify...
2008-08-31 Ronald S. BultjeRevert back to old version (r15103).
2008-08-31 Stefan Gehrerreduce code duplication by moving common header parsing
2008-08-31 Stefano SabatiniChange headers' guardnames consistently with r15120.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-31 Peter RossDisplay error message when user attempts to resample...
2008-08-31 David ConradUse ff_vp3_idct_data in vp3dsp_mmx.c rather than duplic...
2008-08-31 David ConradDeclare ff_vp3_idct_data to be uint16_t
2008-08-31 David ConradDon't declare SSE vp3 idct data static, so it can be...
2008-08-31 Baptiste Coudurierdo no write multi descriptor when only one track is...
2008-08-31 Baptiste Coudurierfactorize
2008-08-31 Baptiste Coudurierremove mxf_build_structural_metadata, simplify
2008-08-31 Baptiste Couduriermove mxf_write_package to permit function merge
2008-08-31 Baptiste Couduriercosmetics, Pair -> Entry
2008-08-31 Baptiste Coudurierstore index in table in MXFStreamContext, simplify
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().
next