aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-233-5/+34
* fix regression failure after adler simplificationMichael Niedermayer2006-07-202-3/+3
* GXF muxerBaptiste Coudurier2006-07-195-0/+844
* simplifyMichael Niedermayer2006-07-191-1/+1
* Fix memleak, patch by I. Po % yyymmmm # gmail O com %I. Po2006-07-191-1/+4
* simplify b64_encode()Michael Niedermayer2006-07-181-23/+9
* add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel...Michael Niedermayer2006-07-171-5/+93
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet2006-07-171-1/+1
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-131-1/+1
* move adler32 to libavutilMåns Rullgård2006-07-134-47/+9
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-133-10/+6
* add lost raw pcm input/output formatsMåns Rullgård2006-07-132-0/+64
* nut needs crc.oMåns Rullgård2006-07-121-2/+2
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-1223-498/+528
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-112-7/+7
* CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typoDiego Biurrun2006-07-111-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-1068-957/+818
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-101-1/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-0970-292/+292
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-091-3/+0
* simplify, use LE_32, BE_32 macrosBaptiste Coudurier2006-07-081-12/+2
* Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi2006-07-081-2/+6
* clean up useless codeBaptiste Coudurier2006-07-081-20/+0
* better handling of partial filesBaptiste Coudurier2006-07-081-5/+6
* new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier2006-07-081-428/+228
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-081-1/+1
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-071-13/+1
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-072-57/+6
* add MS ADPCM fourccBaptiste Coudurier2006-07-071-0/+1
* skip others fourcc, if presentBaptiste Coudurier2006-07-071-0/+6
* cleanBaptiste Coudurier2006-07-071-5/+0
* typo fixBaptiste Coudurier2006-07-061-1/+1
* 10l, all modes is 0x81FFBaptiste Coudurier2006-07-061-1/+1
* simplify and write correct values conforming to specsBaptiste Coudurier2006-07-061-20/+8
* check for unparsed AMR inputMichael Niedermayer2006-07-061-0/+4
* vbr requires version=1 and samplesize=0 per QT specMichael Niedermayer2006-07-061-11/+8
* Fix compilation with --disable-muxers.Gianluigi Tiesi2006-07-051-1/+1
* cosmetics: Break overly long lines.Diego Biurrun2006-07-051-2/+5
* write exact values for audio stsd v1Baptiste Coudurier2006-07-041-42/+42
* attempt to detect Chinese AVS videoMåns Rullgård2006-07-031-1/+8
* add GXF demuxerReimar Döffinger2006-07-034-1/+264
* kill warningsMåns Rullgård2006-07-021-5/+7
* Woops, this file was supposed to be added in r5556: "Move initialisations and...Guillaume Poirier2006-06-301-0/+184
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-308-176/+7
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-291-1/+2
* detect audio-only program streams and broken files made by VDRMåns Rullgård2006-06-291-9/+9
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-291-3/+2
* detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård2006-06-281-1/+4
* Properly set the image depthLuca Abeni2006-06-281-4/+12
* dont read over the end of a data chunk and at the end search for the nextMichael Niedermayer2006-06-281-2/+16