summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-12
* indentMichael Niedermayer2006-12-12
* the next r_frame_rate try ...Michael Niedermayer2006-12-12
* add FLV decoder metadata parsingAllan Hsu2006-12-12
* gcc 2.95 fixMichael Niedermayer2006-12-12
* rewrite r_frame_rate selectioon code againMichael Niedermayer2006-12-11
* remove useless sampleDurationBaptiste Coudurier2006-12-11
* check codec frame size directly and only for audioBaptiste Coudurier2006-12-11
* move duration finding code into read_packet() so it can be skiped if duration...Michael Niedermayer2006-12-10
* use amf_get_string()Michael Niedermayer2006-12-10
* cosmeticsMichael Niedermayer2006-12-10
* amf_get_string() by Allan Hsu allan aat counterpop doot netMichael Niedermayer2006-12-10
* get rid of AVFMTCTX_NOHEADER, create streams in read_header()Michael Niedermayer2006-12-10
* set flags correctly in write header instead of seeking back and fixing it in ...Michael Niedermayer2006-12-10
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-07
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* cosmetics, remove braces, remove spaces just inside parensBaptiste Coudurier2006-12-06
* do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, an...Andy Parkins2006-12-06
* Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu2006-12-06
* Minor modifications to handle mms streaming.Ryan Martell2006-12-04
* probe with some success image files not containing number pattern but having ...Baptiste Coudurier2006-12-04
* Do not touch pkt->ptsKostya Shishkov2006-12-03
* Some VQA v1 files don't have audio streamKostya Shishkov2006-12-03
* Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream.Mike Melanson2006-12-02
* Fix wrong flags for S16LE and S16BE audio in FLV files.Allan Hsu2006-12-01
* Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.Loïc Le Loarer2006-11-30
* Better VQA demuxerKostya Shishkov2006-11-29
* matroska: scale timecode according to time_scaleAurelien Jacobs2006-11-28
* move source_package declaration in the loop and reset it each iterationBaptiste Coudurier2006-11-28
* readjust dts if negativeBaptiste Coudurier2006-11-28
* cleanup the #ifdef mess in muxer/demuxer registrationAurelien Jacobs2006-11-27
* No need for special trick anymore for flac in matroska.Aurelien Jacobs2006-11-23
* Set CODEC_TYPE_DATA for timecode tracks.Reimar Döffinger2006-11-22
* Set st->need_parsing = 2 for MPEG-content.Reimar Döffinger2006-11-22
* add support for FLAC in matroskaAurelien Jacobs2006-11-21
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-21
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-21
* add support for tta in matroskaAurelien Jacobs2006-11-20
* cosmetics: reindent after last commitAurelien Jacobs2006-11-20
* matroska: split real video frames so that each packet contains only one sliceAurelien Jacobs2006-11-20
* matroska: properly handle real video extradataAurelien Jacobs2006-11-20
* simplify free()+set to NULL using av_freep()Aurelien Jacobs2006-11-20
* IdentationKostya Shishkov2006-11-19
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-19
* Fix misplaced comment.Diego Biurrun2006-11-18
* Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI filesDiego Biurrun2006-11-18
* change mpeg4 fourcc from "mp4s" to "mp4v"Oded Shimon2006-11-17
* update to libnut, use framecode table generatorOded Shimon2006-11-17
* update to libnut API, changes to frame_table_inputOded Shimon2006-11-17
* fix support for avis with sample_size > packet sizeMichael Niedermayer2006-11-16