aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
...
* fix regression failure after adler simplificationMichael Niedermayer2006-07-202-3/+3
| | | | Originally committed as revision 5803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GXF muxerBaptiste Coudurier2006-07-195-0/+844
| | | | Originally committed as revision 5787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-191-1/+1
| | | | Originally committed as revision 5786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak, patch by I. Po % yyymmmm # gmail O com %I. Po2006-07-191-1/+4
| | | | | | | | Original thread: Date: Jul 18, 2006 3:49 PM Subject: Re: [Ffmpeg-devel] [PATCH] http.c: http_connect() memleak Originally committed as revision 5785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify b64_encode()Michael Niedermayer2006-07-181-23/+9
| | | | | | maybe this should be moved to libavutil ... Originally committed as revision 5782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add header info to flv format based on a patch by (Philipp Klaus ↵Michael Niedermayer2006-07-171-5/+93
| | | | | | >ffmpegdevel ad pylonsoft mot ch ) Originally committed as revision 5779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ↵Matthieu Castet2006-07-171-1/+1
| | | | | | matthieu ot free dat fr %%) Originally committed as revision 5776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-131-1/+1
| | | | | | of gnu extensions Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move adler32 to libavutilMåns Rullgård2006-07-134-47/+9
| | | | Originally committed as revision 5731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-133-10/+6
| | | | | | patch by Víctor Paesa <wzrlpy at arsystel com> Originally committed as revision 5729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add lost raw pcm input/output formatsMåns Rullgård2006-07-132-0/+64
| | | | Originally committed as revision 5726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut needs crc.oMåns Rullgård2006-07-121-2/+2
| | | | Originally committed as revision 5721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-1223-498/+528
| | | | Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-112-7/+7
| | | | | | CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typoDiego Biurrun2006-07-111-1/+1
| | | | Originally committed as revision 5708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-1068-957/+818
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-101-1/+1
| | | | Originally committed as revision 5705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-0970-292/+292
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove STATS code (probably hasnt been used for years ..., and its not ↵Michael Niedermayer2006-07-091-3/+0
| | | | | | completely clear what it was good for anyway) Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use LE_32, BE_32 macrosBaptiste Coudurier2006-07-081-12/+2
| | | | Originally committed as revision 5682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi2006-07-081-2/+6
| | | | | | | | | This patch permits to recognize these streams but it's untested for lack of samples. Patch by Nico Sabbi <nicola_sabbi at fastwebnet it> Originally committed as revision 5671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up useless codeBaptiste Coudurier2006-07-081-20/+0
| | | | Originally committed as revision 5669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better handling of partial filesBaptiste Coudurier2006-07-081-5/+6
| | | | Originally committed as revision 5668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier2006-07-081-428/+228
| | | | Originally committed as revision 5667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-081-1/+1
| | | | Originally committed as revision 5666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-071-13/+1
| | | | Originally committed as revision 5663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-072-57/+6
| | | | Originally committed as revision 5661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MS ADPCM fourccBaptiste Coudurier2006-07-071-0/+1
| | | | Originally committed as revision 5655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip others fourcc, if presentBaptiste Coudurier2006-07-071-0/+6
| | | | Originally committed as revision 5654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanBaptiste Coudurier2006-07-071-5/+0
| | | | Originally committed as revision 5653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixBaptiste Coudurier2006-07-061-1/+1
| | | | Originally committed as revision 5642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, all modes is 0x81FFBaptiste Coudurier2006-07-061-1/+1
| | | | Originally committed as revision 5641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and write correct values conforming to specsBaptiste Coudurier2006-07-061-20/+8
| | | | Originally committed as revision 5640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for unparsed AMR inputMichael Niedermayer2006-07-061-0/+4
| | | | Originally committed as revision 5637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr requires version=1 and samplesize=0 per QT specMichael Niedermayer2006-07-061-11/+8
| | | | | | untested, but if this doesnt work the issue is likely somewhere else, as iam just chaning the random nonsense we do to what the spec says should be done Originally committed as revision 5636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with --disable-muxers.Gianluigi Tiesi2006-07-051-1/+1
| | | | | | patch by Gianluigi Tiesi, mplayer==at==netfarm==dot==it Originally committed as revision 5632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-051-2/+5
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write exact values for audio stsd v1Baptiste Coudurier2006-07-041-42/+42
| | | | Originally committed as revision 5606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to detect Chinese AVS videoMåns Rullgård2006-07-031-1/+8
| | | | Originally committed as revision 5604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add GXF demuxerReimar Döffinger2006-07-034-1/+264
| | | | Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningsMåns Rullgård2006-07-021-5/+7
| | | | 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-301-0/+184
| | | | | | 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-308-176/+7
| | | | | | | | | 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-291-1/+2
| | | | 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-291-9/+9
| | | | 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-291-3/+2
| | | | 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-281-1/+4
| | | | Originally committed as revision 5540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly set the image depthLuca Abeni2006-06-281-4/+12
| | | | 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-281-2/+16
| | | | Originally committed as revision 5537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-252-7/+7
| | | | Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk