summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-186-1/+49
* | avformat/g729dec: Fix av_log() formating stringMichael Niedermayer2016-06-231-1/+1
* | Merge commit 'fd4957d9c67996e7d218fd36b4168c9cb85f9ea7'Matthieu Bouron2016-06-231-1/+44
|\ \ | |/
| * movenc-test: Test write_data_typeMartin Storsjö2016-05-181-1/+44
* | Merge commit '71852a1ba89abc8749e309d9d662c49d47e19531'Matthieu Bouron2016-06-231-0/+7
|\ \ | |/
| * matroskaenc: Provide output bytestream markersMartin Storsjö2016-05-181-0/+7
* | Merge commit 'dbbaad32e36b9046cd19d6e3329e2ca7ab49b401'Matthieu Bouron2016-06-231-0/+16
|\ \ | |/
| * movenc: Provide output bytestream markers for fragmented contentMartin Storsjö2016-05-181-0/+16
* | Merge commit '371df9ba71393a1c5429d5f40c76348b30e556c7'Matthieu Bouron2016-06-231-0/+4
|\ \ | |/
| * flvenc: Provide output bytestream markersMartin Storsjö2016-05-181-0/+4
* | Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron2016-06-234-4/+125
|\ \ | |/
| * avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-184-3/+123
* | Merge commit '0c4468dc185fa8b9e7d6add914595c5e928b24fd'Clément Bœsch2016-06-231-29/+2
|\ \ | |/
| * stereo3d: Add API to get name from value or value from nameVittorio Giovara2016-05-171-29/+2
* | Merge commit 'd621b2f795684f7119057f986066060adbe84220'Clément Bœsch2016-06-231-26/+28
|\ \ | |/
| * lavf: Raw G.729 demuxerVladimir Voroshilov2016-05-174-2/+109
* | avformat/mov: add more datatypes in metadata handlingDavid Murmann2016-06-231-2/+34
* | Merge commit '393596f9d51134d6e45d81ae129223f4faea1232'Clément Bœsch2016-06-231-1/+3
|\ \ | |/
| * mpegtsenc: stop impersonating ses in sdtFrancois Cartegnie2016-05-171-1/+3
* | avformat/flacdec: Fix seeking close to EOFMichael Niedermayer2016-06-221-3/+6
* | Merge commit '11de006babf735aafa3462d43dd2c02bb6ac6e2f'Clément Bœsch2016-06-221-5/+5
|\ \ | |/
| * Combine deprecation guards where appropriateDiego Biurrun2016-05-131-6/+6
* | lavf/img2dec: add pnm pipe demuxersClément Bœsch2016-06-224-2/+67
* | avformat/utils: Use internal->avctx for bitrate in estimate_timings_from_bit_...Michael Niedermayer2016-06-221-0/+2
* | avformat/utils: change bit_rate to 64 bit in estimate_timings_from_bit_rate()Michael Niedermayer2016-06-221-2/+2
* | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-228-18/+22
|\ \ | |/
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-137-6/+12
* | libavformat/matroskaenc: omit segment UID for webmMichael Bradshaw2016-06-221-9/+12
OpenPOWER on IntegriCloud