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