| Commit message (Expand) | Author | Age | Files | Lines |
* | Support mov stsd atom version 2. | Baptiste Coudurier | 2006-03-04 | 1 | -0/+9 |
* | CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) | Baptiste Coudurier | 2006-02-22 | 1 | -5/+0 |
* | Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDU... | Baptiste Coudurier | 2006-02-19 | 1 | -178/+101 |
* | The current_sample field is meant to be the sample number, not an offset into | Julian Scheid | 2006-02-19 | 1 | -1/+1 |
* | simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 sma... | Baptiste Coudurier | 2006-02-18 | 1 | -13/+6 |
* | add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 ... | Baptiste Coudurier | 2006-02-18 | 1 | -0/+1 |
* | add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Bapti... | Baptiste Coudurier | 2006-02-18 | 1 | -0/+28 |
* | mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurie... | Michael Niedermayer | 2006-02-14 | 1 | -0/+8 |
* | useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com) | Michael Niedermayer | 2006-02-13 | 1 | -72/+1 |
* | fix demuxing of Video006.3gp | Michael Niedermayer | 2006-02-12 | 1 | -2/+4 |
* | mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier sm... | Baptiste Coudurier | 2006-02-12 | 1 | -11/+3 |
* | 10l for myself | Michael Niedermayer | 2006-02-12 | 1 | -1/+1 |
* | mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) | Baptiste Coudurier | 2006-02-12 | 1 | -295/+51 |
* | 10l, fails to compile when debug enabled | Alex Beregszaszi | 2006-02-12 | 1 | -1/+1 |
* | stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com) | Michael Niedermayer | 2006-02-11 | 1 | -13/+20 |
* | mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.couduri... | Baptiste Coudurier | 2006-02-11 | 1 | -0/+31 |
* | simplify timebase if possible | Michael Niedermayer | 2006-02-02 | 1 | -11/+34 |
* | try avi video name -> codec_id mapping if the mov one has no match | Michael Niedermayer | 2006-01-25 | 1 | -0/+2 |
* | Remove all stray tabs and trailing whitespace, this time for good. | Diego Biurrun | 2006-01-24 | 1 | -10/+10 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | finally found what those >138 codes were... crappy compressed 5bit ascii. thi... | François Revol | 2005-12-30 | 1 | -13/+42 |
* | fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT n... | François Revol | 2005-12-30 | 1 | -5/+56 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -157/+157 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -75/+75 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 1 | -1/+1 |
* | QDM2 compatible decoder | Roberto Togni | 2005-10-18 | 1 | -1/+23 |
* | set time_base as soon as time_scale is known instead of in a unrelated chunck... | Michael Niedermayer | 2005-09-06 | 1 | -3/+1 |
* | sample_rate value is not always correct (is there anything in quicktime which... | Michael Niedermayer | 2005-09-04 | 1 | -1/+8 |
* | kill duplicated get/put_be24() | Michael Niedermayer | 2005-07-19 | 1 | -9/+0 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -82/+82 |
* | add hdv2 fourcc to MPEG2 codec mapping | Aurelien Jacobs | 2005-06-30 | 1 | -0/+1 |
* | better dont read the width/height at all, its random anyway | Michael Niedermayer | 2005-06-27 | 1 | -2/+2 |
* | another chapter in the neverending mov demuxer cleanup | Michael Niedermayer | 2005-06-24 | 1 | -46/+12 |
* | AVPacket.pos | Michael Niedermayer | 2005-05-26 | 1 | -16/+1 |
* | update current_sample number for non split mode | Michael Niedermayer | 2005-05-21 | 1 | -6/+7 |
* | segfault fix | Michael Niedermayer | 2005-05-21 | 1 | -4/+6 |
* | support non interleaved mov files | Michael Niedermayer | 2005-05-21 | 1 | -10/+48 |
* | 10l (overwriting w/h with 0) | Michael Niedermayer | 2005-05-21 | 1 | -9/+6 |
* | drop most url_fileno() calls (allows to use ByteIOContext directly in caller ... | Aurelien Jacobs | 2005-05-19 | 1 | -1/+1 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -10/+10 |
* | reverting 1.66 -> 1.67 change | Michael Niedermayer | 2005-03-30 | 1 | -7/+7 |
* | Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gma... | François Revol | 2005-03-23 | 1 | -0/+1 |
* | more fine grained discarding of packets | Michael Niedermayer | 2005-03-17 | 1 | -1/+1 |
* | Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl> | François Revol | 2005-03-12 | 1 | -0/+1 |
* | uuid patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-03-11 | 1 | -1/+1 |
* | first pass at ALAC decoder from David Hammerton; while David's original | Mike Melanson | 2005-03-06 | 1 | -0/+18 |
* | mp4a fix based on some code by (Song.Itany inventec-inc com) | Michael Niedermayer | 2005-03-04 | 1 | -4/+17 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -2/+2 |
* | quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fr... | tjraivio@cc.hut.fi | 2005-02-16 | 1 | -1/+1 |
* | set timestamps correctly | Michael Niedermayer | 2005-02-07 | 1 | -26/+82 |