summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-20
| | | | | | applied by the audio decoder, and use that option in the AC3 decoder. Originally committed as revision 11280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-12-20
| | | | Originally committed as revision 11279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove double check of pb->read_seekAurelien Jacobs2007-12-20
| | | | Originally committed as revision 11278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pb->buf_end is already set by url_open_buf()Aurelien Jacobs2007-12-19
| | | | Originally committed as revision 11277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use proper url_is_streamed() APIAurelien Jacobs2007-12-19
| | | | | | instead of messing with ByteIOContext internal is_streamed field Originally committed as revision 11276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix problem with multithreaded decoding, introduced by r11214.Reinhard Nissl2007-12-19
| | | | | | Patch by Reinhard Nissl: rnissl gmx de Originally committed as revision 11275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make recently added and still unused read_seek functions return offset_t.Michael Niedermayer2007-12-19
| | | | Originally committed as revision 11274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-19
| | | | Originally committed as revision 11273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use generic 'glbl' atom if extradata is present but no specific method is knownBaptiste Coudurier2007-12-19
| | | | Originally committed as revision 11272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* supports glbl atom containing generic extradata for all codecsBaptiste Coudurier2007-12-19
| | | | Originally committed as revision 11271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase minor version due to new av_close_input_streamReimar Döffinger2007-12-19
| | | | Originally committed as revision 11270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a av_close_input_stream functionReimar Döffinger2007-12-19
| | | | Originally committed as revision 11269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-19
| | | | 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-19
| | | | | | 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-19
| | | | Originally committed as revision 11266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort some more entries.Diego Biurrun2007-12-19
| | | | Originally committed as revision 11265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded avio wrapper functions.Michael Niedermayer2007-12-19
| | | | Originally committed as revision 11264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A little more doxygenization.Michael Niedermayer2007-12-18
| | | | Originally committed as revision 11263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document Motion_Est_IDs.Michael Niedermayer2007-12-18
| | | | Originally committed as revision 11262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old variable with the next major version bump.Michael Niedermayer2007-12-18
| | | | Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bitrate helper to choose all dnxhd variantsBaptiste Coudurier2007-12-18
| | | | Originally committed as revision 11260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid infinite loop if pixel format conversion does not existBaptiste Coudurier2007-12-18
| | | | 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-17
| | | | | | patch by Aurel Originally committed as revision 11258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another comment ->doxyMichael Niedermayer2007-12-17
| | | | 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-17
| | | | Originally committed as revision 11256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change some normal comments to doxy onesMichael Niedermayer2007-12-17
| | | | 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-17
| | | | Originally committed as revision 11254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify av_open_input_fileReimar Döffinger2007-12-17
| | | | 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-17
| | | | | | 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-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