| Commit message (Expand) | Author | Age | Files | Lines |
* | put_*() are not only useful to muxers and protocol | Aurelien Jacobs | 2006-12-16 | 1 | -2/+0 |
* | Allow provision of displaynumber, screennumber, x-offset and y-offset parameters | Panagiotis Issaris | 2006-12-15 | 1 | -7/+20 |
* | dont segv is ap->device is not set, display error message | Baptiste Coudurier | 2006-12-13 | 1 | -0/+5 |
* | fix compilation, use the standard INT64_C macro | Baptiste Coudurier | 2006-12-13 | 1 | -3/+3 |
* | remove trailing whitespace left over | Guillaume Poirier | 2006-12-13 | 1 | -1/+1 |
* | Feedback from Karl H. Beckers about mouse cursor | Edouard Gomez | 2006-12-13 | 1 | -8/+8 |
* | RFC 6: Overall cleanups again. | Edouard Gomez | 2006-12-13 | 1 | -136/+159 |
* | RFC 5: Mouse cursor painting reduc and more cleanups | Edouard Gomez | 2006-12-13 | 1 | -42/+84 |
* | RFC 3&4 stage: FFmpeg style aint't my style | Edouard Gomez | 2006-12-13 | 1 | -360/+360 |
* | RFC 2 stage: First feedback from review comments | Edouard Gomez | 2006-12-13 | 1 | -43/+41 |
* | RFC 1 stage: Improve maintainability of the cursoir painting code | Edouard Gomez | 2006-12-13 | 1 | -137/+55 |
* | Adapt the patch to more recent FFmpeg habits | Edouard Gomez | 2006-12-13 | 1 | -391/+407 |
* | Original X11 device demuxer patch from Clemens Fruhwirth | Guillaume Poirier | 2006-12-13 | 4 | -0/+522 |
* | revert broken commit of x11 device demuxer patch | Guillaume Poirier | 2006-12-13 | 4 | -485/+0 |
* | Feedback from Karl H. Beckers about mouse cursor | Guillaume Poirier | 2006-12-12 | 1 | -8/+8 |
* | RFC 6: Overall cleanups again. | Guillaume Poirier | 2006-12-12 | 1 | -119/+122 |
* | RFC 5: Mouse cursor painting reduc and more cleanups | Guillaume Poirier | 2006-12-12 | 1 | -40/+80 |
* | RFC 3&4 stage: FFmpeg style aint't my style | Guillaume Poirier | 2006-12-12 | 1 | -249/+249 |
* | RFC 2 stage: First feedback from review comments | Guillaume Poirier | 2006-12-12 | 1 | -42/+32 |
* | RFC 1 stage: Improve maintainability of the cursoir painting code | Guillaume Poirier | 2006-12-12 | 1 | -133/+43 |
* | Adapt the patch to more recent FFmpeg habits | Guillaume Poirier | 2006-12-12 | 1 | -304/+321 |
* | Original X11 device demuxer patch from Clemens Fruhwirth | Guillaume Poirier | 2006-12-12 | 4 | -0/+525 |
* | indent | Michael Niedermayer | 2006-12-12 | 1 | -6/+6 |
* | the next r_frame_rate try ... | Michael Niedermayer | 2006-12-12 | 1 | -3/+6 |
* | add FLV decoder metadata parsing | Allan Hsu | 2006-12-12 | 1 | -66/+175 |
* | gcc 2.95 fix | Michael Niedermayer | 2006-12-12 | 1 | -1/+1 |
* | rewrite r_frame_rate selectioon code again | Michael Niedermayer | 2006-12-11 | 1 | -31/+28 |
* | remove useless sampleDuration | Baptiste Coudurier | 2006-12-11 | 1 | -3/+0 |
* | check codec frame size directly and only for audio | Baptiste Coudurier | 2006-12-11 | 1 | -4/+4 |
* | move duration finding code into read_packet() so it can be skiped if duration... | Michael Niedermayer | 2006-12-10 | 1 | -12/+15 |
* | use amf_get_string() | Michael Niedermayer | 2006-12-10 | 1 | -8/+2 |
* | cosmetics | Michael Niedermayer | 2006-12-10 | 1 | -4/+2 |
* | amf_get_string() by Allan Hsu allan aat counterpop doot net | Michael Niedermayer | 2006-12-10 | 1 | -0/+16 |
* | get rid of AVFMTCTX_NOHEADER, create streams in read_header() | Michael Niedermayer | 2006-12-10 | 1 | -10/+19 |
* | set flags correctly in write header instead of seeking back and fixing it in ... | Michael Niedermayer | 2006-12-10 | 1 | -14/+12 |
* | use standard INT64_MAX instead of MAXINT64 (and MIN) | Måns Rullgård | 2006-12-07 | 2 | -12/+4 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 8 | -16/+16 |
* | cosmetics, remove braces, remove spaces just inside parens | Baptiste Coudurier | 2006-12-06 | 1 | -4/+2 |
* | do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, an... | Andy Parkins | 2006-12-06 | 1 | -2/+6 |
* | Defines various common FLV format values between the FLV muxer and demuxer | Allan Hsu | 2006-12-06 | 3 | -54/+157 |
* | Minor modifications to handle mms streaming. | Ryan Martell | 2006-12-04 | 2 | -4/+7 |
* | probe with some success image files not containing number pattern but having ... | Baptiste Coudurier | 2006-12-04 | 1 | -4/+7 |
* | Do not touch pkt->pts | Kostya Shishkov | 2006-12-03 | 1 | -16/+2 |
* | Some VQA v1 files don't have audio stream | Kostya Shishkov | 2006-12-03 | 1 | -1/+1 |
* | Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream. | Mike Melanson | 2006-12-02 | 1 | -18/+3 |
* | Fix wrong flags for S16LE and S16BE audio in FLV files. | Allan Hsu | 2006-12-01 | 1 | -2/+2 |
* | Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org. | Loïc Le Loarer | 2006-11-30 | 1 | -4/+6 |
* | Better VQA demuxer | Kostya Shishkov | 2006-11-29 | 1 | -38/+69 |
* | matroska: scale timecode according to time_scale | Aurelien Jacobs | 2006-11-28 | 1 | -1/+1 |
* | move source_package declaration in the loop and reset it each iteration | Baptiste Coudurier | 2006-11-28 | 1 | -1/+1 |