aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* put_*() are not only useful to muxers and protocolAurelien Jacobs2006-12-161-2/+0
* Allow provision of displaynumber, screennumber, x-offset and y-offset parametersPanagiotis Issaris2006-12-151-7/+20
* dont segv is ap->device is not set, display error messageBaptiste Coudurier2006-12-131-0/+5
* fix compilation, use the standard INT64_C macroBaptiste Coudurier2006-12-131-3/+3
* remove trailing whitespace left overGuillaume Poirier2006-12-131-1/+1
* Feedback from Karl H. Beckers about mouse cursorEdouard Gomez2006-12-131-8/+8
* RFC 6: Overall cleanups again.Edouard Gomez2006-12-131-136/+159
* RFC 5: Mouse cursor painting reduc and more cleanupsEdouard Gomez2006-12-131-42/+84
* RFC 3&4 stage: FFmpeg style aint't my styleEdouard Gomez2006-12-131-360/+360
* RFC 2 stage: First feedback from review commentsEdouard Gomez2006-12-131-43/+41
* RFC 1 stage: Improve maintainability of the cursoir painting codeEdouard Gomez2006-12-131-137/+55
* Adapt the patch to more recent FFmpeg habitsEdouard Gomez2006-12-131-391/+407
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-134-0/+522
* revert broken commit of x11 device demuxer patchGuillaume Poirier2006-12-134-485/+0
* Feedback from Karl H. Beckers about mouse cursorGuillaume Poirier2006-12-121-8/+8
* RFC 6: Overall cleanups again.Guillaume Poirier2006-12-121-119/+122
* RFC 5: Mouse cursor painting reduc and more cleanupsGuillaume Poirier2006-12-121-40/+80
* RFC 3&4 stage: FFmpeg style aint't my styleGuillaume Poirier2006-12-121-249/+249
* RFC 2 stage: First feedback from review commentsGuillaume Poirier2006-12-121-42/+32
* RFC 1 stage: Improve maintainability of the cursoir painting codeGuillaume Poirier2006-12-121-133/+43
* Adapt the patch to more recent FFmpeg habitsGuillaume Poirier2006-12-121-304/+321
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-124-0/+525
* indentMichael Niedermayer2006-12-121-6/+6
* the next r_frame_rate try ...Michael Niedermayer2006-12-121-3/+6
* add FLV decoder metadata parsingAllan Hsu2006-12-121-66/+175
* gcc 2.95 fixMichael Niedermayer2006-12-121-1/+1
* rewrite r_frame_rate selectioon code againMichael Niedermayer2006-12-111-31/+28
* remove useless sampleDurationBaptiste Coudurier2006-12-111-3/+0
* check codec frame size directly and only for audioBaptiste Coudurier2006-12-111-4/+4
* move duration finding code into read_packet() so it can be skiped if duration...Michael Niedermayer2006-12-101-12/+15
* use amf_get_string()Michael Niedermayer2006-12-101-8/+2
* cosmeticsMichael Niedermayer2006-12-101-4/+2
* amf_get_string() by Allan Hsu allan aat counterpop doot netMichael Niedermayer2006-12-101-0/+16
* get rid of AVFMTCTX_NOHEADER, create streams in read_header()Michael Niedermayer2006-12-101-10/+19
* set flags correctly in write header instead of seeking back and fixing it in ...Michael Niedermayer2006-12-101-14/+12
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-072-12/+4
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-068-16/+16
* cosmetics, remove braces, remove spaces just inside parensBaptiste Coudurier2006-12-061-4/+2
* do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, an...Andy Parkins2006-12-061-2/+6
* Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu2006-12-063-54/+157
* Minor modifications to handle mms streaming.Ryan Martell2006-12-042-4/+7
* probe with some success image files not containing number pattern but having ...Baptiste Coudurier2006-12-041-4/+7
* Do not touch pkt->ptsKostya Shishkov2006-12-031-16/+2
* Some VQA v1 files don't have audio streamKostya Shishkov2006-12-031-1/+1
* Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream.Mike Melanson2006-12-021-18/+3
* Fix wrong flags for S16LE and S16BE audio in FLV files.Allan Hsu2006-12-011-2/+2
* Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.Loïc Le Loarer2006-11-301-4/+6
* Better VQA demuxerKostya Shishkov2006-11-291-38/+69
* matroska: scale timecode according to time_scaleAurelien Jacobs2006-11-281-1/+1
* move source_package declaration in the loop and reset it each iterationBaptiste Coudurier2006-11-281-1/+1