summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove messy and not always correct chunk size workaround, use correct ↵Baptiste Coudurier2008-02-13
| | | | | | values instead Originally committed as revision 11921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix: inited --> initializedDiego Biurrun2008-02-13
| | | | Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2008-02-13
| | | | Originally committed as revision 25991 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun2008-02-13
| | | | Originally committed as revision 11919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark MSVC compiler macros as such.Diego Biurrun2008-02-13
| | | | Originally committed as revision 11918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disentangle nested preprocessor directives.Diego Biurrun2008-02-13
| | | | Originally committed as revision 11917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print Theora bitstream version at DEBUG, not at VERBOSE level.Diego Biurrun2008-02-13
| | | | Originally committed as revision 11916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Replace // by /* */ comments.Diego Biurrun2008-02-13
| | | | | | sync with upstream libmpeg2 0.4.1 Originally committed as revision 11915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use ranges with tr, the results are locale-dependent.Diego Biurrun2008-02-11
| | | | | | Suggested by Rich Felker. Originally committed as revision 11914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error when dv audio extraction failsBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete commentsBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless bracesBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, indentation, bracesBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split chunks in the case of big compressed audio frames,Baptiste Coudurier2008-02-11
| | | | | | might be tweaked, fix qt_dv_pal_test.mov. Originally committed as revision 11909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct demux mechanism when audio compression id is -2, dv audio does ↵Baptiste Coudurier2008-02-11
| | | | | | not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 Originally committed as revision 11908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor bytewidth determination in its own functionVitor Sessak2008-02-11
| | | | Originally committed as revision 11907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fcp imx 40 fourccsBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more correct and simplerBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-11
| | | | | | | | utilize a bit reservoir. Also, make the lame encoder utilize this flag. patch by Paul Kelly, paul a stjohnspoint d co d uk Originally committed as revision 11903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use GNU-specific (or BSD-specific or whatever they may be)D Richard Felker III2008-02-11
| | | | | | | constants which are completely unneeded anyway. Note that 3 is a cheap integer bound for log10(1<<CHAR_BIT). Originally committed as revision 11902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Coding style changesVitor Sessak2008-02-10
| | | | Originally committed as revision 11901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More code factorizationVitor Sessak2008-02-10
| | | | Originally committed as revision 11900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor duplicated loopVitor Sessak2008-02-10
| | | | Originally committed as revision 11899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not hardcode the list of pixel formats and use PIX_FMT_NB instead.Vitor Sessak2008-02-10
| | | | Originally committed as revision 11898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not hardcode the type of AVFilterFormats.formats in allocationVitor Sessak2008-02-10
| | | | Originally committed as revision 11897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Oops, my last commit broke compilation...Vitor Sessak2008-02-10
| | | | Originally committed as revision 11896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make regression tests to pass with libavfilter.Vitor Sessak2008-02-10
| | | | Originally committed as revision 11895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Need to be careful when dealing with references.Vitor Sessak2008-02-10
| | | | | | Commited in SoC by Bobby Bingham Originally committed as revision 11894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l. parameter was unused and redundant.Vitor Sessak2008-02-10
| | | | | | Commited in SoC by Bobby Bingham Originally committed as revision 11893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avfilter_formats_unref() should remove the given reference, not the lastVitor Sessak2008-02-10
| | | | | | | | reference. Commited in SoC by Bobby Bingham Originally committed as revision 11892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First libavfilter commit.Vitor Sessak2008-02-10
| | | | | | | | | Original log message: Forgot to add in the big colorspace commit Commited in SoC by Bobby Bingham Originally committed as revision 11891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asm argument that might be in memory needs a sizeLoren Merritt2008-02-10
| | | | Originally committed as revision 11890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make dither4 & dither8 const.Carl Eugen Hoyos2008-02-09
| | | | Originally committed as revision 25967 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Allow compilation with icc 10.1.Carl Eugen Hoyos2008-02-09
| | | | Originally committed as revision 11889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #if.Diego Biurrun2008-02-09
| | | | Originally committed as revision 11888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless code.Michael Niedermayer2008-02-09
| | | | Originally committed as revision 11887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.Diego Biurrun2008-02-09
| | | | Originally committed as revision 11886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless code.Michael Niedermayer2008-02-09
| | | | Originally committed as revision 11885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assert() and note about odd len.Michael Niedermayer2008-02-09
| | | | Originally committed as revision 11884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt2008-02-09
| | | | Originally committed as revision 11883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use fewer registers in apply_welch_window_sse2Loren Merritt2008-02-09
| | | | Originally committed as revision 11882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize apply_welch_window()Michael Niedermayer2008-02-09
| | | | Originally committed as revision 11881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a consistent capitalization for 'Snow' as discussed on the listMike Melanson2008-02-08
| | | | Originally committed as revision 11880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove whitespaces before and after parenthesisBaptiste Coudurier2008-02-06
| | | | Originally committed as revision 11879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for speex in oggReimar Döffinger2008-02-06
| | | | Originally committed as revision 11878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse2 h264 motion compensation. not new code, just separate out the cases ↵Loren Merritt2008-02-06
| | | | | | that didn't need ssse3. Originally committed as revision 11877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put loop counter in a register if possible. makes some of the qpel functions ↵Loren Merritt2008-02-06
| | | | | | 3% faster. Originally committed as revision 11876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix aliasing warnings. simpler too.Loren Merritt2008-02-06
| | | | Originally committed as revision 11875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constant was excessively alignedLoren Merritt2008-02-06
| | | | Originally committed as revision 11874 to svn://svn.ffmpeg.org/ffmpeg/trunk