summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* asfdec: fixed signedness in comparissionMichael Niedermayer2012-10-251-1/+1
* mov_probe: use correct variableMichael Niedermayer2012-10-251-1/+1
* lavf/srtenc: set codec to subrip by default.Clément Bœsch2012-10-251-1/+1
* lavf/srtenc: simplify timing printing.Clément Bœsch2012-10-251-5/+1
* srt: make the demuxer output SubRip packets.Clément Bœsch2012-10-251-10/+34
* lavf/srtdec: simplify start/end computation.Clément Bœsch2012-10-241-10/+7
* http: add -content_type user option.Clément Bœsch2012-10-241-0/+5
* lavf: const correctness for avformat_new_streamPaul B Mahol2012-10-242-2/+2
* mxfenc: Fix possible integer overflowsTomas Härdin2012-10-241-6/+6
* mxfdec: Fix potential leak in mxf_read_local_tags()Tomas Härdin2012-10-241-0/+3
* mxfdec: Fix a potential DoS vector in mxf_read_pixel_layout()Tomas Härdin2012-10-241-1/+2
* mxfdec: Fix CID 732262Tomas Härdin2012-10-241-2/+2
* avio: detect implicit truncation by assert in avio_w*Michael Niedermayer2012-10-241-0/+1
* avio: avoid implicit truncation in avio_w*Michael Niedermayer2012-10-241-16/+16
* matroskaenc: avoid implicit truncation in avio_w*Michael Niedermayer2012-10-241-3/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-241-66/+71
|\
| * asfdec: cosmetics, reformat ff_asf_parse_packet()Anton Khirnov2012-10-241-66/+72
* | Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff'Michael Niedermayer2012-10-242-2/+2
|\ \ | |/
| * rtmppkt: Avoid unescaped backslash in Doxygen commentDiego Biurrun2012-10-231-1/+1
| * build: Plan 9 supportMans Rullgard2012-10-231-1/+1
* | Merge commit '80521c1997a23e148edf89e11b939ab8646297ca'Michael Niedermayer2012-10-242-0/+10
|\ \ | |/
| * network: use getservbyport() only if availableMans Rullgard2012-10-231-0/+2
| * network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLENMans Rullgard2012-10-231-0/+8
* | Do not detect mov with maximum score if the atom size is too small.Carl Eugen Hoyos2012-10-231-1/+8
* | lavf: fix duration estimation for multi program TSMichael Niedermayer2012-10-232-2/+31
* | lavf: increase retries to guess duration from pts by 1Michael Niedermayer2012-10-231-1/+1
* | asfdec: ignore stored duration for truncated filesMichael Niedermayer2012-10-231-2/+4
* | wtvdec: display warning for encrypted wtv files (instead of 'unsupported chun...Peter Ross2012-10-231-0/+5
* | Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer2012-10-232-2/+2
|\ \ | |/
| * Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-232-3/+3
| * riff: remove a write-only variableAnton Khirnov2012-10-221-2/+1
* | LVF demuxerPaul B Mahol2012-10-224-1/+151
* | lavf/aiffdec: don't stop parsing after SSND chunkMatthieu Bouron2012-10-221-1/+1
* | dv: fix a check on dv_extract_timecode return valueMatthieu Bouron2012-10-221-1/+1
* | Merge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4'Michael Niedermayer2012-10-222-2/+2
|\ \ | |/
| * rtpdec: Don't pass a non-AVClass pointer as log contextMartin Storsjö2012-10-221-1/+1
| * rtsp: Update a comment to the current filename schemeMartin Storsjö2012-10-221-1/+1
* | lavf/flacenc: disallow creation of invalid files with -c copyPaul B Mahol2012-10-221-0/+9
* | Fix various uses of av_log_missing_feature()Michael Niedermayer2012-10-212-2/+2
* | Improve MPEG-PS-in-MOV detection.Carl Eugen Hoyos2012-10-211-9/+8
* | libavformat/oggenc: add {} to complex ifsMichael Niedermayer2012-10-211-2/+2
* | libavformat/mxfenc: add {} to complex ifsMichael Niedermayer2012-10-211-4/+4
* | libavformat/mpegvideodec: add {} to complex ifsMichael Niedermayer2012-10-211-1/+2
* | libavformat/movenc: add {} to complex ifsMichael Niedermayer2012-10-211-6/+6
* | bavformat/mov: add {} to complex ifsMichael Niedermayer2012-10-211-4/+4
* | mp3demux: Rewrite xing TOC based seekingMichael Niedermayer2012-10-211-10/+34
* | lavf/webvttdec: fix potential timing overflows.Clément Bœsch2012-10-211-2/+2
* | lavf/subviewerdec: fix potential timing overflows.Clément Bœsch2012-10-211-2/+2
* | udp: add missing mutex unlockMichael Niedermayer2012-10-201-1/+3
* | rtpdec: check av_new_packet() return valueMichael Niedermayer2012-10-201-3/+6