summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Collapse)AuthorAge
...
* write mdat in write_header avoid check in write_packetBaptiste Coudurier2006-04-13
| | | | Originally committed as revision 5286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont write stss atom if keyframes onlyBaptiste Coudurier2006-04-11
| | | | Originally committed as revision 5284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix edts for tracks without b framesBaptiste Coudurier2006-04-10
| | | | Originally committed as revision 5282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* little h.264 related hunk from diff between cvs and mobile hackerzMichael Niedermayer2006-04-04
| | | | Originally committed as revision 5268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the PSP rejects video with too high bitrates so lets claim they arent too ↵Michael Niedermayer2006-04-04
| | | | | | high ... Originally committed as revision 5267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use 64bit atom version if neededBaptiste Coudurier2006-03-26
| | | | Originally committed as revision 5220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvcpro is 411p in factBaptiste Coudurier2006-03-22
| | | | Originally committed as revision 5199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create edts atom when muxing B frames, needed to compute ctsBaptiste Coudurier2006-03-11
| | | | Originally committed as revision 5151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do nal reformating when muxing H264, create avcc atomBaptiste Coudurier2006-03-11
| | | | Originally committed as revision 5150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct computing of DV fourcc in mov muxerBaptiste Coudurier2006-03-08
| | | | | | Patch by Baptiste COUDURIER, baptiste <<dot>> coudurier <<at>> smartjog <<dot>> com Originally committed as revision 5124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Baptiste Coudurier2006-03-02
| | | | Originally committed as revision 5098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute output format before setting language patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-03-02
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)Baptiste Coudurier2006-02-22
| | | | Originally committed as revision 5051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4 codecs objecttype handling patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-02-11
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 4982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for title field in PSP compatible mp4 files. Patch byBenjamin Larsson2006-01-24
| | | | | | Olivier, oandrieu <at> gmail.com. Originally committed as revision 4889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 2.95 fixBenjamin Larsson2006-01-23
| | | | Originally committed as revision 4887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de)Michael Niedermayer2006-01-23
| | | | Originally committed as revision 4886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finally found what those >138 codes were... crappy compressed 5bit ascii. ↵François Revol2005-12-30
| | | | | | this gets them correctly, and adds setting track lang in movenc too. Originally committed as revision 4792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
| | | | Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101Jan Kratochvil2005-07-10
| | | | Originally committed as revision 4427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes itErik Slagter2005-06-19
| | | | | | | | | | a little bit more standard, although it still seems to lack some metadata. Anyway, recent mplayer plays these streams without problems. It also has two globally scoped global structs changed to "static". patch by (Erik Slagter <erik slagter name) Originally committed as revision 4386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* according to the standard the object_type for H264 is 33, not 241Nico Sabbi2005-05-30
| | | | Originally committed as revision 4323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* round duration up in movMichael Niedermayer2005-05-14
| | | | Originally committed as revision 4242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix psp muxing (probably this fix is wrong but its better then nothing)Michael Niedermayer2005-03-27
| | | | Originally committed as revision 4086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
| | | | Originally committed as revision 4072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix time stored in movMichael Niedermayer2005-03-23
| | | | | | based upon 23_fix_timestamp_in_mov.patch by (Calcium | calcium nurs or jp) Originally committed as revision 4067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to fix a few minor values in the mp4/mov muxerMichael Niedermayer2005-03-23
| | | | Originally committed as revision 4063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie ↵tjraivio@cc.hut.fi2005-02-16
| | | | | | fragment support yet patch by (tjraivio cc.hut fi) Originally committed as revision 3959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nonsense commentMichael Niedermayer2005-02-16
| | | | Originally committed as revision 3958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault by matthieu castet <castet DOT matthieu AT free DOT fr>François Revol2005-01-28
| | | | Originally committed as revision 3896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't crash on null codec; by matthieu castet <castet DOT matthieu AT free ↵François Revol2005-01-28
| | | | | | DOT fr> Originally committed as revision 3894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the patch to allow Sony PSP MP4 creationFrançois Revol2005-01-28
| | | | Originally committed as revision 3893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* movenc illegal access patch by Roine Gustafsson <roine AT users DOT ↵Roine Gustafsson2005-01-27
| | | | | | sourceforge DOT net> Originally committed as revision 3891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sony PSP variation of MP4 patch by <tjcannell AT blueyonder DOT co DOT uk>tjcannell@blueyonder.co.uk2005-01-27
| | | | Originally committed as revision 3889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov header field and compressor name patch by Roine Gustafsson <roine AT ↵Roine Gustafsson2005-01-26
| | | | | | users DOT sourceforge DOT net> Originally committed as revision 3885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users ↵Roine Gustafsson2004-12-17
| | | | | | sourceforge net>) Originally committed as revision 3756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iTunes metadata encoding support patch by (Patrice Bensoussan ↵Patrice Bensoussan2004-08-14
| | | | | | <patrice.bensoussan at free dot fr>) Originally committed as revision 3388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC in mov/mp4 patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-07-28
| | | | Originally committed as revision 3359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn user if ms style codec tag is usedMichael Niedermayer2004-07-13
| | | | | | remove " " codec tag Originally committed as revision 3307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
| | | | | | | | | | fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bit-exactMichael Niedermayer2004-04-12
| | | | Originally committed as revision 3007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for -timestampAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for wider range of codecsAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing 10l in movenc.c + updating regression patterns.Roman Shaposhnik2004-03-28
| | | | Originally committed as revision 2938 to svn://svn.ffmpeg.org/ffmpeg/trunk