source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @29b0d168   16 years justin.ruggles seek backwards 4 bytes if 'fLaC' marker is not found Originally …
(edit) @d9e7fa80   16 years justin.ruggles flacdec: remove unneeded variable, 'assignment' Originally committed …
(edit) @2a346725   16 years justin.ruggles flacdec: cosmetics: rename 'decorrelation' to 'ch_mode' Originally …
(edit) @ad52941f   16 years justin.ruggles flacenc: remove unneeded context variable, 'ch_code' Originally …
(edit) @3159780   16 years justin.ruggles share channel mode constants between the FLAC decoder and FLAC encoder …
(edit) @c15020dd   16 years lessen42 Hostile takeover of the ogg demuxer, agreed to by Mans on irc …
(edit) @432603e3   16 years stefano.sabatini-lala Remove declaration of the removed function img_convert(). Originally …
(edit) @39b60944   16 years banan Get rid of av_random in cook.c Originally committed as revision 18079 …
(edit) @3b0b8479   16 years banan Get rid of av_random in nellymoserdec.c Originally committed as …
(edit) @effcedf7   16 years Carl Eugen Hoyos PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. Patch by Daniel …
(edit) @20ddf5a8   16 years Reimar.Doeffinger Avoid crash on planarCopy to a destination without alpha. Makes …
(edit) @1cd98da8   16 years benoit.fouet Initialize pointer arrays which may be freed before being initialized. …
(edit) @04ef1d3f   16 years Reimar.Doeffinger Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides …
(edit) @d55ef636   16 years Reimar.Doeffinger Fix swscale compilation with Altivec enabled. Originally committed as …
(edit) @3164d25e   16 years cschieli Reindent after last commit Originally committed as revision 29014 to …
(edit) @b3b5946c   16 years cschieli Add a changelog entry for the alpha scaler support Originally …
(edit) @110f147a   16 years cschieli Also test the alpha channel in swscale-example Originally committed …
(edit) @6268f55b   16 years cschieli YUVA420P is now supported as output format Originally committed as …
(edit) @6858492e   16 years cschieli Add alpha channel scaling Originally committed as revision 29011 to …
(edit) @3acd545   16 years cschieli Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters Originally …
(edit) @a9ddb5b1   16 years cschieli Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled …
(edit) @f6cf4ed0   16 years cschieli Use a simpler and more general check for the gray case in the …
(edit) @9731e7f1   16 years ramiro.polla mlp, truehd: support non 1:1 channel mapping. Originally committed as …
(edit) @cbf3cf19   16 years ramiro.polla Support "next parameter flags present" flag. Originally committed as …
(edit) @932cee5d   16 years ramiro.polla truehd: support up to 3 substreams. Originally committed as revision …
(edit) @952e2083   16 years gbeauchesne Rename hwaccel_data_private to hwaccel_picture_private. Originally …
(edit) @294eaa26   16 years diego Replace random() usage in test programs by av_lfg_*(). Originally …
(edit) @c7594e07   16 years diego Only build motion-test if MMX is enabled. Originally committed as …
(edit) @578f90a8   16 years diego Align test program output columns. Originally committed as revision …
(edit) @fa7aec5c   16 years diego Remove unused libavutil/random.h #include. Originally committed as …
(edit) @e814a59f   16 years diego Use correct header for struct AVLFG. Originally committed as revision …
(edit) @7c45723a   16 years baptiste.coudurier resync ffm if error in stream Originally committed as revision 18065 …
(edit) @21c6438f   16 years baptiste.coudurier typo, fix eof check Originally committed as revision 18064 to …
(edit) @b9edbe9   16 years baptiste.coudurier do not write ffm write index by default, detect if file is being …
(edit) @cf16c17a   16 years rsbultje Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR …
(edit) @e9fce261   16 years rsbultje Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add …
(edit) @20f93c3c   16 years baptiste.coudurier check av_find_stream_info return value Originally committed as …
(edit) @77553ae3   16 years baptiste.coudurier uniformize log messages and add some more Originally committed as …
(edit) @042819c5   16 years baptiste.coudurier use lfg and ff_random_get_seed instead of deprecated av_random …
(edit) @637af098   16 years baptiste.coudurier check if feed and stream already exist before registering new one …
(edit) @7349392   16 years diego Make softfloat test program compile again: Setting the av_log_level …
(edit) @b56e34c5   16 years diego Make AES test program compile again: Setting the av_log_level variable …
(edit) @54ea7736   16 years diego Initialize *srcContext, *dstContext, *outContext to NULL, avoids the …
(edit) @e29c3f93   16 years Carl Eugen Hoyos Remove useless casting in asm "m" operand. Patch by Matthieu Castet, …
(edit) @ecf05a59   16 years Carl Eugen Hoyos Remove useless casting in asm "m" operand. Patch by Matthieu Castet, …
(edit) @90da2b50   16 years stefano.sabatini-lala Make ffmpeg fail if the argument provided to the -pix_fmt option is …
(edit) @87657891   16 years baptiste.coudurier set avi fsize to INT64_MAX if riff tag end is not set and file size is …
(edit) @3a560188   16 years baptiste.coudurier move max analyze duration check before considering new packet …
(edit) @dd35beb2   16 years ramiro.polla Allocate executable memory with VirtualAlloc() in Windows. Originally …
(edit) @7c5bfe7a   16 years ramiro.polla Check for VirtualAlloc() so it may be used to allocate executable …
(edit) @16a3717   16 years ramiro.polla Drop unnecessary cast and cosmetically align. Originally committed as …
(edit) @23d9cc45   16 years ramiro.polla Support raw TrueHD files Originally committed as revision 18049 to …
(edit) @45bae968   16 years Reimar.Doeffinger Fix indentation after r18047. Originally committed as revision 18048 …
(edit) @c9d6e847   16 years Reimar.Doeffinger Change linesize alignment method to ensure that linesize[0] == …
(edit) @b435725b   16 years Reimar.Doeffinger Do not set linesize for palette data, it does not make sense and …
(edit) @9ba4821d   16 years ramiro.polla Split TrueHD decoder from MLP Originally committed as revision 18045 …
(edit) @5c3d507f   16 years alex.converse MOV: Use the AOT enum for the mp4_audio_types mapping. Originally …
(edit) @9326d3f3   16 years michaelni Revert Date: Wed Mar 18 23:11:50 2009 New Revision: 28996 Log: …
(edit) @8e3d8a82   16 years michaelni typedef int x86_reg on non x86 Originally committed as revision 18043 …
(edit) @72ef3dd   16 years michaelni Fix 10l typo. Originally committed as revision 29002 to …
(edit) @2029e934   16 years diego Nicely align output columns. Originally committed as revision 18042 …
(edit) @0411072e   16 years michaelni Unscaled converters for YUYV->YUV420P YUYV->YUV422P UYVY->YUV420P …
(edit) @07d16e2e   16 years justin.ruggles share some constants between the FLAC encoder and FLAC decoder …
(edit) @bb504ac4   16 years diego Fix compilation of adler32 test program: Use av_log_set_level() …
(edit) @23869b4a   16 years diego Fix copy and paste typo in input/output devices section. Originally …
(edit) @62651fa7   16 years Reimar.Doeffinger Fix libswscale compilation on non-x86, hopefully without breaking …
(edit) @29c66386   16 years stefano.sabatini-lala Use read_yesno() in opt_output_file(). Originally committed as …
(edit) @090b61b2   16 years stefano.sabatini-lala Implement read_yesno(). Originally committed as revision 18037 to …
(edit) @eab5168c   16 years stefano.sabatini-lala Flush the remaning chars in the input buffer after reading the …
(edit) @1e896640   16 years stefano.sabatini-lala Implement a name field for AVPixFmtDescriptor. Originally committed …
(edit) @9a034dde   16 years ramiro.polla swscale-example: use LFG instead of random() Originally committed as …
(edit) @d0ce212a   16 years ramiro.polla Do not assume long is same width as x86 register. Originally …
(edit) @2b823a52   16 years alex.converse Fix typo in AOT_ER_AAC_ELD Originally committed as revision 18034 to …
(edit) @d3487e47   16 years alex.converse Update the MPEG-4 AOT table. Originally committed as revision 18033 …
(edit) @b8b00d94   16 years Reimar.Doeffinger Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure …
(edit) @f650e4d3   16 years alex.converse Move MPEG-4 AOT enum to mpeg4audio.h. Originally committed as …
(edit) @4d0c3dc0   16 years Reimar.Doeffinger Add a special guidcmp function to compare ASF guids, to avoid the many …
(edit) @780daf2b   16 years diego Consistently use ff_ prefixes for internal symbols. Originally …
(edit) @fa3f2a35   16 years diego Add list of supported input/output devices. Originally committed as …
(edit) @000bbebb   16 years diego Adjust @columnfractions settings to reflect the number of columns in …
(edit) @e05c8d0   16 years ramiro.polla use intptr_t to cast pointers to int in codecs maintained by benjamin …
(edit) @d4da3e47   16 years cschieli Add a fillPlane function to fill a plane with one constant value …
(edit) @4c01b868   16 years cschieli Don't write outside of the picture buffer in planarCopy in the gray …
(edit) @79ff11d7   16 years rsbultje Fix wrong @file tag. Originally committed as revision 18026 to …
(edit) @1aea7018   16 years gbeauchesne Amend AVCodecContext with hwaccel_context (HW accelerator context). …
(edit) @c4a3d032   16 years rsbultje Reindent after r18023. Originally committed as revision 18024 to …
(edit) @1a30d541   16 years rsbultje Add RTP/ASF header parsing, which is part of the SDP of these streams. …
(edit) @6d050dd6   16 years diego cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com …
(edit) @852ca0e5   16 years diego Fix ff_bfin_yuv2rgb_get_func_ptr() vs. …
(edit) @7f5ee4ea   16 years diego whitespace cosmetics: Consistently format function calls without space …
(edit) @137707e   16 years justin.ruggles Add documentation about missing E-AC-3 features. Originally committed …
(edit) @9e85f9c5   16 years Carl Eugen Hoyos Fix SEIs when splitting H264 input. Patch by John Cox, jc A kynesim D …
(edit) @2ac736a6   16 years Reimar.Doeffinger Extend mov edit list support to work for a first padding entry with …
(edit) @c3df4a3   16 years mans rmdec: fix crash at end of file Originally committed as revision …
(edit) @9a10a076   16 years cschieli Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming …
(edit) @d0dab0ec   16 years alex.converse Cosmetics: Re-indent after last commit Originally committed as …
(edit) @bd27eed6   16 years alex.converse MOV: Support stz2 "Compact Sample Size Box" Originally committed as …
(edit) @4a39ccb4   16 years alex.converse AAC: IEEE-754 type punning for 16-bit floating point rounding. …
(edit) @508fe07a   16 years rsbultje More reindent, forgotten in previous commit. Originally committed as …
(edit) @2d6f3014   16 years rsbultje Parse index chunk so that seeking in modern .rm files becomes a lot …
Note: See TracRevisionLog for help on using the revision log.