]> git.sesse.net Git - ffmpeg/history - libavcodec
add callback for av_log
[ffmpeg] / libavcodec /
2008-06-21 Stefano SabatiniExtend documentation for AVOption.
2008-06-20 Vitor SessakDo not write junk in the end of truncated files. FATE
2008-06-19 Vitor SessakMisc cosmetics
2008-06-19 Vitor SessakRemove useless comment
2008-06-19 Vitor SessakLast table renaming
2008-06-19 Vitor SessakYet more table renaming
2008-06-19 Vitor Sessak10l: fix typo
2008-06-19 Vitor SessakMore table renaming
2008-06-19 Vitor SessakRename table
2008-06-19 Vitor SessakRename vars: s/decsp/out/
2008-06-19 Vitor SessakRename function
2008-06-19 Vitor SessakRename var
2008-06-19 Michael NiedermayerDo not shift F[I] twice, it is also clearer and smaller...
2008-06-19 Michael NiedermayerFactorize c->ap += (-c->ap) >> 4 out
2008-06-19 Michael NiedermayerGet rid of G726Tables.bits.
2008-06-19 Michael NiedermayerCopy 4 pointers to avid dozends of ptr dereferences.
2008-06-19 Michael NiedermayerDoes not need to be int16.
2008-06-19 Michael NiedermayerFactorize I >> (c->tbls->bits - 1) out.
2008-06-19 Stefano SabatiniImprove an lclenc.c error message in case of unsupporte...
2008-06-19 Michael Niedermayer1 abs() less
2008-06-18 Michael Niedermayersimplify
2008-06-18 Michael Niedermayeruseless ()
2008-06-18 Michael Niedermayerremove unneeded tr == 0
2008-06-18 Michael Niedermayersimplify
2008-06-18 Michael NiedermayerGet rid of the redundant AVG726Context.
2008-06-18 Michael NiedermayerRemove the truncated bitstream handling from our g726...
2008-06-17 Guillaume Poirierconvert DOS-style carriage return to Unix-style
2008-06-17 Michael NiedermayerChange iquant tables to int16.
2008-06-17 Michael Niedermayersimplify
2008-06-17 Michael NiedermayerGet rid of useless wrapper function.
2008-06-17 Michael NiedermayerDo not inline g726_iterate() the function is big so...
2008-06-16 Michael NiedermayerReplace i2f(0) by the actual thing done, gcc is not...
2008-06-16 Michael NiedermayerRemove redundant zeroing (the context is memset(0)).
2008-06-16 Michael NiedermayerUse smaller data types for tables.
2008-06-16 Michael NiedermayerFloat11 does not need int, .o file becomes smaller...
2008-06-16 Michael Niedermayersimplify
2008-06-16 Michael NiedermayerCorrect validity checks.
2008-06-16 Michael NiedermayerPrint sane error message for channels != 1.
2008-06-16 Michael NiedermayerCheck number of bits so we do not try to use table...
2008-06-16 Michael NiedermayerSupport decoding of sample_g726.asf.
2008-06-16 Michael Niedermayerget_bits() outputs exactly as many bits as requested...
2008-06-16 Michael NiedermayerRemove dead code.
2008-06-16 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2008-06-15 Jai Menonfix verbatim mode decoding. patch by Jai Menon (reality...
2008-06-13 Michael Niedermayer-0x8000 == 0x8000 with int16
2008-06-13 Stefano SabatiniCosmetics: s/Id/id/ in libavcodec/roqvideodec.c when...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-10 Baptiste Coudurierremove useless wrapper func
2008-06-09 Reimar DöffingerRemove the START_TIMER/STOP_TIMER from vp3.c, they...
2008-06-09 Reimar DöffingerAlmost-cosmetics: split out coeff_count from all_fragme...
2008-06-09 Baptiste Coudurierenable global_header flag for audio and video encoding...
2008-06-09 Baptiste Coudurierrevert wrong part of r13722 commit
2008-06-09 Baptiste Coudurieruniformize trellis quant option
2008-06-08 Justin Rugglesmove rematrixing band table to ac3dec_data.c
2008-06-08 Justin Rugglesadd ac3dec_data.[c,h]
2008-06-08 Justin Rugglesadd fields needed for E-AC-3 decoding to decode context
2008-06-08 Bartlomiej WolowiecSeparating from nellymoserdec.c parts required by encoder
2008-06-08 Benjamin LarssonOma demuxer
2008-06-07 Justin Rugglessplit up header parsing function
2008-06-07 Justin Rugglesstore exp_strategy for all blocks in decode context
2008-06-07 Justin Rugglesstore cpl_in_use for all blocks in decode context
2008-06-07 Justin Rugglescosmetics: add and align references to spec variable...
2008-06-07 Justin Rugglescosmetics: vertical align
2008-06-07 Justin Rugglesuse macro constants for array sizes in decode context
2008-06-07 Justin Rugglescosmetics: vertical align
2008-06-07 Justin Rugglescosmetics: reorder decode context fields into logical...
2008-06-07 Justin Rugglesmove the decode context and some macro constants to...
2008-06-07 Justin Rugglesmove mix level tables from parser to decoder. have...
2008-06-07 Justin Rugglesadd more gain levels and adjust mix level tables accord...
2008-06-07 Justin Rugglespass bap table to ff_ac3_bit_alloc_calc_bap()
2008-06-07 Justin Rugglesset default mix levels regardless of bitstream id
2008-06-07 Justin Rugglescosmetics: indent
2008-06-07 Justin Rugglesskip unsupported frame types and substream id's
2008-06-07 Justin Rugglesread frame type from header info into decode context
2008-06-07 Justin Rugglesget substreamid from ac3 parser
2008-06-07 Justin Rugglesget the number of blocks from the ac3 parser and use...
2008-06-07 Roberto TogniRemove my old email address
2008-06-07 Roberto TogniRemove my old email address.
2008-06-06 Diego BiurrunRemove Fabrice's copyright from the Makefiles. They...
2008-06-06 Diego Biurrunminor spelling/grammar fixes
2008-06-06 Michael NiedermayerFix reading an element after the array.
2008-06-05 Vitor SessakRemove *lpc_refl from the context. Only the value
2008-06-05 Vitor SessakSplit function rms() in two (it does two unrelated...
2008-06-05 Loren Merrittrename me=tesa
2008-06-05 Baptiste Coudurieradd esa/dia compat me options and new tesa for libx264
2008-06-04 Baptiste Coudurierx264 interlaced encoding option
2008-06-04 Baptiste Couduriercleanup, remove useless parentheses
2008-06-04 Justin Rugglesreturn error on frame sync error
2008-06-03 Justin Rugglesprevent crash when dba params are invalid
2008-06-03 Benjamin LarssonSample tested and the code worked so the comment is...
2008-06-03 Diego Biurrunsmall spelling/wording fixes
2008-06-03 Michael Niedermayerff_fetch_timestamp() prototype
2008-06-03 Michael NiedermayerIn mpeg1/2 timestamps are associated with the access...
2008-06-02 Aurelien Jacobsbump micro version after commit r13615
2008-06-02 Baptiste Coudurierprint correct mpeg-2 broken_link value, and print close...
2008-06-02 Vitor SessakRemove warning that could never be triggered.
2008-06-02 Michael Niedermayerindent
2008-06-02 Michael NiedermayerOnly store timestamps when there are timestamps.
2008-06-02 Michael NiedermayerOur MPEG-TS demuxer does not send complete PES packets...
2008-06-02 Michael NiedermayerMove new field to the end to avoid ABI breakage, I...
next