summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-15
| | | | Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
| | | | | | | | | 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-12
| | | | Originally committed as revision 8722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVR-MS probe audio formatJohn Donaghy2007-04-12
| | | | | | | | | 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-10
| | | | Originally committed as revision 8709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 PAL 40 ulBaptiste Coudurier2007-04-10
| | | | Originally committed as revision 8708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-04-10
| | | | 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-09
| | | | Originally committed as revision 8698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an intermediate variable (prepare for next patch)Aurelien Jacobs2007-04-09
| | | | Originally committed as revision 8697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for seeking in matroska filesAurelien Jacobs2007-04-09
| | | | Originally committed as revision 8696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move matroska_find_track_by_num() upper in the fileAurelien Jacobs2007-04-09
| | | | | | 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-09
| | | | Originally committed as revision 8694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly set streams start_timeAurelien Jacobs2007-04-09
| | | | Originally committed as revision 8693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused context fieldAurelien Jacobs2007-04-09
| | | | Originally committed as revision 8692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong and no more used packet reordering codeAurelien Jacobs2007-04-09
| | | | Originally committed as revision 8691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
| | | | | | 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-08
| | | | | | | 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-08
| | | | | | 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-08
| | | | Originally committed as revision 8679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeMichael Niedermayer2007-04-08
| | | | 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-08
| | | | | | 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-08
| | | | Originally committed as revision 8676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/rle_num_bytes/code/Michael Niedermayer2007-04-07
| | | | | | shorter and correcter (its not the number of anything) Originally committed as revision 8673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* conform to specMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use shorter names for the block type enumMichael Niedermayer2007-04-07
| | | | 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-07
| | | | Originally committed as revision 8662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant commentsMichael Niedermayer2007-04-07
| | | | 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-07
| | | | | | 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-07
| | | | Originally committed as revision 8659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sane indention (no more 3 statements on one line...)Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CRYO APC demuxerAnssi Hannula2007-04-07
| | | | | | 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-07
| | | | | | 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-07
| | | | | | 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-07
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typos/grammarDiego Biurrun2007-04-07
| | | | Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-06
| | | | | | patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some help for the analyzeduration option.Víctor Paesa2007-04-06
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 8631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-04
| | | | | | Patch by Stefan Huehner % stefan A huehner P org % Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-03
| | | | | | | the video_grab_device_demuxer AVInputFormat. Use two different names for the AVInputFormats to reduce confusion and remove ugliness from the Makefile. Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2007-04-03
| | | | Originally committed as revision 8618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary conditionals.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Put audio (de)muxer entries in alphabetical order.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Audio (de)muxer dependency on OSS is handled by configure.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort list of input/output formats.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix copy and paste error in comment.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun2007-04-01
| | | | Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMVAMichael Niedermayer2007-04-01
| | | | Originally committed as revision 8581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AVRn fourccBaptiste Coudurier2007-03-31
| | | | Originally committed as revision 8572 to svn://svn.ffmpeg.org/ffmpeg/trunk