summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* warn use if edit list is not starting at 0, a/v desync might occurBaptiste Coudurier2008-02-13
* remove now useless codeBaptiste Coudurier2008-02-13
* remove messy and not always correct chunk size workaround, use correct values...Baptiste Coudurier2008-02-13
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* typoDiego Biurrun2008-02-13
* Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun2008-02-13
* Mark MSVC compiler macros as such.Diego Biurrun2008-02-13
* Disentangle nested preprocessor directives.Diego Biurrun2008-02-13
* Print Theora bitstream version at DEBUG, not at VERBOSE level.Diego Biurrun2008-02-13
* cosmetics: Replace // by /* */ comments.Diego Biurrun2008-02-13
* Do not use ranges with tr, the results are locale-dependent.Diego Biurrun2008-02-11
* return error when dv audio extraction failsBaptiste Coudurier2008-02-11
* remove obsolete commentsBaptiste Coudurier2008-02-11
* remove useless bracesBaptiste Coudurier2008-02-11
* cosmetics, indentation, bracesBaptiste Coudurier2008-02-11
* split chunks in the case of big compressed audio frames,Baptiste Coudurier2008-02-11
* use correct demux mechanism when audio compression id is -2, dv audio does no...Baptiste Coudurier2008-02-11
* Factor bytewidth determination in its own functionVitor Sessak2008-02-11
* fcp imx 40 fourccsBaptiste Coudurier2008-02-11
* indentationBaptiste Coudurier2008-02-11
* more correct and simplerBaptiste Coudurier2008-02-11
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-11
* Do not use GNU-specific (or BSD-specific or whatever they may be)D Richard Felker III2008-02-11
* Coding style changesVitor Sessak2008-02-10
* More code factorizationVitor Sessak2008-02-10
* Factor duplicated loopVitor Sessak2008-02-10
* Do not hardcode the list of pixel formats and use PIX_FMT_NB instead.Vitor Sessak2008-02-10
* Do not hardcode the type of AVFilterFormats.formats in allocationVitor Sessak2008-02-10
* Oops, my last commit broke compilation...Vitor Sessak2008-02-10
* Make regression tests to pass with libavfilter.Vitor Sessak2008-02-10
* Need to be careful when dealing with references.Vitor Sessak2008-02-10
* 10l. parameter was unused and redundant.Vitor Sessak2008-02-10
* avfilter_formats_unref() should remove the given reference, not the lastVitor Sessak2008-02-10
* First libavfilter commit.Vitor Sessak2008-02-10
* asm argument that might be in memory needs a sizeLoren Merritt2008-02-10
* Make dither4 & dither8 const.Carl Eugen Hoyos2008-02-09
* Allow compilation with icc 10.1.Carl Eugen Hoyos2008-02-09
* Remove pointless #if.Diego Biurrun2008-02-09
* Remove pointless code.Michael Niedermayer2008-02-09
* Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.Diego Biurrun2008-02-09
* Remove pointless code.Michael Niedermayer2008-02-09
* assert() and note about odd len.Michael Niedermayer2008-02-09
* 30% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt2008-02-09
* use fewer registers in apply_welch_window_sse2Loren Merritt2008-02-09
* optimize apply_welch_window()Michael Niedermayer2008-02-09
* Use a consistent capitalization for 'Snow' as discussed on the listMike Melanson2008-02-08
* cosmetics, remove whitespaces before and after parenthesisBaptiste Coudurier2008-02-06
* Add support for speex in oggReimar Döffinger2008-02-06
* sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt2008-02-06
* put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt2008-02-06