summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add movie file video source filter.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Víctor Paesa on 2008-01-31 20:55:50 Originally committed as revision 11954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: split long lineVitor Sessak2008-02-15
| | | | | | Commited in SoC by Víctor Paesa on 2008-01-12 11:33:59 Originally committed as revision 11953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link to libraries in dependency order.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Víctor Paesa on 2008-01-12 11:31:09 Originally committed as revision 11952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More targets additionVitor Sessak2008-02-15
| | | | | | Merge of several patches in SoC, by various authors. Originally committed as revision 11951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Cygwin compilation.Víctor Paesa2008-02-15
| | | | | | | | Patch by Víctor Paesa. Commited in SoC by Vitor Sessak on 2007-11-10 20:00:16 Originally committed as revision 11950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targets addition and removalVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham Originally committed as revision 11949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove test program and test video output module since ffplay can be usedVitor Sessak2008-02-15
| | | | | | | | for testing for a while now. Commited in SoC by Bobby Bingham on 2007-08-14 22:31:51 Originally committed as revision 11948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge of several revisions that add more targets to theVitor Sessak2008-02-15
| | | | | | | | Makefile. Commited in SoC by Bobby Bingham on sep. 2007. Originally committed as revision 11947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* work into the ffmpeg build systemVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-24 17:59:16 Originally committed as revision 11946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add rule for make clean.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-15 16:16:36 Originally committed as revision 11945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge of several revisions adding filtersVitor Sessak2008-02-15
| | | | | | | Commited in SoC by Bobby Bingham from 2007-07-06 to 2007-07-08. Originally committed as revision 11944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First version of libavfilter MakefileVitor Sessak2008-02-15
| | | | | | | | | Original commit message: Simple filter test program Commited in SoC by Bobby Bingham on 2007-06-29 17:08:49 Originally committed as revision 11943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split avpicture_fill() in two functions. This will beVitor Sessak2008-02-15
| | | | | | | useful for libavfilter and to simplify avcodec_default_get_buffer(). Originally committed as revision 11942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettyprinting cosmeticsDiego Biurrun2008-02-15
| | | | Originally committed as revision 11941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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