aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable, fixes the warning:Diego Biurrun2008-06-231-1/+1
* chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier2008-06-222-0/+2
* matroskadec: decode track private data if neededEvgeniy Stepanov2008-06-221-0/+17
* matroskadec: move buffer decoding code to a separate functionEvgeniy Stepanov2008-06-221-69/+81
* matroskadec: fix a memory leakAurelien Jacobs2008-06-221-0/+3
* cosmetics, pts->dtsBaptiste Coudurier2008-06-223-20/+20
* store dts in ffm headersBaptiste Coudurier2008-06-221-5/+5
* remove pts set hack, this is no more correctBaptiste Coudurier2008-06-221-6/+1
* enable feeder threadsBaptiste Coudurier2008-06-222-0/+2
* do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier2008-06-221-3/+2
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-205-6/+1
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-204-31/+19
* Check if there is at least a stream before writing trailer.Art Clarke2008-06-201-1/+1
* remove useless close funcsBaptiste Coudurier2008-06-1912-106/+5
* remove useless close funcBaptiste Coudurier2008-06-191-6/+0
* remove useless close funcBaptiste Coudurier2008-06-191-6/+1
* ffm has no per stream priv_data anymoreBaptiste Coudurier2008-06-191-14/+1
* Fix neverending loop which might happen when sending high-bitrate MPEG2Luca Abeni2008-06-191-1/+1
* Parse 'dats' as data.Florian Echtler2008-06-181-0/+3
* free private streamcontext when closing demuxer, fix memory leak, patch by Ar...Art Clarke2008-06-181-0/+1
* matroskadec: remove some useless codeAurelien Jacobs2008-06-162-67/+3
* set correct ftyp minor version for 3gp/2Baptiste Coudurier2008-06-151-6/+9
* invert mode_mov conditionBaptiste Coudurier2008-06-141-3/+4
* simplifyBaptiste Coudurier2008-06-141-3/+2
* change 3gp/3g2 brands if h264 is presentBaptiste Coudurier2008-06-141-4/+4
* simplify ipod brand selectionBaptiste Coudurier2008-06-141-10/+6
* fix warning, write_ftyp return int nowBaptiste Coudurier2008-06-141-1/+1
* put avc1 brand in compat list when h264 is presentBaptiste Coudurier2008-06-141-0/+9
* I think we are also compliant to iso2.Michael Niedermayer2008-06-131-0/+1
* Add isom to the compatible brands.Michael Niedermayer2008-06-131-3/+5
* Calculate ftyp size instead of hardcoding it.Michael Niedermayer2008-06-131-1/+3
* simplify MODE_3G2Michael Niedermayer2008-06-121-5/+5
* Change MODE_* to 1<<c so several can be set at the same time.Michael Niedermayer2008-06-121-6/+6
* cosmetics, reindentBaptiste Coudurier2008-06-121-10/+8
* don't write double sets of metadata in mov, only write usual onesBaptiste Coudurier2008-06-121-3/+3
* matroskadec: set cur_dts after seekJoakim Plate2008-06-111-0/+1
* indentBaptiste Coudurier2008-06-111-12/+12
* support for 3gp metadataBaptiste Coudurier2008-06-111-2/+30
* move utf8 code before udta func, will be used by 3gp tagsBaptiste Coudurier2008-06-111-27/+27
* write usual brand for ipod formatBaptiste Coudurier2008-06-111-3/+14
* simplifyBaptiste Coudurier2008-06-111-21/+11
* factorize psp metadataBaptiste Coudurier2008-06-111-36/+18
* cosmeticsBaptiste Coudurier2008-06-111-8/+8
* cosmeticsBaptiste Coudurier2008-06-111-3/+3
* support alac in ipod m4a format, tested on quicktimeBaptiste Coudurier2008-06-111-1/+15
* m4v/m4a are usual itunes/ipod/iphone extensionsBaptiste Coudurier2008-06-091-2/+2
* indentBaptiste Coudurier2008-06-091-1/+1
* rework udta handling, if any track set bitexact, don't write any metadataBaptiste Coudurier2008-06-091-8/+11
* 10l, add parenthesesBaptiste Coudurier2008-06-091-1/+1
* indentBaptiste Coudurier2008-06-091-1/+1