| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale-example: use LFG instead of random() | Ramiro Polla | 2009-03-18 | 1 | -1/+5 |
* | Do not assume long is same width as x86 register. | Ramiro Polla | 2009-03-18 | 5 | -36/+39 |
* | Fix typo in AOT_ER_AAC_ELD | Alex Converse | 2009-03-18 | 1 | -1/+1 |
* | Update the MPEG-4 AOT table. | Alex Converse | 2009-03-18 | 1 | -0/+13 |
* | Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure | Reimar Döffinger | 2009-03-18 | 4 | -55/+55 |
* | Move MPEG-4 AOT enum to mpeg4audio.h. | Alex Converse | 2009-03-18 | 2 | -30/+30 |
* | Add a special guidcmp function to compare ASF guids, to avoid the many | Reimar Döffinger | 2009-03-18 | 1 | -19/+24 |
* | Consistently use ff_ prefixes for internal symbols. | Diego Biurrun | 2009-03-18 | 8 | -25/+25 |
* | Add list of supported input/output devices. | Diego Biurrun | 2009-03-18 | 1 | -0/+19 |
* | Adjust @columnfractions settings to reflect the number of columns in the table. | Diego Biurrun | 2009-03-18 | 1 | -2/+2 |
* | use intptr_t to cast pointers to int in codecs maintained by benjamin larsson | Ramiro Polla | 2009-03-17 | 2 | -2/+2 |
* | Add a fillPlane function to fill a plane with one constant value | Cédric Schieli | 2009-03-17 | 1 | -8/+11 |
* | Don't write outside of the picture buffer in planarCopy in the gray case | Cédric Schieli | 2009-03-17 | 1 | -2/+8 |
* | Fix wrong @file tag. | Ronald S. Bultje | 2009-03-17 | 1 | -1/+1 |
* | Amend AVCodecContext with hwaccel_context (HW accelerator context). | Gwenole Beauchesne | 2009-03-17 | 1 | -0/+12 |
* | Reindent after r18023. | Ronald S. Bultje | 2009-03-17 | 1 | -8/+8 |
* | Add RTP/ASF header parsing, which is part of the SDP of these streams. See | Ronald S. Bultje | 2009-03-17 | 5 | -1/+104 |
* | cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com | avcoder | 2009-03-17 | 1 | -26/+25 |
* | Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name | Diego Biurrun | 2009-03-17 | 2 | -2/+2 |
* | whitespace cosmetics: Consistently format function calls without space | Diego Biurrun | 2009-03-17 | 2 | -65/+67 |
* | Add documentation about missing E-AC-3 features. | Justin Ruggles | 2009-03-17 | 1 | -0/+28 |
* | Fix SEIs when splitting H264 input. | John Cox | 2009-03-16 | 1 | -1/+1 |
* | Extend mov edit list support to work for a first padding entry with | Reimar Döffinger | 2009-03-16 | 1 | -5/+6 |
* | rmdec: fix crash at end of file | Måns Rullgård | 2009-03-16 | 1 | -1/+2 |
* | Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb... | Cédric Schieli | 2009-03-16 | 1 | -12/+12 |
* | Cosmetics: Re-indent after last commit | Alex Converse | 2009-03-16 | 1 | -4/+4 |
* | MOV: Support stz2 "Compact Sample Size Box" | Alex Converse | 2009-03-16 | 1 | -2/+36 |
* | AAC: IEEE-754 type punning for 16-bit floating point rounding. | Alex Converse | 2009-03-16 | 1 | -12/+14 |
* | More reindent, forgotten in previous commit. | Ronald S. Bultje | 2009-03-16 | 1 | -3/+3 |
* | Parse index chunk so that seeking in modern .rm files becomes a lot faster. | Ronald S. Bultje | 2009-03-16 | 1 | -2/+54 |
* | Revert the alphabetical reordering which made me owner of Baptiste's line. | Benoit Fouet | 2009-03-16 | 1 | -1/+1 |
* | Reindent after r18010. | Ronald S. Bultje | 2009-03-16 | 2 | -4/+4 |
* | Mark the first output audio frame as keyframe (separate patch from previous, | Ronald S. Bultje | 2009-03-16 | 1 | -0/+4 |
* | Remove packet returning in ff_rm_parse_packet() if we're using the packet | Ronald S. Bultje | 2009-03-16 | 3 | -19/+13 |
* | Fix alphabetical order. | Benoit Fouet | 2009-03-16 | 1 | -1/+1 |
* | Reindent after r18005. | Ronald S. Bultje | 2009-03-16 | 1 | -15/+15 |
* | Fix an assert(). | Daniel Verkamp | 2009-03-16 | 1 | -1/+1 |
* | Merge code for packet reading in "old" (.ra, audio-only) Realmedia files and | Ronald S. Bultje | 2009-03-16 | 1 | -40/+17 |
* | Split YUV2RGB operands declaration into a separate macro | Cédric Schieli | 2009-03-16 | 1 | -1/+6 |
* | cosmetics, remove useless braces | Baptiste Coudurier | 2009-03-16 | 1 | -2/+2 |
* | simplify printing | Baptiste Coudurier | 2009-03-16 | 1 | -4/+2 |
* | reindent | Baptiste Coudurier | 2009-03-16 | 1 | -7/+7 |
* | fix trkn metadata parsing | Baptiste Coudurier | 2009-03-16 | 1 | -12/+21 |
* | move read_udta_string up to avoid forward declaration | Baptiste Coudurier | 2009-03-16 | 1 | -70/+68 |
* | more generic metadata handling | Baptiste Coudurier | 2009-03-16 | 1 | -33/+50 |
* | do not set isom if ctype is not set, happens in mov | Baptiste Coudurier | 2009-03-16 | 1 | -2/+1 |
* | Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references | David Conrad | 2009-03-16 | 1 | -1/+1 |
* | search for hdlr atom in meta, some files do not store version+flags | Baptiste Coudurier | 2009-03-15 | 1 | -3/+10 |
* | mingw32: call lib.exe instead of lib to facilitate running it through wine. | Ramiro Polla | 2009-03-15 | 1 | -1/+1 |
* | Disallow out-of-tree builds with config.h in the source tree. | Matthieu Castet | 2009-03-15 | 1 | -0/+2 |