summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* silence wmaenc.c:181: warning:suggestparentheses around assignment used as ↵Benjamin Larsson2008-02-15
| | | | | | truth value Originally committed as revision 11940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It appears last_pts was not set ...Michael Niedermayer2008-02-15
| | | | Originally committed as revision 11939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FixLuca Abeni2008-02-15
| | | | | | | utils.c: In function ‘avcodec_get_context_defaults2’: utils.c:793: warning: assignment discards qualifiers from pointer target type Originally committed as revision 11938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FixLuca Abeni2008-02-15
| | | | | | | opt.c: In function ‘av_set_string’: opt.c:164: warning: passing argument 9 of ‘ff_eval2’ from incompatible pointer type Originally committed as revision 11937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More explicit unsupported pixel format error messages.Stefano Sabatini2008-02-15
| | | | | | Patch by Stefano Sabatini: stefano sabatini (minus) lala % poste it Originally committed as revision 25999 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Header elision muxing support.Michael Niedermayer2008-02-15
| | | | | | | | | | This only removes 2 bytes from MP3 and MP2 currently. Up to 4 could be removed from MP3/MP2 though this might need a 2pass muxer. Primitive code to remove headers from MPEG-1/2/4 is there too but for the single file I tried it on (the one in the regression tests), it was a loss because all video frames were >4096 byte, so that it is disabled ATM. Originally committed as revision 11936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Elision header demuxing support.Michael Niedermayer2008-02-15
| | | | Originally committed as revision 11935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -vsync 2 (drop frames if there are too many but do not duplicate any)Michael Niedermayer2008-02-14
| | | | Originally committed as revision 11934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regression test checksum for ffm.Benoit Fouet2008-02-14
| | | | Originally committed as revision 11933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid void*-arithmetic.avcoder2008-02-14
| | | | | | Patch by mvplayer: ffmpeg gmail com Originally committed as revision 11932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read match time delta in the frame header.Michael Niedermayer2008-02-13
| | | | | | We do not do anything with it as lavf does not really support it yet. Originally committed as revision 11931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read match_time_delta in the framecode table.Michael Niedermayer2008-02-13
| | | | Originally committed as revision 11930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update flagsMichael Niedermayer2008-02-13
| | | | Originally committed as revision 11929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alawBaptiste Coudurier2008-02-13
| | | | Originally committed as revision 11928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationThorsten Jordan2008-02-13
| | | | | | | Patch by Thorsten Jordan (tjordan atay macrosystem otday de) [FFmpeg-devel] Behaviour of liba52 decoder Originally committed as revision 11927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless buffering of input data, so that avcodec_decode_audio neverThorsten Jordan2008-02-13
| | | | | | | | | returns 0 for a valid frame Patch by Thorsten Jordan (tjordan atay macrosystem otday de) [FFmpeg-devel] Behaviour of liba52 decoder Originally committed as revision 11926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, forgot alaw/mulaw mono, use bits_per_sample in fact,Baptiste Coudurier2008-02-13
| | | | | | it should correctly set by av_get_bits_per_sample if recognized Originally committed as revision 11925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
| | | | Originally committed as revision 11924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn use if edit list is not starting at 0, a/v desync might occurBaptiste Coudurier2008-02-13
| | | | Originally committed as revision 11923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless codeBaptiste Coudurier2008-02-13
| | | | Originally committed as revision 11922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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