summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* clarify FIXMEMichael Niedermayer2007-12-17
| | | | Originally committed as revision 11251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-17
| | | | Originally committed as revision 11250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crash in PCM decoder when number of channels is not set.wg2007-12-17
| | | | | | | Patch by "wg": video06 malloc de See Issue298 Originally committed as revision 11249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()Björn Axelsson2007-12-17
| | | | | | | | | to use the protocol-native functionality if available. Patch by Björn Axelsson: bjorn point axelsson at intinor dot se Original thread: [FFmpeg-devel] [PATCH][4/4] Enable use of the extended API Date: Thu Nov 22 16:01:06 CET 2007 Originally committed as revision 11248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary system include path from pkg-config files.Diego Biurrun2007-12-17
| | | | Originally committed as revision 11247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip dialog normalization. It shouldn't be used by the decoder, and there isJustin Ruggles2007-12-17
| | | | | | not currently a clean way to pass the value to the user. Originally committed as revision 11246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert commit made in revision 11228. I'm getting some strange results in theJustin Ruggles2007-12-17
| | | | | | downmixed output that I can't quite figure out. Originally committed as revision 11245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move FLAC mmx dsp to its own fileAurelien Jacobs2007-12-16
| | | | Originally committed as revision 11244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless 0L hereBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless fieldsBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not retain useless pointers to avstream priv_data, use it directlyBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate fieldBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: func -> parse, remove useless parenthesisBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless declarationBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* save pointer to parse table, it is unlikely to changeBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless seekBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support streamed mov/mp4Baptiste Coudurier2007-12-16
| | | | Originally committed as revision 11234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error when url_fseek could not read until desired offset in streamed modeBaptiste Coudurier2007-12-16
| | | | Originally committed as revision 11233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment typo fixesDiego Biurrun2007-12-16
| | | | Originally committed as revision 11232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make strict altivec parsers happy (gcc-4.3 and others)Luca Barbato2007-12-16
| | | | Originally committed as revision 11231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV40 decoder should use availability cacheKostya Shishkov2007-12-16
| | | | Originally committed as revision 11230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30/40 decoding coreKostya Shishkov2007-12-16
| | | | Originally committed as revision 11229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* downmix before the IMDCT if no block switching is usedJustin Ruggles2007-12-16
| | | | Originally committed as revision 11228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'l' suffix where it is necessary because type can not always beReimar Döffinger2007-12-15
| | | | | | inferred from arguments. Fixes compilation with Intel compiler Originally committed as revision 11227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* choose next sample by sample positionBaptiste Coudurier2007-12-15
| | | | | | | | when streams' next dts difference is below AV_TIME_BASE, to reduce seeking, needed for slow underlying protocols (http), a slightly modified patch from elupus, elupus at ecce dot se Originally committed as revision 11226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document how to free the result of av_alloc_format_context()Michael Niedermayer2007-12-15
| | | | Originally committed as revision 11225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing '\n' to log format textAndreas Öman2007-12-15
| | | | Originally committed as revision 11224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SDL does not seem to support more than two channels.Andreas Öman2007-12-15
| | | | | | So, if this is the case, ask for downmixing by the codec. Originally committed as revision 11223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Notify the input coder about the number of requested channels.Andreas Öman2007-12-15
| | | | | | | If the decoder does not fulfill our request, try using lavf's audio_resample(). If that also fails, bail out. Originally committed as revision 11222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make DCA decoder honor avctx->request_channels in a more advisory way.Andreas Öman2007-12-15
| | | | Originally committed as revision 11221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AC3 decoder honor avctx->request_channelsAndreas Öman2007-12-15
| | | | Originally committed as revision 11220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make fill_rectangle() available for other decodersKostya Shishkov2007-12-15
| | | | Originally committed as revision 11219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix brain-dead parts of r11216, specifically:Jeff Downs2007-12-14
| | | | | | | | Actually unreference removed pics And check for too many reference frames as originally intended, not equal to max reference frames. Originally committed as revision 11218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Benjamin expressed the wish to be DCA maintainer tooKostya Shishkov2007-12-14
| | | | Originally committed as revision 11217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that our total reference frame count does not exceed the SPSJeff Downs2007-12-14
| | | | | | | | max frame count, which is limited to less than the size of the reference buffers, thereby preventing overflow. Part of fix for issue 281. Originally committed as revision 11216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Actually return with an error condition if we're being asked to deal with tooJeff Downs2007-12-14
| | | | | | | | many reference frames. Also check max num ref frames against our internal ref buffer sizes. Part of fix for roundup issue 281 Originally committed as revision 11215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start.Jeff Downs2007-12-14
| | | | | | | | | | Namely, that it should not be called if you are starting to decode a B frame without any reference pictures. Prevents an endless allocation cycle in MPV_frame_start that will end in picture buffer overflow and abort. Fixes roundup issue 216. Originally committed as revision 11214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a missing break, before av_set_number would always return NULL forReimar Döffinger2007-12-13
| | | | | | FF_OPT_TYPE_RATIONAL options instead of the corresponding AVOption Originally committed as revision 11213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix non_zero_count_cache for deblocking in field pictures.Jeff Downs2007-12-13
| | | | | | | | Based on original patch by Martin Zlomek martin.zlomek a email D cz ffmpeg-devel thread: H264: Fix non_zero_count_cache for deblocking in fields Fri, 30 Nov 2007 9:58:23 Originally committed as revision 11212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add required include to make this file self-containedAurelien Jacobs2007-12-12
| | | | Originally committed as revision 11211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r11202: do not create copy relocations when linking to shared libsMåns Rullgård2007-12-12
| | | | | | This caused more problems than it solved and is no longer required. Originally committed as revision 11210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_log_get/set_level()Måns Rullgård2007-12-12
| | | | Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a warning, av_sha1_update accepts uint8_t * not uint64_t *Luca Barbato2007-12-12
| | | | Originally committed as revision 11208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide sha1 to outside applicationsLuca Barbato2007-12-12
| | | | | | Patch from Diego Pettenò flameeyesATgmailDOTcom Originally committed as revision 11207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_*_next() API for libavformatMichael Niedermayer2007-12-12
| | | | Originally committed as revision 11206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid using first_avcodecMichael Niedermayer2007-12-12
| | | | Originally committed as revision 11205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_*_next() API for libavcodecMichael Niedermayer2007-12-12
| | | | Originally committed as revision 11204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Show which bitstreamfilters were compiled in, similar to the protocols etcPanagiotis Issaris2007-12-12
| | | | | | enumerations. Originally committed as revision 11203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not create copy relocations when linking to shared libsMåns Rullgård2007-12-11
| | | | Originally committed as revision 11202 to svn://svn.ffmpeg.org/ffmpeg/trunk