aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-041-0/+7
|\
| * aviobuf: Discard old buffered, previously read data in ffio_read_partialMartin Storsjö2013-01-031-0/+7
* | Merge commit 'e96406eda4f143f101bd44372f7b2d542183000a'Michael Niedermayer2013-01-045-18/+84
|\|
| * rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö2013-01-035-18/+84
* | Merge commit '3f95f0dda55fca74b646937095a02a8fa9776622'Michael Niedermayer2013-01-043-13/+9
|\|
| * rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...Martin Storsjö2013-01-033-13/+9
* | Merge commit 'a0b7e289075dccf223b7f407790d8a86fc5d77e8'Michael Niedermayer2013-01-042-3/+9
|\|
| * aviobuf: Partial support for reading in read/write contextsMartin Storsjö2013-01-031-1/+8
| * build: Avoid detecting bogus components named 'x'Clément Bœsch2013-01-031-3/+1
* | matroskadec: fix ffio_init_context() usageMichael Niedermayer2013-01-041-1/+1
* | Add a comment about an intentional misspelling to the id3v1 tags.Carl Eugen Hoyos2013-01-041-1/+2
* | Revert "Fix id3v1 tag spelling."Carl Eugen Hoyos2013-01-041-1/+1
* | Fix id3v1 tag spelling.Benjamin Kerensa2013-01-041-1/+1
* | Support more AVC-Intra filesReimar Döffinger2013-01-035-5/+114
* | mxfdec: Set AV_FIELD_PROGRESSIVE, needed for AVC-intraReimar Döffinger2013-01-031-0/+1
* | aiffenc: metadata supportPaul B Mahol2013-01-031-0/+21
* | lavf: add return to silence compiler warningMichael Niedermayer2013-01-031-0/+1
* | lavf/webvtt: use ff_subtitles_read_chunk().Clément Bœsch2013-01-032-31/+11
* | subviewer: sanitize packets.Clément Bœsch2013-01-032-13/+24
* | Replace references to "que" with the appropriate word.Clément Bœsch2013-01-031-2/+2
* | lavf/mpegtsenc: fix missing word in error message.Clément Bœsch2013-01-031-1/+1
* | avformat_seek_file: Dont attempt to rescale INT64_MIN/MAXMichael Niedermayer2013-01-031-2/+2
* | lavf: move stream==-1 handling from ff_subtitles_queue_seek() to avformat_see...Michael Niedermayer2013-01-022-10/+12
* | lavf: remove generic index flag from text subtitles.Clément Bœsch2013-01-027-7/+0
* | lavf/vobsub: do not count trailing NUL char in extradata.Clément Bœsch2013-01-021-3/+2
* | lavf: Fix codec id forcing with probed codecsMichael Niedermayer2013-01-021-0/+1
* | lavf: move force_codec_ids() upMichael Niedermayer2013-01-021-15/+15
* | lavf/matroskaenc: respect bitexact for attachments.Nicolas George2013-01-011-1/+19
* | lavf: add data: URI scheme.Nicolas George2013-01-014-2/+122
* | aiffdec: set block duration for QDM2Piotr Bandurski2013-01-011-1/+3
* | lavf/mov: fix timecode track reference usage.Clément Bœsch2013-01-011-3/+7
* | lavf/mov: simplify timecode track ref.Clément Bœsch2013-01-012-25/+8
* | mov: fix parsing of the chap atom.Hendrik Leppkes2013-01-011-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-012-5/+229
|\|
| * rtmp: Add support for limelight authenticationMartin Storsjö2012-12-312-7/+76
| * rtmp: Add support for adobe authenticationMartin Storsjö2012-12-312-5/+160
* | Merge commit '33f28a3be3092f642778253d9529dd66fe2a014a'Michael Niedermayer2013-01-013-1/+23
|\|
| * rtmp: Add a function for writing AMF strings based on two substringsMartin Storsjö2012-12-312-0/+22
| * rtmp: Return a proper error code in handle_invoke_errorMartin Storsjö2012-12-311-1/+1
* | mov: fix handling of odd sized yv12Carl Eugen Hoyos2013-01-011-1/+4
* | Sony Wave64 muxerPaul B Mahol2012-12-317-22/+158
* | microdvd: sanitize AVPackets.Clément Bœsch2012-12-312-6/+19
* | Add SubViewer v1 subtitles demuxer and decoder.Clément Bœsch2012-12-314-1/+127
* | Add PJS subtitles demuxer and decoder.Clément Bœsch2012-12-304-1/+140
* | Add AQTitle subtitles demuxer.Clément Bœsch2012-12-304-1/+151
* | lavf/subtitles: fix CLRF/CRLF typo.Clément Bœsch2012-12-301-1/+1
* | Add MPlayer subtitles demuxer.Clément Bœsch2012-12-304-1/+143
* | lavf: move srtdec:read_chunk() to subtitles utils.Clément Bœsch2012-12-303-47/+62
* | 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix.Clément Bœsch2012-12-304-4/+4
* | Add VPlayer subtitles demuxer and decoder.Clément Bœsch2012-12-304-1/+131