aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-07ARM: whitespace cosmeticsMåns Rullgård
Originally committed as revision 20191 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-07ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00Måns Rullgård
Originally committed as revision 20190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-07Add w and h fields to AVFilterPic.Stefano Sabatini
See the thread: "[FFmpeg-devel] [PATCH] Add w,h fields to AVFilterPic". Originally committed as revision 20189 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06Add ALAC encoding and decoding regression tests.Justin Ruggles
Originally committed as revision 20188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06Implement trace messages logging in the filterchain processing.Stefano Sabatini
It is only enabled when the DEBUG symbol is defined. Originally committed as revision 20187 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06ARM: make function names all-lowercaseMåns Rullgård
Originally committed as revision 20186 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06ARM: enable ARMv4 add_pixels_clampedMåns Rullgård
Somehow this function was never used. Originally committed as revision 20185 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård
Originally committed as revision 20184 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06ARM: whitespace cosmeticsMåns Rullgård
Originally committed as revision 20183 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06ReindentDaniel Verkamp
Originally committed as revision 20182 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06Add RF64 support to wav demuxer.Daniel Verkamp
Originally committed as revision 20181 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06Add my GPG key fingerprintDaniel Verkamp
Originally committed as revision 20180 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06Move HuffYUV left prediction to dsputil.Nathan Caldwell
Patch by Nathan Caldwell, saintdev gmail Originally committed as revision 20179 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06Since some junk may be or may be not present before actual VC-1 extradata,Andrew Dennison
search for real extradata start instead of always skipping one byte. Patch by Andrew Dennison gmailify(${name}d, lists) Thread: [PATCH] Fix VC1 "Incomplete extradata" for mkv files generated by eac3to Originally committed as revision 20178 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06Remove casts that are useless since the argument is void *.Reimar Döffinger
Originally committed as revision 20177 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-06Allow building api-example from outside of libavcodec and alsoJai Menon
make it more consistent with libavformat/output-example. Originally committed as revision 20176 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-05Only read ID3v1 tag if ID3v2 isn't present or is empty.Anton Khirnov
This prevents the demuxer from exporting multiple semantically identical but differently named tags. Patch by Anton Khirnov, wyskas gmail Originally committed as revision 20175 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-05cosmetics: reindent and line wrap after last commitJustin Ruggles
Originally committed as revision 20174 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-05alacenc: add a fixed LPC coefficient mode as compression level 1. oldJustin Ruggles
compression level 1 is now compression level 2 and is still the default. Originally committed as revision 20173 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-05Revert:Michael Niedermayer
r18826 | stefano | 2009-05-14 20:50:58 +0200 (Thu, 14 May 2009) | 2 lines Make av_set_string3() print a message in case of unknown option. This change led to multiple identical error messages to be printed if an option was not found. Originally committed as revision 20172 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-05id3v2: Export all text information frames with correct names.Anton Khirnov
Patch by Anton Khirnov <wyskas at gmail dot com> Originally committed as revision 20171 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-05MP3 muxer: Write all metadata.Anton Khirnov
Patch by Anton Khirnov <wyskas at gmail dot com> Originally committed as revision 20170 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-05Fix pcm_read_seek () when the position it calculates is greater than 2 GB.Daniel Verkamp
pcm_read_seek() puts the return value of url_fseek() in an int and then compares < 0 to see if an error occurred; if the position is greater than 2 GB, the 32-bit signed int result will be < 0. Change the type of ret to int64_t to avoid the wraparound. patch by Daniel Verkamp, daniel drv nu Originally committed as revision 20169 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-05Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two ↵Ian Caulfield
separate streams. Patch by Ian Caulfield, ian D caulfield A gmail Originally committed as revision 20168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-04ARM: add ff_ prefix to lots of functionsMåns Rullgård
Originally committed as revision 20167 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-04ARM: cosmeticsMåns Rullgård
Originally committed as revision 20166 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-04ARM: replace some #if with if()Måns Rullgård
Originally committed as revision 20165 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-04ARM: clean up file/function naming conventionsMåns Rullgård
Originally committed as revision 20164 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-04ARM: clean up dsputil initialisationMåns Rullgård
- Move v5 and v6 initialisation to separate files. - Move NEON IDCT selection to ff_dsputil_init_neon() Originally committed as revision 20163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-04Sun Raster RGB supportPeter Ross
Originally committed as revision 20162 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-03Add FIXME about low_delay vs has_b_frames.Carl Eugen Hoyos
Originally committed as revision 20161 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-03H264 allows B frames without requiring a >=1 sized buffer.Wallak
Patch by wallak, wallak free fr Originally committed as revision 20160 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-03ARM: shorten some long macro namesMåns Rullgård
Originally committed as revision 20159 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-03ARM: update ldm/stm instructions to modern syntaxMåns Rullgård
Originally committed as revision 20158 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-03ARM: whitespace cosmeticsMåns Rullgård
Originally committed as revision 20157 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-03Reindent after channel layout commit from yesterdayRobert Swain
Originally committed as revision 20156 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-03increase maximum compressed frame sizeSascha Sommer
fixes playback of piece.wmv Originally committed as revision 20155 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-03return AVERROR_INVALIDDATA when the bitstream could not be decodedSascha Sommer
Originally committed as revision 20154 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-03Support decoding of uncompressed PCX scanlinesPeter Ross
Originally committed as revision 20153 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-02ARM: use plain labels for pc-relative addressingMåns Rullgård
Originally committed as revision 20152 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-02ARM: remove unnecessary .fpu neon directivesMåns Rullgård
Originally committed as revision 20151 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-02ARM: use undocumented .syntax directive to enable UAL syntaxMåns Rullgård
Originally committed as revision 20150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-02Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini
the loglevel command line option. Make the loglevel option help message more clear, since the option argument is shown as a single token, and make the whole message better aligned with the other help messages. Originally committed as revision 20149 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-02Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain
specification Originally committed as revision 20148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-02ARM: apply extern symbol prefix where neededMåns Rullgård
Originally committed as revision 20147 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-02configure: define extern symbol prefix without quotes for for asm filesMåns Rullgård
Originally committed as revision 20146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-02Do not use -mdynamic-no-pic if PIC is enabledMåns Rullgård
Originally committed as revision 20145 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-02ARM: add -marm flag since we do not support ThumbMåns Rullgård
Originally committed as revision 20144 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-02wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger
the file is reached normally, without any error. Originally committed as revision 20143 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-02wav: return av_get_packet errors unchanged.Reimar Döffinger
Originally committed as revision 20142 to svn://svn.ffmpeg.org/ffmpeg/trunk