18897 Commits (44dff0058e9e0c8f699a101f56cdec83796d92d5)
 

Author SHA1 Message Date
Diego Biurrun 54ea773614 Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings: 16 years ago
Matthieu Castet e29c3f934f Remove useless casting in asm "m" operand. 16 years ago
Matthieu Castet ecf05a5971 Remove useless casting in asm "m" operand. 16 years ago
Stefano Sabatini 90da2b5086 Make ffmpeg fail if the argument provided to the -pix_fmt option is 16 years ago
Baptiste Coudurier 876578914b set avi fsize to INT64_MAX if riff tag end is not set and file size is not available 16 years ago
Baptiste Coudurier 3a5601885b move max analyze duration check before considering new packet 16 years ago
Ramiro Polla dd35beb29b Allocate executable memory with VirtualAlloc() in Windows. 16 years ago
Ramiro Polla 7c5bfe7add Check for VirtualAlloc() so it may be used to allocate executable memory in 16 years ago
Ramiro Polla 16a3717f8d Drop unnecessary cast and cosmetically align. 16 years ago
Ramiro Polla 23d9cc4563 Support raw TrueHD files 16 years ago
Reimar Döffinger 45bae968a9 Fix indentation after r18047. 16 years ago
Reimar Döffinger c9d6e84778 Change linesize alignment method to ensure that linesize[0] == 2*linesize[1] 16 years ago
Reimar Döffinger b435725b4c Do not set linesize for palette data, it does not make sense and creates 16 years ago
Ramiro Polla 9ba4821d93 Split TrueHD decoder from MLP 16 years ago
Alex Converse 5c3d507f1a MOV: Use the AOT enum for the mp4_audio_types mapping. 16 years ago
Michael Niedermayer 9326d3f355 Revert 16 years ago
Michael Niedermayer 8e3d8a82e6 typedef int x86_reg on non x86 16 years ago
Michael Niedermayer 72ef3dd72e Fix 10l typo. 16 years ago
Diego Biurrun 2029e934d2 Nicely align output columns. 16 years ago
Michael Niedermayer 0411072ee3 Unscaled converters for 16 years ago
Justin Ruggles 07d16e2ecf share some constants between the FLAC encoder and FLAC decoder 16 years ago
Diego Biurrun bb504ac45e Fix compilation of adler32 test program: Use av_log_set_level() 16 years ago
Diego Biurrun 23869b4af4 Fix copy and paste typo in input/output devices section. 16 years ago
Reimar Döffinger 62651fa729 Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again. 16 years ago
Stefano Sabatini 29c6638668 Use read_yesno() in opt_output_file(). 16 years ago
Stefano Sabatini 090b61b2d1 Implement read_yesno(). 16 years ago
Stefano Sabatini eab5168cd3 Flush the remaning chars in the input buffer after reading the 16 years ago
Stefano Sabatini 1e896640c4 Implement a name field for AVPixFmtDescriptor. 16 years ago
Ramiro Polla 9a034dde8b swscale-example: use LFG instead of random() 16 years ago
Ramiro Polla d0ce212a7a Do not assume long is same width as x86 register. 16 years ago
Alex Converse 2b823a5299 Fix typo in AOT_ER_AAC_ELD 16 years ago
Alex Converse d3487e472e Update the MPEG-4 AOT table. 16 years ago
Reimar Döffinger b8b00d9429 Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure 16 years ago
Alex Converse f650e4d34a Move MPEG-4 AOT enum to mpeg4audio.h. 16 years ago
Reimar Döffinger 4d0c3dc0d5 Add a special guidcmp function to compare ASF guids, to avoid the many 16 years ago
Diego Biurrun 780daf2b09 Consistently use ff_ prefixes for internal symbols. 16 years ago
Diego Biurrun fa3f2a3513 Add list of supported input/output devices. 16 years ago
Diego Biurrun 000bbebb66 Adjust @columnfractions settings to reflect the number of columns in the table. 16 years ago
Ramiro Polla e05c8d0682 use intptr_t to cast pointers to int in codecs maintained by benjamin larsson 16 years ago
Cédric Schieli d4da3e4790 Add a fillPlane function to fill a plane with one constant value 16 years ago
Cédric Schieli 4c01b868de Don't write outside of the picture buffer in planarCopy in the gray case 16 years ago
Ronald S. Bultje 79ff11d78f Fix wrong @file tag. 16 years ago
Gwenole Beauchesne 1aea701830 Amend AVCodecContext with hwaccel_context (HW accelerator context). 16 years ago
Ronald S. Bultje c4a3d03299 Reindent after r18023. 16 years ago
Ronald S. Bultje 1a30d5415f Add RTP/ASF header parsing, which is part of the SDP of these streams. See 16 years ago
avcoder 6d050dd673 cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com 16 years ago
Diego Biurrun 852ca0e57d Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name 16 years ago
Diego Biurrun 7f5ee4eaa9 whitespace cosmetics: Consistently format function calls without space 16 years ago
Justin Ruggles 137707e53a Add documentation about missing E-AC-3 features. 16 years ago
John Cox 9e85f9c526 Fix SEIs when splitting H264 input. 16 years ago