aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
...
* dont assert(0) due to buggy rm demuxerMichael Niedermayer2007-04-221-0/+4
| | | | Originally committed as revision 8790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix av_seek_frame_generic() so that it doesnt fail if theMichael Niedermayer2007-04-221-1/+1
| | | | | | requested timestamp is after the last with backward flag Originally committed as revision 8783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init packet before calling the demuxerMichael Niedermayer2007-04-221-0/+3
| | | | | | fixed random/uninitalized AVPacket->pos Originally committed as revision 8781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change from using a seek table internal to the TTA demuxer to using the ↵David Conrad2007-04-221-37/+21
| | | | | | standard lavf index. Originally committed as revision 8780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* long -> intBaptiste Coudurier2007-04-211-16/+16
| | | | Originally committed as revision 8774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: mov_mp4 -> mp4Baptiste Coudurier2007-04-211-6/+6
| | | | Originally committed as revision 8773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean and simplify esds reading functionBaptiste Coudurier2007-04-211-58/+12
| | | | Originally committed as revision 8772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove broken ctab codeBaptiste Coudurier2007-04-211-38/+0
| | | | Originally committed as revision 8771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use INT64_MAXBaptiste Coudurier2007-04-211-2/+2
| | | | Originally committed as revision 8770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove possibly broken wince cruftAlex Beregszaszi2007-04-202-10/+4
| | | | Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Atrac3 decoder.Benjamin Larsson2007-04-172-3/+7
| | | | Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-1519-34/+40
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the declaration of AVInputFormat ac3_demuxer conditionalDiego Biurrun2007-04-151-0/+2
| | | | | | on CONFIG_AC3_DEMUXER. Originally committed as revision 8741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-151-1/+1
| | | | Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamps generation improvement when parsing aviJoakim Plate2007-04-133-5/+17
| | | | | | | | | patch by Joakim \ elupus chez ecce dot se / original thread: date: 03/19/2007 01:47 AM subject: [Ffmpeg-devel] [RFC] Improvement for the odd timestamp generation when parser is in use. Originally committed as revision 8725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingDiego Biurrun2007-04-121-1/+1
| | | | Originally committed as revision 8722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVR-MS probe audio formatJohn Donaghy2007-04-122-1/+54
| | | | | | | | | patch by John Donaghy \ johnfdonaghy chez gmail dot com / Original thread: date: 03/13/2007 04:56 PM subject: [Ffmpeg-devel] [PATCH] DVR-MS probe audio format - was DVR-MS bug (MP2 decoding) Originally committed as revision 8715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 PAL 40 audio essence container ulBaptiste Coudurier2007-04-101-0/+1
| | | | Originally committed as revision 8709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 PAL 40 ulBaptiste Coudurier2007-04-101-0/+1
| | | | Originally committed as revision 8708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-04-101-1/+1
| | | | Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for seeking to a keyframe instead of a random frameAurelien Jacobs2007-04-091-0/+13
| | | | Originally committed as revision 8698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an intermediate variable (prepare for next patch)Aurelien Jacobs2007-04-091-1/+3
| | | | Originally committed as revision 8697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for seeking in matroska filesAurelien Jacobs2007-04-091-0/+33
| | | | Originally committed as revision 8696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move matroska_find_track_by_num() upper in the fileAurelien Jacobs2007-04-091-13/+15
| | | | | | so that it can be used by other part of the code Originally committed as revision 8695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cluster position is relative to segment_startAurelien Jacobs2007-04-091-1/+1
| | | | Originally committed as revision 8694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly set streams start_timeAurelien Jacobs2007-04-091-0/+1
| | | | Originally committed as revision 8693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused context fieldAurelien Jacobs2007-04-091-3/+0
| | | | Originally committed as revision 8692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong and no more used packet reordering codeAurelien Jacobs2007-04-091-51/+0
| | | | Originally committed as revision 8691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-0818-58/+58
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make some functions which aren't used outside their declaring source fileStefan Huehner2007-04-081-2/+2
| | | | | | | and have no prototype in a header file static. patch by Stefan Huehner, stefan huehner org Originally committed as revision 8686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation fixMarco Gerards2007-04-081-101/+97
| | | | | | patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* file extension based probe is max/2Michael Niedermayer2007-04-081-1/+1
| | | | Originally committed as revision 8679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeMichael Niedermayer2007-04-081-4/+1
| | | | Originally committed as revision 8678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-0845-104/+7
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also remove c93_ prefix for static function in the c93 demuxerMichael Niedermayer2007-04-081-6/+6
| | | | Originally committed as revision 8676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/rle_num_bytes/code/Michael Niedermayer2007-04-071-9/+9
| | | | | | shorter and correcter (its not the number of anything) Originally committed as revision 8673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-071-2/+1
| | | | Originally committed as revision 8669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* conform to specMichael Niedermayer2007-04-071-1/+1
| | | | Originally committed as revision 8668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use shorter names for the block type enumMichael Niedermayer2007-04-071-8/+8
| | | | Originally committed as revision 8664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* code claims to use 32bit timestamp, lets make it also use thatMichael Niedermayer2007-04-071-1/+1
| | | | Originally committed as revision 8662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant commentsMichael Niedermayer2007-04-071-9/+6
| | | | Originally committed as revision 8661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove inappropriate debuging av_log() alternatively they could be changed ↵Michael Niedermayer2007-04-071-9/+3
| | | | | | to dprintf() Originally committed as revision 8660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak (seems ive missed that under the obfuscated indention)Michael Niedermayer2007-04-071-5/+8
| | | | Originally committed as revision 8659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sane indention (no more 3 statements on one line...)Michael Niedermayer2007-04-071-24/+30
| | | | Originally committed as revision 8658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CRYO APC demuxerAnssi Hannula2007-04-074-0/+96
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bethsoft VID demuxer and video decoderNicholas Tung2007-04-074-0/+237
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* THP PCM decoder, used on the Nintendo GameCube.Marco Gerards2007-04-071-3/+38
| | | | | | patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Interplay C93 demuxer and video decoderAnssi Hannula2007-04-074-0/+205
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typos/grammarDiego Biurrun2007-04-073-5/+5
| | | | Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-062-0/+2
| | | | | | patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk