platform/upstream/libav.git
2008-09-02 Laurent AimarPrevent a division by 0 in the g726 decoder when the...
2008-09-02 Laurent AimarFix an invalid free in the AVI muxer when an unsupporte...
2008-09-02 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-09-02 Diego BiurrunRemove pointless #ifdef CONFIG_VHOOK from the code.
2008-09-02 Baptiste Couduriercorrectly mux mpeg2 audio 13818-3 in mp4
2008-09-02 Baptiste Coudurierallow mp2 to be muxed into mp4
2008-09-02 Vladimir VoroshilovParity bit calculation routine for G.729
2008-09-02 Michael NiedermayerTry to support invalid h264 that does not mark IDR...
2008-09-02 Michael NiedermayerFix detection of MPEG4 in MPEG-PS.
2008-09-02 Justin Rugglesadd a separate line in Makefile for E-AC-3 decoder...
2008-09-01 Baptiste Couduriermake pcm encoder setting bits_per_sample field
2008-09-01 Stefano SabatiniMake show_banner()/show_version() print the libpostproc...
2008-09-01 Stefano SabatiniImplement postproc_version().
2008-09-01 Justin Ruggleschange back to using CONFIG_*_DEMUXER for ac3_eac3_prob...
2008-09-01 Aurelien Jacobsmatroska: add E-AC-3 support
2008-09-01 Aurelien Jacobssimplify ac3_probe() and eac3_probe(). patch by Aurelie...
2008-09-01 Justin Rugglescheck ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
2008-09-01 Justin Rugglescreate a separate codec_id for E-AC-3
2008-09-01 Ronald S. BultjeRemove useless "else" case in if X { A; return }; else...
2008-09-01 Ronald S. BultjeSome RTSP streams use SDP lines longer than 1024 bytes...
2008-09-01 Ronald S. BultjeImplement Realmedia-compatible DESCRIBE command.
2008-09-01 Justin Rugglesfix sorting of audio codecs
2008-09-01 Bartlomiej... Remaining parts of Nellymoser encoder
2008-09-01 Michael NiedermayerCheck ff_init_me()s return value.
2008-09-01 Michael Niedermayer1000l Fix snow regression test that i broke in r15135.
2008-08-31 Michael NiedermayerWarn the user about me_method values that are not suppo...
2008-08-31 Michael NiedermayerOptimize vorbis_residue_decode() so that vr->type is...
2008-08-31 Michael NiedermayerRemove debuging junk that probably hasnt been used...
2008-08-31 Baptiste Couduriercheck for malloc failure
2008-08-31 Baptiste Couduriercopy whole frame in vosData for dnxhd, this code will...
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
next