aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: Enable mp3 parsing if a packet needs itMichael Niedermayer2016-08-061-0/+5
* avformat/hls: Use an array instead of stream offset for stream mappingAnssi Hannula2016-08-061-21/+38
* avformat/hls: Sync starting segment across variants on live streamsAnssi Hannula2016-08-061-1/+24
* avformat/hls: Fix regression with ranged media segmentsAnssi Hannula2016-08-061-6/+17
* avformat/oggdec: Fix integer overflow with invalid ptsMichael Niedermayer2016-08-061-0/+5
* avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_i...Xinzheng Zhang2016-08-011-2/+6
* avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_ind...Xinzheng Zhang2016-08-011-16/+60
* libavformat/rtpdec_asf: zero initialize the AVIOContext structKacper Michajłow2016-08-011-1/+1
* librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-07-261-0/+2
* avformat/oggparsevp8: fix pts calculation on pages ending with an invisible f...James Almer2016-07-251-1/+5
* lavf/vplayerdec: Improve auto-detection.Clément Bœsch2016-07-151-2/+2
* avformat/avformat: Move new field to the end of AVStreamMichael Niedermayer2016-06-302-13/+13
* avformat/utils: update deprecated AVStream->codec when the context is updatedHendrik Leppkes2016-06-301-0/+9
* avformat/mov: Check sample sizeMichael Niedermayer2016-06-291-1/+10
* Merge commit '4024b566d664a4b161d677554be52f32e7ad4236'Hendrik Leppkes2016-06-261-10/+10
|\
* | Merge commit '3fdffc032e8ea5676bc0c2551b900c0dc887835b'Hendrik Leppkes2016-06-261-4/+4
|\|
| * rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoderMartin Storsjö2016-05-251-4/+4
* | Merge commit '14634429b915333f3612eaf41db3954222dc4aaf'Hendrik Leppkes2016-06-261-3/+3
|\|
| * lavf: update muxing doxyAnton Khirnov2016-05-231-3/+3
* | Merge commit 'e45a638f50cc1dbeb87b9792e68f57e77fc0c3b5'Hendrik Leppkes2016-06-261-1/+0
|\|
| * dump: Drop unused variableDiego Biurrun2016-05-221-1/+0
* | avcodec: add YUY2 Lossless Codec decoderPaul B Mahol2016-06-261-0/+1
* | avformat/tee: Support arbitrary number of slavesJan Sebechlebsky2016-06-251-10/+16
* | lavf/srtdec: fix indentRodger Combs2016-06-251-1/+1
* | lavf: update auto-bsf to new BSF APIRodger Combs2016-06-254-24/+91
* | lavf: deprecate av_apply_bitstream_filtersRodger Combs2016-06-252-0/+7
* | lavf/srtdec: fix probing files with negative first timestampsRodger Combs2016-06-251-1/+4
* | avformat/format: Fix registering a format more than once and related racesMichael Niedermayer2016-06-251-6/+10
* | avformat/movenc: add option to use keys/mdta atoms for metadataDavid Murmann2016-06-252-4/+78
* | lavf/utils: fix const warning at a find_decoder() callClément Bœsch2016-06-251-1/+1
* | movenc: mark astronomical_body const string as staticClément Bœsch2016-06-251-1/+1
* | avformat: Fix ff_interleaved_peek()Michael Niedermayer2016-06-253-6/+18
* | avformat/matroskadec: Call matroska_read_close() on header parsing errorMichael Niedermayer2016-06-241-2/+7
* | Merge commit 'b84f3a40034d28828c4ca639d012479a7eaace28'Clément Bœsch2016-06-241-0/+53
|\|
| * movenc: Write 'loci' geotag metadata for 3gp and mp4Martin Storsjö2016-05-191-0/+53
* | Merge commit 'f12a705ee570e16ca692c66b62821a2dbdf82566'Clément Bœsch2016-06-241-7/+19
|\|
| * movenc: Factorize a function for finding a metadata entry and the associated ...Martin Storsjö2016-05-191-7/+19
| * movenc: Write ?xyz geotag metadata for mov filesMichael Niedermayer2016-05-191-0/+1
| * mov: Also export loci altitudeMichael Niedermayer2016-05-191-2/+7
| * mov: Append place name instead of overwriting for lociMichael Niedermayer2016-05-191-3/+3
| * mov: Fix parsing short lociMichael Niedermayer2016-05-191-2/+2
* | Merge commit '704d2bd18be8f134cb9ab19463a3c4eb63233dbd'Clément Bœsch2016-06-241-1/+2
|\|
| * mov: Print reason of loci parsing failureMichael Niedermayer2016-05-191-3/+10
* | Merge commit 'd34826c33d401929b2ff8aee161fd39ad0a73613'Clément Bœsch2016-06-241-0/+1
|\|
| * mov: Add a comment referring to the standard that defines the loci boxMartin Storsjö2016-05-191-0/+1
* | Merge commit '72d621069fc301b431fac36b5281699a362562f2'Matthieu Bouron2016-06-231-1/+1
|\|
| * movenc: Add a missed constMartin Storsjö2016-05-181-1/+1
* | Merge commit 'a79aafd0b4d37eda6f15dc68e6509d4e815290c9'Matthieu Bouron2016-06-231-1/+34
|\|
| * movenc: Add a test for VFR with b-frames, with a duration change at a fragmen...Martin Storsjö2016-05-181-1/+34
* | Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron2016-06-236-1/+49
|\|