aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* long -> intBaptiste Coudurier2007-04-211-16/+16
* cosmetics: mov_mp4 -> mp4Baptiste Coudurier2007-04-211-6/+6
* clean and simplify esds reading functionBaptiste Coudurier2007-04-211-58/+12
* remove broken ctab codeBaptiste Coudurier2007-04-211-38/+0
* use INT64_MAXBaptiste Coudurier2007-04-211-2/+2
* remove possibly broken wince cruftAlex Beregszaszi2007-04-202-10/+4
* Atrac3 decoder.Benjamin Larsson2007-04-172-3/+7
* add an enum for need_parsingAurelien Jacobs2007-04-1519-34/+40
* Make the declaration of AVInputFormat ac3_demuxer conditionalDiego Biurrun2007-04-151-0/+2
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-151-1/+1
* timestamps generation improvement when parsing aviJoakim Plate2007-04-133-5/+17
* spellingDiego Biurrun2007-04-121-1/+1
* DVR-MS probe audio formatJohn Donaghy2007-04-122-1/+54
* add D-10 PAL 40 audio essence container ulBaptiste Coudurier2007-04-101-0/+1
* add D-10 PAL 40 ulBaptiste Coudurier2007-04-101-0/+1
* cosmetics: indentationAurelien Jacobs2007-04-101-1/+1
* add support for seeking to a keyframe instead of a random frameAurelien Jacobs2007-04-091-0/+13
* add an intermediate variable (prepare for next patch)Aurelien Jacobs2007-04-091-1/+3
* add support for seeking in matroska filesAurelien Jacobs2007-04-091-0/+33
* move matroska_find_track_by_num() upper in the fileAurelien Jacobs2007-04-091-13/+15
* cluster position is relative to segment_startAurelien Jacobs2007-04-091-1/+1
* properly set streams start_timeAurelien Jacobs2007-04-091-0/+1
* remove unused context fieldAurelien Jacobs2007-04-091-3/+0
* remove wrong and no more used packet reordering codeAurelien Jacobs2007-04-091-51/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-0818-58/+58
* Make some functions which aren't used outside their declaring source fileStefan Huehner2007-04-081-2/+2
* cosmetics: indentation fixMarco Gerards2007-04-081-101/+97
* file extension based probe is max/2Michael Niedermayer2007-04-081-1/+1
* factorizeMichael Niedermayer2007-04-081-4/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-0845-104/+7
* also remove c93_ prefix for static function in the c93 demuxerMichael Niedermayer2007-04-081-6/+6
* s/rle_num_bytes/code/Michael Niedermayer2007-04-071-9/+9
* simplifyMichael Niedermayer2007-04-071-2/+1
* conform to specMichael Niedermayer2007-04-071-1/+1
* use shorter names for the block type enumMichael Niedermayer2007-04-071-8/+8
* code claims to use 32bit timestamp, lets make it also use thatMichael Niedermayer2007-04-071-1/+1
* remove redundant commentsMichael Niedermayer2007-04-071-9/+6
* remove inappropriate debuging av_log() alternatively they could be changed to...Michael Niedermayer2007-04-071-9/+3
* memleak (seems ive missed that under the obfuscated indention)Michael Niedermayer2007-04-071-5/+8
* sane indention (no more 3 statements on one line...)Michael Niedermayer2007-04-071-24/+30
* CRYO APC demuxerAnssi Hannula2007-04-074-0/+96
* Bethsoft VID demuxer and video decoderNicholas Tung2007-04-074-0/+237
* THP PCM decoder, used on the Nintendo GameCube.Marco Gerards2007-04-071-3/+38
* Interplay C93 demuxer and video decoderAnssi Hannula2007-04-074-0/+205
* typos/grammarDiego Biurrun2007-04-073-5/+5
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-062-0/+2
* Add some help for the analyzeduration option.VĂ­ctor Paesa2007-04-061-1/+1
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-043-3/+3
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-035-11/+8
* cosmetics: indentationDiego Biurrun2007-04-031-2/+2