summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swscale-example: use LFG instead of random()Ramiro Polla2009-03-181-1/+5
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-185-36/+39
* Fix typo in AOT_ER_AAC_ELDAlex Converse2009-03-181-1/+1
* Update the MPEG-4 AOT table.Alex Converse2009-03-181-0/+13
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-184-55/+55
* Move MPEG-4 AOT enum to mpeg4audio.h.Alex Converse2009-03-182-30/+30
* Add a special guidcmp function to compare ASF guids, to avoid the manyReimar Döffinger2009-03-181-19/+24
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-188-25/+25
* Add list of supported input/output devices.Diego Biurrun2009-03-181-0/+19
* Adjust @columnfractions settings to reflect the number of columns in the table.Diego Biurrun2009-03-181-2/+2
* use intptr_t to cast pointers to int in codecs maintained by benjamin larssonRamiro Polla2009-03-172-2/+2
* Add a fillPlane function to fill a plane with one constant valueCédric Schieli2009-03-171-8/+11
* Don't write outside of the picture buffer in planarCopy in the gray caseCédric Schieli2009-03-171-2/+8
* Fix wrong @file tag.Ronald S. Bultje2009-03-171-1/+1
* Amend AVCodecContext with hwaccel_context (HW accelerator context).Gwenole Beauchesne2009-03-171-0/+12
* Reindent after r18023.Ronald S. Bultje2009-03-171-8/+8
* Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje2009-03-175-1/+104
* cosmetics: fix indentation, patch by avcoder, ffmpeg gmail comavcoder2009-03-171-26/+25
* Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() nameDiego Biurrun2009-03-172-2/+2
* whitespace cosmetics: Consistently format function calls without spaceDiego Biurrun2009-03-172-65/+67
* Add documentation about missing E-AC-3 features.Justin Ruggles2009-03-171-0/+28
* Fix SEIs when splitting H264 input.John Cox2009-03-161-1/+1
* Extend mov edit list support to work for a first padding entry withReimar Döffinger2009-03-161-5/+6
* rmdec: fix crash at end of fileMåns Rullgård2009-03-161-1/+2
* Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb...Cédric Schieli2009-03-161-12/+12
* Cosmetics: Re-indent after last commitAlex Converse2009-03-161-4/+4
* MOV: Support stz2 "Compact Sample Size Box"Alex Converse2009-03-161-2/+36
* AAC: IEEE-754 type punning for 16-bit floating point rounding.Alex Converse2009-03-161-12/+14
* More reindent, forgotten in previous commit.Ronald S. Bultje2009-03-161-3/+3
* Parse index chunk so that seeking in modern .rm files becomes a lot faster.Ronald S. Bultje2009-03-161-2/+54
* Revert the alphabetical reordering which made me owner of Baptiste's line.Benoit Fouet2009-03-161-1/+1
* Reindent after r18010.Ronald S. Bultje2009-03-162-4/+4
* Mark the first output audio frame as keyframe (separate patch from previous,Ronald S. Bultje2009-03-161-0/+4
* Remove packet returning in ff_rm_parse_packet() if we're using the packetRonald S. Bultje2009-03-163-19/+13
* Fix alphabetical order.Benoit Fouet2009-03-161-1/+1
* Reindent after r18005.Ronald S. Bultje2009-03-161-15/+15
* Fix an assert().Daniel Verkamp2009-03-161-1/+1
* Merge code for packet reading in "old" (.ra, audio-only) Realmedia files andRonald S. Bultje2009-03-161-40/+17
* Split YUV2RGB operands declaration into a separate macroCédric Schieli2009-03-161-1/+6
* cosmetics, remove useless bracesBaptiste Coudurier2009-03-161-2/+2
* simplify printingBaptiste Coudurier2009-03-161-4/+2
* reindentBaptiste Coudurier2009-03-161-7/+7
* fix trkn metadata parsingBaptiste Coudurier2009-03-161-12/+21
* move read_udta_string up to avoid forward declarationBaptiste Coudurier2009-03-161-70/+68
* more generic metadata handlingBaptiste Coudurier2009-03-161-33/+50
* do not set isom if ctype is not set, happens in movBaptiste Coudurier2009-03-161-2/+1
* Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other referencesDavid Conrad2009-03-161-1/+1
* search for hdlr atom in meta, some files do not store version+flagsBaptiste Coudurier2009-03-151-3/+10
* mingw32: call lib.exe instead of lib to facilitate running it through wine.Ramiro Polla2009-03-151-1/+1
* Disallow out-of-tree builds with config.h in the source tree.Matthieu Castet2009-03-151-0/+2
OpenPOWER on IntegriCloud