summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Elision header demuxing support.Michael Niedermayer2008-02-15
* -vsync 2 (drop frames if there are too many but do not duplicate any)Michael Niedermayer2008-02-14
* Update regression test checksum for ffm.Benoit Fouet2008-02-14
* Avoid void*-arithmetic.avcoder2008-02-14
* Read match time delta in the frame header.Michael Niedermayer2008-02-13
* Read match_time_delta in the framecode table.Michael Niedermayer2008-02-13
* update flagsMichael Niedermayer2008-02-13
* honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alawBaptiste Coudurier2008-02-13
* Cosmetics: indentationThorsten Jordan2008-02-13
* Remove useless buffering of input data, so that avcodec_decode_audio neverThorsten Jordan2008-02-13
* 10l, forgot alaw/mulaw mono, use bits_per_sample in fact,Baptiste Coudurier2008-02-13
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
* 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