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