summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* factorize common wav local tagsBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write req local tags for wavBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust size when not writing f2Baptiste Coudurier2009-02-02
| | | | Originally committed as revision 16930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write f2 if not interlacedBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write bitrate tagBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write display height/width tagsBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: set default sample_fmt before parsing extradataJustin Ruggles2009-02-02
| | | | Originally committed as revision 16926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_unused to conditionally used variable, fixes the warning:Diego Biurrun2009-02-02
| | | | | | h264.c:6464: warning: unused variable 'dir' Originally committed as revision 16925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return eof/error if only ffm header has been written, should fix #815Baptiste Coudurier2009-02-01
| | | | Originally committed as revision 16924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain how to add IPv6 support to Cygwin.Víctor Paesa2009-02-01
| | | | Originally committed as revision 16923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't support the mp3 extension in the mp2 muxerAurelien Jacobs2009-02-01
| | | | | | especially not under any conditionnal Originally committed as revision 16922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence compiler warnings for XL decoderKostya Shishkov2009-02-01
| | | | Originally committed as revision 16921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make WNV1 decoder use temporary buffer for bit-reversed inputKostya Shishkov2009-02-01
| | | | Originally committed as revision 16920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-01
| | | | Originally committed as revision 16919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-01
| | | | Originally committed as revision 28444 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make TM2 decoder byteswap input into separate buffer instead of doing it ↵Kostya Shishkov2009-02-01
| | | | | | in-place. Originally committed as revision 16918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize stream reading in TM2 decoderKostya Shishkov2009-02-01
| | | | Originally committed as revision 16917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence two pointer assignment compiler warnings in rv34.cKostya Shishkov2009-02-01
| | | | Originally committed as revision 16916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov2009-02-01
| | | | | | to ff_msrle_decode() Originally committed as revision 16915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove H.264 encoder initialization.Diego Biurrun2009-02-01
| | | | | | We have no H.264 encoder to speak of and this produces warnings. Originally committed as revision 16914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the Transport: line in the SETUP request so that it works with WMSRonald S. Bultje2009-02-01
| | | | | | | | | | | | servers when trying to set up a session over TCP: - add the interleave property - add unicast, only for WMS (since it is normally only UDP, but WMS expects it for UDP and TCP) - add mode=play See discussion in "[PATCH] RTSP-MS 9/15: add interleave property to the TCP transport line of the SETUP request" thread on mailinglist. Originally committed as revision 16913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 28414 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix filenames in doxygen comments.Diego Biurrun2009-02-01
| | | | Originally committed as revision 16911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.Diego Biurrun2009-02-01
| | | | Originally committed as revision 16910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some warnings due to avctx->executeBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorten: trivial simplification of signature checkMåns Rullgård2009-01-31
| | | | Originally committed as revision 16908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at ↵Ben Hutchings2009-01-31
| | | | | | decadent dot org dot uk Originally committed as revision 16907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding 720p50 audio samplesBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free audio fifoBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use st->priv_data to store per stream contextBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change prototype of mxf_interleave_get_packet to make it compatibleBaptiste Coudurier2009-01-31
| | | | | | with av_interleave_packet_per_dts Originally committed as revision 16903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use PAL_samples_per_frame in init, to make init independantBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove empty linesBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add my copyright as wellBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix doxygen tagBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, align verticallyBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write best effort video line mapBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add frame layout local tag, best effortBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add aes3 pcm wrapping and use it by defaultBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split wav_desc in generic_sound_descBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* thanks to interleaving, audio is now lockedBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* local tag 3201 is picture essence coding, so do not write it for wavBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stored height is stupidly /2 if interlacedBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size param to write_generic_descBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse mpeg2 progressive frame flagBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* delay header writing and parse mpeg2 frameBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly pack and interleave pcm samples in mxfBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* function is staticBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new ff_interleave_add_packetBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16885 to svn://svn.ffmpeg.org/ffmpeg/trunk