aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-193-12/+0
| | | | Originally committed as revision 11268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove *_codec_id from AVFormatParameters with the next major version bump.Michael Niedermayer2007-12-191-0/+2
| | | | | | AVFormatParameters is never available when needed and is an annoying mess. Originally committed as revision 11267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow overriding codec_ids.Michael Niedermayer2007-12-193-1/+39
| | | | Originally committed as revision 11266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort some more entries.Diego Biurrun2007-12-191-11/+11
| | | | Originally committed as revision 11265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded avio wrapper functions.Michael Niedermayer2007-12-191-26/+1
| | | | Originally committed as revision 11264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A little more doxygenization.Michael Niedermayer2007-12-181-9/+9
| | | | Originally committed as revision 11263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document Motion_Est_IDs.Michael Niedermayer2007-12-181-6/+6
| | | | Originally committed as revision 11262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old variable with the next major version bump.Michael Niedermayer2007-12-181-0/+2
| | | | Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bitrate helper to choose all dnxhd variantsBaptiste Coudurier2007-12-183-29/+40
| | | | Originally committed as revision 11260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid infinite loop if pixel format conversion does not existBaptiste Coudurier2007-12-181-0/+2
| | | | Originally committed as revision 11259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv1394 depends on dv_demuxer, fixes linking with demuxers disabled.Diego Biurrun2007-12-171-1/+1
| | | | | | patch by Aurel Originally committed as revision 11258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another comment ->doxyMichael Niedermayer2007-12-171-2/+4
| | | | Originally committed as revision 11257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ME default does not belong to the ME type enum.Michael Niedermayer2007-12-171-1/+1
| | | | Originally committed as revision 11256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change some normal comments to doxy onesMichael Niedermayer2007-12-171-8/+12
| | | | Originally committed as revision 11255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify av_close_input_file similarly to av_open_input_file previouslyReimar Döffinger2007-12-171-7/+2
| | | | Originally committed as revision 11254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify av_open_input_fileReimar Döffinger2007-12-171-13/+5
| | | | Originally committed as revision 11253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-173-4/+20
| | | | | | and add its version that does not rely on down left neighbour subblock. Originally committed as revision 11252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify FIXMEMichael Niedermayer2007-12-171-1/+1
| | | | 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-173-0/+44
| | | | 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-171-1/+5
| | | | | | | 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-172-6/+18
| | | | | | | | | 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-171-1/+1
| | | | 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-171-16/+4
| | | | | | 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-171-34/+13
| | | | | | 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-163-120/+146
| | | | Originally committed as revision 11244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless 0L hereBaptiste Coudurier2007-12-161-3/+3
| | | | Originally committed as revision 11243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless fieldsBaptiste Coudurier2007-12-161-2/+0
| | | | 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-161-17/+19
| | | | Originally committed as revision 11241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate fieldBaptiste Coudurier2007-12-161-9/+6
| | | | Originally committed as revision 11240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: func -> parse, remove useless parenthesisBaptiste Coudurier2007-12-161-2/+2
| | | | Originally committed as revision 11239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless declarationBaptiste Coudurier2007-12-161-3/+1
| | | | Originally committed as revision 11238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* save pointer to parse table, it is unlikely to changeBaptiste Coudurier2007-12-161-9/+6
| | | | Originally committed as revision 11237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless seekBaptiste Coudurier2007-12-161-4/+0
| | | | Originally committed as revision 11236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2007-12-161-11/+0
| | | | Originally committed as revision 11235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support streamed mov/mp4Baptiste Coudurier2007-12-161-5/+7
| | | | 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-161-0/+2
| | | | Originally committed as revision 11233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment typo fixesDiego Biurrun2007-12-162-5/+5
| | | | 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-161-1/+1
| | | | Originally committed as revision 11231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV40 decoder should use availability cacheKostya Shishkov2007-12-161-4/+4
| | | | Originally committed as revision 11230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30/40 decoding coreKostya Shishkov2007-12-162-0/+1396
| | | | Originally committed as revision 11229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* downmix before the IMDCT if no block switching is usedJustin Ruggles2007-12-161-13/+34
| | | | 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-151-6/+6
| | | | | | 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-151-1/+3
| | | | | | | | 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-151-1/+5
| | | | Originally committed as revision 11225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing '\n' to log format textAndreas Öman2007-12-151-2/+2
| | | | 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-151-4/+6
| | | | | | 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-151-32/+17
| | | | | | | 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-151-14/+3
| | | | Originally committed as revision 11221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AC3 decoder honor avctx->request_channelsAndreas Öman2007-12-151-16/+5
| | | | Originally committed as revision 11220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make fill_rectangle() available for other decodersKostya Shishkov2007-12-152-88/+122
| | | | Originally committed as revision 11219 to svn://svn.ffmpeg.org/ffmpeg/trunk