summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add FourCC MJPG for CODEC_ID_JPEGLS.Francesco Lavra2010-05-091-0/+1
* Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini2010-05-091-0/+1
* Make the nut demuxer issue a more meaningful error message if itStefano Sabatini2010-05-091-1/+2
* Replace usage of s->streams[0]->* with st->*, which is shorter.Sebastian Vater2010-05-091-6/+6
* Favor chunk size over hitting the correct position after reading the chunk si...Michael Niedermayer2010-05-071-2/+5
* Parse IFF metadata.Sebastian Vater2010-05-051-7/+41
* movenc: Write QuickTime chaptersDavid Conrad2010-05-051-5/+70
* movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad2010-05-051-111/+111
* mov: Read nero chaptersDavid Conrad2010-05-051-0/+31
* Do not use pkt->size when it is potentially uninitialized.Thierry Foucu2010-05-041-1/+1
* Fix off-by-one errors in description of score_max argument forReimar Döffinger2010-05-011-3/+4
* Export av_probe_input_format2.Reimar Döffinger2010-05-012-2/+14
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-282-2/+2
* Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula2010-04-281-1/+1
* Reindent after rr22977.Sebastian Vater2010-04-271-8/+8
* Make the IFF demuxer a little more standards-compliant, e.g. respect the sizeSebastian Vater2010-04-271-10/+23
* Make file_open() return the error code set in errno if open() fails,Stefano Sabatini2010-04-261-1/+1
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-2518-41/+42
* Disable LATM AAC in mpegts, this is not supported and produce too manyBaptiste Coudurier2010-04-221-1/+4
* Fix off-by-1 error in the tag parsing code.Jai Menon2010-04-221-1/+1
* Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the...Tomas Härdin2010-04-221-7/+67
* Support VP6F in Matroska.Christian Schmidt2010-04-221-0/+1
* Do not initialize res in url_fseek(), in the case !s->seek directlyStefano Sabatini2010-04-211-2/+4
* Fix MTV decoding on big-endian systemsVitor Sessak2010-04-211-2/+1
* mov: Read QuickTime chaptersDavid Conrad2010-04-212-0/+79
* movenc: Write nero chaptersDavid Conrad2010-04-211-0/+29
* seems aac gets screwed up by the parser so disable itBaptiste Coudurier2010-04-201-0/+1
* parse stream headers for audio streams in mkv, needed for frame sizeBaptiste Coudurier2010-04-201-0/+1
* Reindent / reformat some code with broken indenting.Sebastian Vater2010-04-201-21/+29
* Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.Sebastian Vater2010-04-201-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-2057-60/+56
* Add missing internal.h #include for brktimegm(), fixes the warning:Diego Biurrun2010-04-201-0/+2
* Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö2010-04-203-1/+19
* Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö2010-04-203-2/+25
* Set AVFMT_NOTIMESTAMPS flag for mp3 muxerBaptiste Coudurier2010-04-201-0/+1
* Make rtp protocol obey rfc3550Luca Barbato2010-04-192-15/+62
* Implement librtmp seek support.Howard Chu2010-04-182-1/+41
* Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.Stefano Sabatini2010-04-181-1/+1
* Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) ifStefano Sabatini2010-04-181-1/+1
* Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) inStefano Sabatini2010-04-181-1/+1
* Parse strf mov atomsMartin Storsjö2010-04-161-0/+29
* oggdec: Move warning about missing granule to the correct placeDavid Conrad2010-04-161-2/+4
* oggdec: Fix duration calculation if the last page in a file has no granuleDavid Conrad2010-04-161-10/+7
* oggdec: Remove write-only variableDavid Conrad2010-04-162-2/+0
* AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla2010-04-161-1/+1
* Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err...Ronald S. Bultje2010-04-152-5/+5
* Remove useless assert(), since this can (in theora) be used for any XiphRonald S. Bultje2010-04-151-1/+0
* Plug librtmp logging into av_log.Howard Chu2010-04-131-0/+17
* whitespace cosmeticsDiego Biurrun2010-04-131-3/+3
* Do not probe when the format is known.Jean-Daniel Dupas2010-04-131-1/+1
OpenPOWER on IntegriCloud