summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Remove useless #include.Diego Biurrun2006-12-21
* Remove useless MinGW #ifdefs.Ramiro Polla2006-12-21
* Fix a crash when probing img2 format with a NULL filename.Joakim Plate2006-12-20
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17
* put_*() are not only useful to muxers and protocolAurelien Jacobs2006-12-16
* Allow provision of displaynumber, screennumber, x-offset and y-offset parametersPanagiotis Issaris2006-12-15
* dont segv is ap->device is not set, display error messageBaptiste Coudurier2006-12-13
* fix compilation, use the standard INT64_C macroBaptiste Coudurier2006-12-13
* remove trailing whitespace left overGuillaume Poirier2006-12-13
* Feedback from Karl H. Beckers about mouse cursorEdouard Gomez2006-12-13
* RFC 6: Overall cleanups again.Edouard Gomez2006-12-13
* RFC 5: Mouse cursor painting reduc and more cleanupsEdouard Gomez2006-12-13
* RFC 3&4 stage: FFmpeg style aint't my styleEdouard Gomez2006-12-13
* RFC 2 stage: First feedback from review commentsEdouard Gomez2006-12-13
* RFC 1 stage: Improve maintainability of the cursoir painting codeEdouard Gomez2006-12-13
* Adapt the patch to more recent FFmpeg habitsEdouard Gomez2006-12-13
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-13
* revert broken commit of x11 device demuxer patchGuillaume Poirier2006-12-13
* Feedback from Karl H. Beckers about mouse cursorGuillaume Poirier2006-12-12
* RFC 6: Overall cleanups again.Guillaume Poirier2006-12-12
* RFC 5: Mouse cursor painting reduc and more cleanupsGuillaume Poirier2006-12-12
* RFC 3&4 stage: FFmpeg style aint't my styleGuillaume Poirier2006-12-12
* RFC 2 stage: First feedback from review commentsGuillaume Poirier2006-12-12
* RFC 1 stage: Improve maintainability of the cursoir painting codeGuillaume Poirier2006-12-12
* Adapt the patch to more recent FFmpeg habitsGuillaume Poirier2006-12-12
* 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