summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* msvc: Fix compilation errors due to header include order.Matthew Oliver2014-11-271-6/+7
* Merge commit '675ac56b7ee0f204963fde55295197c5df80aa91'Michael Niedermayer2014-11-274-30/+14
|\
| * Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö2014-11-274-30/+14
* | Merge commit '79fd186a5035cf16fc0ab288d8f59da8b1ba2c0e'Michael Niedermayer2014-11-271-2/+19
|\ \ | |/
| * lavf: Use MoveFileEx instead of rename/_wrename on windowsMartin Storsjö2014-11-271-2/+19
* | Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'Michael Niedermayer2014-11-271-18/+1
|\ \ | |/
| * Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-271-18/+1
* | avformat/apngdec: validate frame dimensions.Benoit Fouet2014-11-261-1/+5
* | avformat/mov: Fix memleaks for duplicate STCO/CO64/STSC atomsMichael Niedermayer2014-11-261-0/+8
* | avformat/apngdec: use packet pts and duration instead of altering stream fram...Benoit Fouet2014-11-261-3/+12
* | Merge commit '234fb81e3145e9c9aec4ec16266676fab7dc21fa'Michael Niedermayer2014-11-261-0/+1
|\ \ | |/
| * movenc: Expose the fragment index as an avoptionMartin Storsjö2014-11-261-0/+1
* | Merge commit 'ee37620b6ae4783cda637408422044b2d14a688c'Michael Niedermayer2014-11-262-6/+30
|\ \ | |/
| * movenc: Add a flag for indicating a discontinuous fragmentMartin Storsjö2014-11-262-6/+30
* | avformat/mxfdec: dont ask for samples with field dominance 0 anymoreMichael Niedermayer2014-11-261-0/+1
* | avformat/apngdec: account for blend and dispose operations.Benoit Fouet2014-11-262-1/+46
* | Rename sync() functions in libavformat.Carl Eugen Hoyos2014-11-252-5/+5
* | lavf/avio: clarify the buffer parameter of avio_alloc_contextYu Xiaolei2014-11-251-0/+3
* | avformat/os_support: try to fix build when included from a c++ file like liba...Michael Niedermayer2014-11-251-1/+1
* | avformat/jacosubdec: Cleanup when avpriv_bprint_to_extradata() failsMichael Niedermayer2014-11-251-1/+4
* | Merge commit '960aff379da46dcaff61504a57714d4d4e758e41'Michael Niedermayer2014-11-252-8/+92
|\ \ | |/
| * lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlinkMartin Storsjö2014-11-242-9/+92
* | Merge commit 'b9d08c77a44390b0848c06f20bc0e9e951ba6a3c'Michael Niedermayer2014-11-254-14/+30
|\ \ | |/
| * lavf: Don't try to update files atomically with renames on windowsMartin Storsjö2014-11-244-14/+30
* | Merge commit '40665d27e38e6a2f65037878202bd1a398c7683e'Michael Niedermayer2014-11-251-0/+4
|\ \ | |/
| * flvdec: Document how the duration is retrieved at the end of the fileUwe L. Korn2014-11-241-0/+4
* | avformat/apngdec: transmit all the chunks between consecutive fcTL ones.Benoit Fouet2014-11-241-10/+24
* | avformat/rawdec: raw formats have no timestampswm42014-11-241-4/+5
* | avformat/mpegenc: assert that premux_packet is non nullMichael Niedermayer2014-11-241-1/+3
* | Merge commit 'fe42f94ce1023f9c2f7e86404c60afcee5b078a9'Michael Niedermayer2014-11-241-6/+19
|\ \ | |/
| * dashenc: Don't segment all video streams when one stream gets a keyframeMartin Storsjö2014-11-241-6/+19
* | Merge commit '30b8eb0f87b0eaefdc115ef38f8ad87dd3a6e50b'Michael Niedermayer2014-11-241-11/+8
|\ \ | |/
| * sol: simplify sol_codec_id()Vittorio Giovara2014-11-241-11/+8
| * mpegenc: prevent a NULL pointer dereferenceVittorio Giovara2014-11-241-1/+1
* | avformat/rtmpproto: only prepend @setMetaData for onMetaData and |RtmpSampleA...Jeffrey Wescott2014-11-241-3/+27
* | lavf/apngdec: print currently unsupported in-stream tags in a more readable formJames Almer2014-11-231-1/+6
* | Print a warning if vp6 is muxed into flv: The output is flipped.Carl Eugen Hoyos2014-11-231-0/+3
* | xface: Fix encoder crashes due to too small on-stack array.Reimar Döffinger2014-11-231-0/+1
* | Merge commit 'f856d9c2f314c493c672dfb9c876da182525da3d'Michael Niedermayer2014-11-231-3/+8
|\ \ | |/
| * dashenc: Don't require the stream bitrate to be knownMartin Storsjö2014-11-221-6/+14
| * lavf: Remove a redundant include of sys/stat.hMartin Storsjö2014-11-221-2/+0
| * flvenc: Remove an unused variableMichael Niedermayer2014-11-221-1/+1
* | mxfdec: minor simplification.Reimar Döffinger2014-11-221-1/+1
* | lavf: fix apngdec under msvc.Matthew Oliver2014-11-221-1/+1
* | lavf/apngdec: properly skip currently unsupported in-stream tagsJames Almer2014-11-221-0/+1
* | libavformat/mxfdec.c: export source package uids and names as metadataMark Reid2014-11-221-37/+41
* | Merge commit 'fd9badd3cb3b60f5c54dcea35523e1ecca2f67a6'Michael Niedermayer2014-11-211-6/+6
|\ \ | |/
| * xwma: Do not leak on failure pathLuca Barbato2014-11-211-8/+15
* | avformat/apngdec: add APNG demuxer.Benoit Fouet2014-11-214-2/+413
* | avformat: replace some odd 30-60 rates by higher less odd ones in get_std_fr...Michael Niedermayer2014-11-213-5/+11
OpenPOWER on IntegriCloud