summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
| | | | | | Keep lzo1x_decode until the next major version bump for binary compatibility. Originally committed as revision 16946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink2009-02-02
| | | | | | Patch by Stefan de Konink stefan konink de Originally committed as revision 16944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the reading of the video bitrate of flv movies out of the meta data,Stefan de Konink2009-02-02
| | | | | | | to have the total bitrate available in the avformat structures. Patch by Stefan de Konink stefan konink de Originally committed as revision 16943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 24bit pcm supportBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more flexible mapping selectionBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix temporal offet of ipbb sequences, simplification welcomeBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix video line map tag sizeBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix flush and interleaving by edit unitsBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write index table and rip, muxer works pretty well nowBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* 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
* 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
* 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 16912 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
* split av_interleave_per_dts, to avoid code duplicationBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADPCM found in Xbox wav files can be decoded withStefan Gehrer2009-01-31
| | | | | | existing CODEC_ID_ADPCM_IMA_WAV Originally committed as revision 16883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoAurelien Jacobs2009-01-30
| | | | Originally committed as revision 16854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pvez avi fourcc is truemotion1Ben Littler2009-01-29
| | | | Originally committed as revision 16850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix remotely exploitable arbitrary code execution vulnerability.Michael Niedermayer2009-01-28
| | | | | | | Found by Tobias Klein / tk // trapkit / de / See: http://www.trapkit.de/advisories/TKADV2009-004.txt Originally committed as revision 16846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* second try fixing time code in gxfBaptiste Coudurier2009-01-27
| | | | Originally committed as revision 16839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer av_freep() over av_free() for variables in the context for safety.Michael Niedermayer2009-01-27
| | | | Originally committed as revision 16838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add {} between if/elseMichael Niedermayer2009-01-27
| | | | Originally committed as revision 16837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export all tracks (each is a different language) instead of just one.Michael Niedermayer2009-01-27
| | | | Originally committed as revision 16836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove pointless {}Michael Niedermayer2009-01-27
| | | | Originally committed as revision 16835 to svn://svn.ffmpeg.org/ffmpeg/trunk