summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* another MPEG-2 long gop codec ulBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add uncompressed picture supportBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse rgba descriptor (jpeg2000, uncompressed)Baptiste Coudurier2006-07-29
| | | | Originally committed as revision 5852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add common codecs ulsBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify PRINT_KEYBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some debug infosBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of DECLARED_ALIGNEDBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add new tag 'CAVS' for Chinese AVS codecStefan Gehrer2006-07-29
| | | | Originally committed as revision 5847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ternaryBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless variablesBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename variablesBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add error messagesBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demuxer reworked, more accurate parsing, prepare handling of other ↵Baptiste Coudurier2006-07-28
| | | | | | operational patterns, streaming demuxing, simplified codec detection Originally committed as revision 5837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* declare and use UID typeBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set duration to AV_NOPTS_VALUE instead of 0 when unknown.Reimar Döffinger2006-07-28
| | | | | | | Set start_time to 0 when duration is known to indicate we have valid timestamps for this track. Originally committed as revision 5835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FSF postal address.Diego Biurrun2006-07-26
| | | | Originally committed as revision 5829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MXF demuxerBaptiste Coudurier2006-07-25
| | | | Originally committed as revision 5826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-23
| | | | | | extra checks to make sure the seeking function will not hang forever. Originally committed as revision 5814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix regression failure after adler simplificationMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GXF muxerBaptiste Coudurier2006-07-19
| | | | Originally committed as revision 5787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-19
| | | | 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-19
| | | | | | | | 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-18
| | | | | | 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-17
| | | | | | >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-17
| | | | | | 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-13
| | | | | | of gnu extensions Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move adler32 to libavutilMåns Rullgård2006-07-13
| | | | 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-13
| | | | | | 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-13
| | | | Originally committed as revision 5726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut needs crc.oMåns Rullgård2006-07-12
| | | | 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-12
| | | | 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-11
| | | | | | 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-11
| | | | Originally committed as revision 5708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-10
| | | | Originally committed as revision 5705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | 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-09
| | | | | | 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-08
| | | | 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-08
| | | | | | | | | 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-08
| | | | Originally committed as revision 5669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better handling of partial filesBaptiste Coudurier2006-07-08
| | | | 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-08
| | | | Originally committed as revision 5667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-08
| | | | 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-07
| | | | Originally committed as revision 5663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MS ADPCM fourccBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip others fourcc, if presentBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixBaptiste Coudurier2006-07-06
| | | | Originally committed as revision 5642 to svn://svn.ffmpeg.org/ffmpeg/trunk