platform/upstream/libav.git
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
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...
next