summaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* cosmetics, reindentBaptiste Coudurier2009-04-071-18/+18
* cosmetics, add empty line and remove useless bracesBaptiste Coudurier2009-04-071-7/+5
* fix compilation, add missing parenthesisBaptiste Coudurier2009-04-071-1/+1
* comment the ipod subtitle checkBaptiste Coudurier2009-04-071-0/+1
* invert condition to simplify codeBaptiste Coudurier2009-04-071-3/+1
* remove no more needed code, tag is set by defaultBaptiste Coudurier2009-04-071-2/+0
* cosmetics, reindent, add empty linesBaptiste Coudurier2009-04-071-33/+37
* split mov_find_codec_tag in separate per format functionsBaptiste Coudurier2009-04-071-11/+56
* set bits_per_coded_sample for rawvideoBaptiste Coudurier2009-04-071-7/+18
* override mov fourcc for pcm audio, this is safer when stream copyingBaptiste Coudurier2009-04-071-1/+2
* allocate tracks instead of using MAX_STREAMSBaptiste Coudurier2009-03-221-5/+14
* typo in the mail, the 4am commit is always the worstBaptiste Coudurier2009-03-151-1/+1
* cosmeticsBaptiste Coudurier2009-03-151-0/+1
* add my copyright in mov de/muxerBaptiste Coudurier2009-03-151-0/+1
* reindentBaptiste Coudurier2009-03-111-1/+1
* keep original tag when stream copying subs with ipod formatBaptiste Coudurier2009-03-111-0/+5
* ipod supports both subs tagsBaptiste Coudurier2009-03-111-0/+1
* reindentBaptiste Coudurier2009-03-111-2/+2
* write correct atoms based on tag and not format, fixes subs stream copyBaptiste Coudurier2009-03-111-2/+2
* use correct codec tag list for ipod formatBaptiste Coudurier2009-03-111-1/+1
* fix subs track height, set track->height to codec height if not setBaptiste Coudurier2009-03-111-2/+3
* Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already usedRonald S. Bultje2009-02-281-21/+21
* movenc: add muxing of language along with metadata tags when availableAurelien Jacobs2009-02-261-8/+20
* return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs2009-02-261-0/+2
* cosmetics: indentationAurelien Jacobs2009-02-261-8/+7
* use new metadata API in mov muxerAurelien Jacobs2009-02-261-57/+61
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-241-2/+2
* write active picture height for d-10/imx in movBaptiste Coudurier2009-02-121-3/+15
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* move actual writing before so new size can be taken into accountBaptiste Coudurier2009-01-161-9/+9
* Reindent after last commitLuca Abeni2009-01-151-1/+1
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-151-9/+7
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-6/+6
* cosmeticsBaptiste Coudurier2009-01-111-2/+2
* remove warnings about uninitialized varsBaptiste Coudurier2009-01-111-1/+1
* cosmeticsBaptiste Coudurier2009-01-111-6/+4
* Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad2009-01-111-3/+63
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-111-2/+2
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-34/+34
* write copyright metadata tagBaptiste Coudurier2008-09-081-0/+3
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-2/+2
* terminate tag tables by CODEC_ID_NONEBaptiste Coudurier2008-09-081-0/+2
* do not fail if audio is uncompressed and frame size is not set, just set itBaptiste Coudurier2008-09-051-1/+2
* cosmetics, remove whitespaceBaptiste Coudurier2008-09-041-1/+1
* actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot frKurtnoise2008-09-041-0/+3
* skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits,Damiano Galassi2008-09-041-1/+1
* change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier2008-09-031-3/+2
* forbid mp3 < 16000hz in anything except movBaptiste Coudurier2008-09-031-0/+6
* dirac muxing support in mp4/movBaptiste Coudurier2008-09-031-0/+1
* cosmetics, vertical alignBaptiste Coudurier2008-09-031-1/+1
OpenPOWER on IntegriCloud