summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write exact values for audio stsd v1Baptiste Coudurier2006-07-04
| | | | Originally committed as revision 5606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to detect Chinese AVS videoMåns Rullgård2006-07-03
| | | | Originally committed as revision 5604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add GXF demuxerReimar Döffinger2006-07-03
| | | | Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningsMåns Rullgård2006-07-02
| | | | Originally committed as revision 5586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Woops, this file was supposed to be added in r5556: "Move initialisations ↵Guillaume Poirier2006-06-30
| | | | | | and internal symbols in allformats.h" Originally committed as revision 5560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
| | | | | | | | | patch by Diego "Flameeyes" Petteno flameeyes AA gentoo PP org Original thread: Date: Jun 30, 2006 2:07 AM Subject: [Ffmpeg-devel] [PATCH] Move initialisations and internal symbols in allformats.h Originally committed as revision 5556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-29
| | | | Originally committed as revision 5547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect audio-only program streams and broken files made by VDRMåns Rullgård2006-06-29
| | | | Originally committed as revision 5546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-29
| | | | Originally committed as revision 5545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård2006-06-28
| | | | Originally committed as revision 5540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly set the image depthLuca Abeni2006-06-28
| | | | Originally committed as revision 5538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont read over the end of a data chunk and at the end search for the nextMichael Niedermayer2006-06-28
| | | | Originally committed as revision 5537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-25
| | | | Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/u_char/uint8_t/ accidentally copied from tcvpMåns Rullgård2006-06-25
| | | | Originally committed as revision 5524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: don't allocate a new buffer quite so oftenMåns Rullgård2006-06-25
| | | | Originally committed as revision 5523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleaned up buffer managementMåns Rullgård2006-06-25
| | | | Originally committed as revision 5522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check only existing streamsBaptiste Coudurier2006-06-25
| | | | Originally committed as revision 5521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor cleanupLuca Barbato2006-06-24
| | | | Originally committed as revision 5518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2006-06-24
| | | | Originally committed as revision 5517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner2006-06-20
| | | | Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase search limit in av_find_stream_infoMåns Rullgård2006-06-20
| | | | Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow packets with non-zero PES_scrambling_controlMåns Rullgård2006-06-19
| | | | Originally committed as revision 5499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix aac in mov for ipodBaptiste Coudurier2006-06-19
| | | | Originally committed as revision 5498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
| | | | | | | outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
| | | | | | | | used and 'const char*' should be, plus make some function declarations static if they aren't used outside their declaring source file. patch by Stefan Huehner stefan%%at%%huehner%%dot%%org Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use standard codec tag if the specified tag is out of range and would beMåns Rullgård2006-06-16
| | | | | | truncated Originally committed as revision 5488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun2006-06-16
| | | | Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
| | | | Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dump_format output more homogenousBaptiste Coudurier2006-06-15
| | | | Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export all tracks to libavformat layerBaptiste Coudurier2006-06-15
| | | | Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfaultR. Brian Anderson2006-06-15
| | | | | | Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT com) Originally committed as revision 5480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typoLuca Abeni2006-06-15
| | | | Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont load the index if we cant seek backMichael Niedermayer2006-06-14
| | | | Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check fseek return valueBaptiste Coudurier2006-06-13
| | | | Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix unused computed valueBaptiste Coudurier2006-06-13
| | | | Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mp3 muxingBaptiste Coudurier2006-06-13
| | | | Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-13
| | | | Originally committed as revision 5471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, completely ignore streams not recognized, that fixes seeking for ↵Baptiste Coudurier2006-06-12
| | | | | | some files Originally committed as revision 5468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger2006-06-11
| | | | Originally committed as revision 5466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for GNU/kFreeBSD systems.Diego Biurrun2006-06-10
| | | | | | patch from Petr Salinger submitted by Sam Hocevar Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probe for mpeg audioMåns Rullgård2006-06-05
| | | | Originally committed as revision 5457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rm_read_audio_stream_info return type is not voidRoberto Togni2006-06-04
| | | | | | | Check for errors returned by rm_read_audio_stream_info Check for overflow in aac extradata allocation Originally committed as revision 5455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for AAC (fourcc raac and racp) in rm filesRoberto Togni2006-06-04
| | | | Originally committed as revision 5454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seek related bugsMåns Rullgård2006-06-04
| | | | Originally committed as revision 5453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
| | | | Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
| | | | Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include the correct video4linux2 headerLuca Abeni2006-05-30
| | | | Originally committed as revision 5430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suggest solution for 2 fixmiesMichael Niedermayer2006-05-27
| | | | Originally committed as revision 5415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all .cvsignore files, they are no longer necessary.Diego Biurrun2006-05-26
| | | | Originally committed as revision 5410 to svn://svn.ffmpeg.org/ffmpeg/trunk