summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-26
* Avoid misdetecting acelp in ASF as MP3.Michael Niedermayer2007-07-25
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
* use the most appropriate codec id for A_MPEG/L1 and L2Aurelien Jacobs2007-07-25
* reorder matroska codec tags so that the encoder picks up the appropriate tagAurelien Jacobs2007-07-25
* Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris2007-07-20
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-19
* Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun2007-07-19
* use sscanf to parse addressBenoit Fouet2007-07-19
* remove useless checkBenoit Fouet2007-07-18
* fix emulated inet_aton so that it fails for invalid addressesJoakim Plate2007-07-18
* typo fixesDiego Biurrun2007-07-17
* MinGW has those include files.Ramiro Polla2007-07-16
* Move av_gettime() back to lavf/utils.cRamiro Polla2007-07-16
* MinGW has gettimeofday() since mingw-runtime-3.10Ramiro Polla2007-07-16
* add support for S_ASS and S_SSA codec stringAurelien Jacobs2007-07-16
* .memleak fix by Ronald Bultje. OK'd by Luca.Alex Beregszaszi2007-07-16
* remove likely wrong reseting of align_iframeMichael Niedermayer2007-07-15
* Avoid using undefined symbols.Aurelien Jacobs2007-07-14
* Allow selecting only the vc1 demuxer.Aurelien Jacobs2007-07-14
* Allow selecting only the mpegtsraw demuxer.Aurelien Jacobs2007-07-14
* The dxa demuxer depends on riff.o.Aurelien Jacobs2007-07-14
* The dv1394 demuxer depends on dv.o.Aurelien Jacobs2007-07-14
* All those demuxers don't depend on riff.o anymore.Aurelien Jacobs2007-07-14
* All those demuxers use pcm_read_seek() and thus depend on raw.o.Aurelien Jacobs2007-07-14
* The c93 demuxer depends on vocdec.o.Aurelien Jacobs2007-07-14
* avoid division by zero in av_find_stream_info() when no time base is setMåns Rullgård2007-07-14
* Smartjog granted permission to relicense as LGPL 2.1Baptiste Coudurier2007-07-13
* round timestamps up, k2 broadcast server seems to need itBaptiste Coudurier2007-07-13
* h264_rtp_extra_data is not only used for debug purposes, asserts are using it...Alex Beregszaszi2007-07-13
* remove uneeded include as assert is never usedAlex Beregszaszi2007-07-13
* Remove broken assert. ebml_read_element_id can handle level_up set to NULL.Alex Beregszaszi2007-07-13
* fix compilation with assertAlex Beregszaszi2007-07-13
* rtsp multicast fix by Thijs Vermeir $1$2@gmail.comLuca Barbato2007-07-12
* add support for ASS like subtitles in MatroskaAurelien Jacobs2007-07-11
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-11
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-11
* Remove OS/2 supportRamiro Polla2007-07-10
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-09
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-09
* duration must not be scaledAurelien Jacobs2007-07-09
* properly set AVStream.language according to Matroska track headerAurelien Jacobs2007-07-09
* avoid uninitialised variable warning and clarify codeMåns Rullgård2007-07-08
* update SectionCallback and PESCallback typedefs to match functionsMåns Rullgård2007-07-08
* remove redundant declaration of mpegts_muxerMåns Rullgård2007-07-08
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-08
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-08