summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-26
| | | | Originally committed as revision 9801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid misdetecting acelp in ASF as MP3.Michael Niedermayer2007-07-25
| | | | | | fixes 2001-04-11.asf Originally committed as revision 9799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the most appropriate codec id for A_MPEG/L1 and L2Aurelien Jacobs2007-07-25
| | | | Originally committed as revision 9794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder matroska codec tags so that the encoder picks up the appropriate tagAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris2007-07-20
| | | | | | which is not available, but a media type which is not supported. Originally committed as revision 9768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun2007-07-19
| | | | Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sscanf to parse addressBenoit Fouet2007-07-19
| | | | Originally committed as revision 9756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless checkBenoit Fouet2007-07-18
| | | | Originally committed as revision 9733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix emulated inet_aton so that it fails for invalid addressesJoakim Plate2007-07-18
| | | | | | | | | patch by elupus: \elupus ecce se/ original thread: [FFmpeg-devel] [PATCH] emulated inet_aton doesn't fail for invalidaddresses date: 07/15/2007 12:40 AM Originally committed as revision 9731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2007-07-17
| | | | Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW has those include files.Ramiro Polla2007-07-16
| | | | Originally committed as revision 9707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_gettime() back to lavf/utils.cRamiro Polla2007-07-16
| | | | Originally committed as revision 9706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW has gettimeofday() since mingw-runtime-3.10Ramiro Polla2007-07-16
| | | | Originally committed as revision 9705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for S_ASS and S_SSA codec stringAurelien Jacobs2007-07-16
| | | | Originally committed as revision 9704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .memleak fix by Ronald Bultje. OK'd by Luca.Alex Beregszaszi2007-07-16
| | | | Originally committed as revision 9697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove likely wrong reseting of align_iframeMichael Niedermayer2007-07-15
| | | | | | | same md5 with a short -t dvd encoding fixes streamcopy of dvd Originally committed as revision 9687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using undefined symbols.Aurelien Jacobs2007-07-14
| | | | | | | | | This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-muxer=mpeg1system Originally committed as revision 9650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow selecting only the vc1 demuxer.Aurelien Jacobs2007-07-14
| | | | | | | | | This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=vc1 Originally committed as revision 9649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow selecting only the mpegtsraw demuxer.Aurelien Jacobs2007-07-14
| | | | | | | | | This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=mpegtsraw Originally committed as revision 9648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The dxa demuxer depends on riff.o.Aurelien Jacobs2007-07-14
| | | | | | | | This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=dxa Originally committed as revision 9647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The dv1394 demuxer depends on dv.o.Aurelien Jacobs2007-07-14
| | | | | | | | | This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=dv1394 Originally committed as revision 9645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All those demuxers don't depend on riff.o anymore.Aurelien Jacobs2007-07-14
| | | | Originally committed as revision 9644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All those demuxers use pcm_read_seek() and thus depend on raw.o.Aurelien Jacobs2007-07-14
| | | | Originally committed as revision 9643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The c93 demuxer depends on vocdec.o.Aurelien Jacobs2007-07-14
| | | | | | | | This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=c93 Originally committed as revision 9642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid division by zero in av_find_stream_info() when no time base is setMåns Rullgård2007-07-14
| | | | Originally committed as revision 9637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Smartjog granted permission to relicense as LGPL 2.1Baptiste Coudurier2007-07-13
| | | | Originally committed as revision 9631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* round timestamps up, k2 broadcast server seems to need itBaptiste Coudurier2007-07-13
| | | | Originally committed as revision 9630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_rtp_extra_data is not only used for debug purposes, asserts are using ↵Alex Beregszaszi2007-07-13
| | | | | | it also Originally committed as revision 9623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove uneeded include as assert is never usedAlex Beregszaszi2007-07-13
| | | | Originally committed as revision 9622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove broken assert. ebml_read_element_id can handle level_up set to NULL.Alex Beregszaszi2007-07-13
| | | | Originally committed as revision 9621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation with assertAlex Beregszaszi2007-07-13
| | | | Originally committed as revision 9619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp multicast fix by Thijs Vermeir $1$2@gmail.comLuca Barbato2007-07-12
| | | | Originally committed as revision 9611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for ASS like subtitles in MatroskaAurelien Jacobs2007-07-11
| | | | Originally committed as revision 9593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-11
| | | | Originally committed as revision 9591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-11
| | | | | | into a file which is compiled un-conditionally (utils.c). Originally committed as revision 9590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OS/2 supportRamiro Polla2007-07-10
| | | | Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-09
| | | | Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-09
| | | | Originally committed as revision 9561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* duration must not be scaledAurelien Jacobs2007-07-09
| | | | Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly set AVStream.language according to Matroska track headerAurelien Jacobs2007-07-09
| | | | Originally committed as revision 9557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid uninitialised variable warning and clarify codeMåns Rullgård2007-07-08
| | | | Originally committed as revision 9543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård2007-07-08
| | | | Originally committed as revision 9542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant declaration of mpegts_muxerMåns Rullgård2007-07-08
| | | | Originally committed as revision 9541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-08
| | | | Originally committed as revision 9539 to svn://svn.ffmpeg.org/ffmpeg/trunk