summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/hlsenc: add some empty lines to make the code easier to readNicolas Martyanoff2014-07-311-0/+7
* avformat/hlsenc: rename some identifers to make the code easier to readNicolas Martyanoff2014-07-311-27/+27
* avformat/hlsenc: Add some comments to make the code easier to readNicolas Martyanoff2014-07-311-1/+2
* movdec: remove nonsensical snprintf.Reimar Döffinger2014-07-301-3/+1
* mxfdec: add missing "const" to array declaration.Reimar Döffinger2014-07-301-1/+1
* Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos2014-07-307-16/+28
* lavf/mux: Fix a typo checking aspect ratios.Carl Eugen Hoyos2014-07-301-1/+1
* avformat/movenc: add m4b to list of ipod playable filesgerion.entrup@t-online.de2014-07-301-2/+4
* avformat/format: fix memleak and error codeMichael Niedermayer2014-07-291-1/+3
* avformat/format.c: remove duplicate include, put libavutil includes togetherMichael Niedermayer2014-07-291-3/+3
* avformat/format: simplify ifdefferyMichael Niedermayer2014-07-291-3/+1
* Merge commit 'fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a'Michael Niedermayer2014-07-291-0/+1
|\
| * matroska: Register mime typesLuca Barbato2014-07-291-0/+1
* | Merge commit '02cf0c9e42967de1e4d2803bee3573bc5b735fdd'Michael Niedermayer2014-07-291-0/+1
|\ \ | |/
| * aac: Register the mime typeLuca Barbato2014-07-291-0/+1
* | avformat: fix probe mime version checksMichael Niedermayer2014-07-292-4/+4
* | Merge commit '3a19405d574a467c68b48e4b824c76617fd59de0'Michael Niedermayer2014-07-293-10/+39
|\ \ | |/
| * avformat: Use the mime type information in input probeLuca Barbato2014-07-293-12/+37
* | Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6'Michael Niedermayer2014-07-291-20/+2
|\ \ | |/
| * avstring: Expose the simple name match functionLuca Barbato2014-07-291-19/+1
* | Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c'Michael Niedermayer2014-07-292-163/+167
|\ \ | |/
| * avformat: Move av_probe_input* to format.cLuca Barbato2014-07-292-136/+138
| * caf: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-281-1/+1
* | avformat/hlsenc: fix cleanup after avformat_write_header()Nicolas Martyanoff2014-07-291-1/+1
* | Merge commit '59ca29a560ba0cfe97457de8cedf77db434f0de4'Michael Niedermayer2014-07-291-3/+3
|\ \ | |/
| * dump: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-281-3/+3
* | Merge commit '259fe7280d0b63dc7a8ff017d44f26d3a84cfde8'Michael Niedermayer2014-07-291-0/+14
|\ \ | |/
| * mxf: Extract origin information from material and source trackMarc-Antoine Arnaud2014-07-281-0/+14
* | Merge commit 'c9d982aa11a6267611c3770792f0e04b48438348'Michael Niedermayer2014-07-291-0/+18
|\ \ | |/
| * mxf: Detect Vanc/Vbi SMPTE-436M mxf trackMarc-Antoine Arnaud2014-07-281-0/+18
* | Fix standalone compilation of the adts muxer.Carl Eugen Hoyos2014-07-281-1/+2
* | Merge commit '7215fcf84032118ecd9fb54fb14154d69fea638d'Michael Niedermayer2014-07-272-2/+3
|\ \ | |/
| * avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun2014-07-262-2/+3
* | Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15'Michael Niedermayer2014-07-274-6/+6
|\ \ | |/
| * avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun2014-07-264-6/+6
* | avformat/mux: ignore delayed vp8/9 packets in max_interleave_delta calculationMichael Niedermayer2014-07-261-2/+8
* | lavf/avio: do not include bprint.h.Nicolas George2014-07-252-2/+2
* | avformat/segment: re-interleave packets if neededMichael Niedermayer2014-07-241-1/+1
* | avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer2014-07-249-10/+12
* | avformat/mux: keep AVPacket fields consistent in ff_write_chained()Michael Niedermayer2014-07-241-1/+6
* | avformat/matroskaenc: print a warning when the relative timestamp wouldnt fit...Michael Niedermayer2014-07-241-1/+1
* | avformat/matroskaenc: Start new cluster if relative timestamp could not other...Michael Niedermayer2014-07-241-0/+8
* | avformat/matroskaenc: Factor mkv_start_new_cluster() outMichael Niedermayer2014-07-241-14/+25
* | Ignore xing number of frames if the file is larger than indicated.Carl Eugen Hoyos2014-07-241-1/+16
* | Merge commit 'ce2e858f5b3416c2d54f7f8c14e901f75c48b785'Michael Niedermayer2014-07-241-109/+115
|\ \ | |/
| * http: K&R formatting cosmeticsDiego Biurrun2014-07-231-104/+110
* | avio: Introduce avio_read_to_bprint(avioctx, bp, max_size)Andrey Utkin2014-07-233-2/+29
* | avformat/flvdec: use AV_PKT_DATA_NEW_EXTRADATA for h264 tooMichael Niedermayer2014-07-231-1/+2
* | Merge commit '7bdd2ff6825951f7a6a6008303acfce7c2a63532'Michael Niedermayer2014-07-222-1/+3
|\ \ | |/
| * http: Use a constant for the supported header sizeLuca Barbato2014-07-222-1/+3