summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* The reader ignores the size of the ASF data object and keeps onKohn Emil Dan2006-07-29
* add information about codec ulsBaptiste Coudurier2006-07-29
* another MPEG-2 long gop codec ulBaptiste Coudurier2006-07-29
* another MPEG-2 long gop codec ulBaptiste Coudurier2006-07-29
* add uncompressed picture supportBaptiste Coudurier2006-07-29
* parse rgba descriptor (jpeg2000, uncompressed)Baptiste Coudurier2006-07-29
* add common codecs ulsBaptiste Coudurier2006-07-29
* simplify PRINT_KEYBaptiste Coudurier2006-07-29
* add some debug infosBaptiste Coudurier2006-07-29
* get rid of DECLARED_ALIGNEDBaptiste Coudurier2006-07-29
* add new tag 'CAVS' for Chinese AVS codecStefan Gehrer2006-07-29
* cosmeticsBaptiste Coudurier2006-07-28
* use ternaryBaptiste Coudurier2006-07-28
* remove useless variablesBaptiste Coudurier2006-07-28
* rename variablesBaptiste Coudurier2006-07-28
* add error messagesBaptiste Coudurier2006-07-28
* demuxer reworked, more accurate parsing, prepare handling of other operationa...Baptiste Coudurier2006-07-28
* declare and use UID typeBaptiste Coudurier2006-07-28
* Set duration to AV_NOPTS_VALUE instead of 0 when unknown.Reimar Döffinger2006-07-28
* Fix FSF postal address.Diego Biurrun2006-07-26
* MXF demuxerBaptiste Coudurier2006-07-25
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-23
* fix regression failure after adler simplificationMichael Niedermayer2006-07-20
* GXF muxerBaptiste Coudurier2006-07-19
* simplifyMichael Niedermayer2006-07-19
* Fix memleak, patch by I. Po % yyymmmm # gmail O com %I. Po2006-07-19
* simplify b64_encode()Michael Niedermayer2006-07-18
* add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel...Michael Niedermayer2006-07-17
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet2006-07-17
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
* move adler32 to libavutilMåns Rullgård2006-07-13
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-13
* add lost raw pcm input/output formatsMåns Rullgård2006-07-13
* nut needs crc.oMåns Rullgård2006-07-12
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typoDiego Biurrun2006-07-11
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* simplify, use LE_32, BE_32 macrosBaptiste Coudurier2006-07-08
* Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi2006-07-08
* clean up useless codeBaptiste Coudurier2006-07-08
* better handling of partial filesBaptiste Coudurier2006-07-08
* new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier2006-07-08
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-08
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-07
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-07
* add MS ADPCM fourccBaptiste Coudurier2006-07-07