aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Check for avcodec_open codec parameter == NULL and return error in that caseReimar Döffinger2007-12-251-1/+1
| | | | Originally committed as revision 11316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent silent overwriting of files on windows.Michael Niedermayer2007-12-251-0/+1
| | | | | | | fixes issue308 untested Originally committed as revision 11315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r6124, the change was just wrong, other formats than MPEG-PS can beAllan Sandfeld Jensen2007-12-251-16/+0
| | | | | | | | | | | | | | | stored in CDXA as well. And the need for a CDXA specific check is questionable. Also ive ok-ed that patch instead of mans ... fixes issue287 (psxstr misdetection as MPEG-PS) Original commit message: add support for information in CDXA format patch by Allan Sandfeld Jensen % kde A carewolf P com % Original thread: Date: Aug 18, 2006 6:33 PM Subject: [Ffmpeg-devel] CDXA in libavformat [patch] Originally committed as revision 11314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* djgpp port, first partMichael Kostylev2007-12-243-2/+9
| | | | | | patch by Michael Kostylev, mik niipt ru Originally committed as revision 11313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: begining --> beginningDiego Biurrun2007-12-232-2/+2
| | | | Originally committed as revision 11312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentLuca Barbato2007-12-231-39/+39
| | | | Originally committed as revision 11311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor fixLuca Barbato2007-12-231-3/+6
| | | | Originally committed as revision 11310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* begining -> beginning typo fixReimar Döffinger2007-12-231-2/+2
| | | | Originally committed as revision 11309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l do not load after the buffer...Luca Barbato2007-12-231-6/+6
| | | | Originally committed as revision 11308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, av_read_packet must check for read_packet error, in case ofReimar Döffinger2007-12-231-0/+2
| | | | | | | error pkt->stream_index could be invalid and must not be used. Fixes a crash with http://www.cs.berkeley.edu/~dmolnar/2-snippet3.wav Originally committed as revision 11307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventuallyLuca Barbato2007-12-221-11/+34
| | | | Originally committed as revision 11306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a av_alloc_put_byte function.Reimar Döffinger2007-12-222-0/+22
| | | | | | | The name is in analogy to init_put_byte, but I would not mind it being changed to something better. Originally committed as revision 11305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentLuca Barbato2007-12-221-39/+39
| | | | Originally committed as revision 11304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Partially address issue299, no performance change apparentlyLuca Barbato2007-12-221-0/+42
| | | | Originally committed as revision 11303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid a vec_add, directly start with sumLuca Barbato2007-12-221-2/+1
| | | | Originally committed as revision 11302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentLuca Barbato2007-12-221-32/+28
| | | | Originally committed as revision 11301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common code (almost cosmetic)Luca Barbato2007-12-221-46/+31
| | | | Originally committed as revision 11300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsLuca Barbato2007-12-221-3/+3
| | | | Originally committed as revision 11299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet2007-12-213-8/+31
| | | | | | | | | patch by Christophe GISQUET %christophe P gisquet A free P fr% original thread: date: Nov 25, 2007 12:35 AM subject: Re: [FFmpeg-devel] MMX version for put_no_rnd_h264_chroma_mc8_c Originally committed as revision 11298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* closed/needs_more_info stateMichael Niedermayer2007-12-211-0/+4
| | | | Originally committed as revision 11297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-213-12/+12
| | | | Originally committed as revision 11296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen function parameter name.Diego Biurrun2007-12-211-1/+1
| | | | Originally committed as revision 11295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typo fixesDiego Biurrun2007-12-215-36/+36
| | | | Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typo fixesDiego Biurrun2007-12-212-4/+4
| | | | Originally committed as revision 25485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix "suggest parentheses around assignment used as truth value" warnings.Diego Biurrun2007-12-211-5/+5
| | | | Originally committed as revision 11293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More consistent { placement.Michael Niedermayer2007-12-211-12/+6
| | | | Originally committed as revision 11292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-12-211-29/+29
| | | | Originally committed as revision 11291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer2007-12-211-0/+26
| | | | | | of array reads. Originally committed as revision 11290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset manually selected codecs at the end of opt_input_file, to avoid ↵Baptiste Coudurier2007-12-211-0/+3
| | | | | | propagating selection to output file Originally committed as revision 11289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer2007-12-211-0/+18
| | | | | | array read. Originally committed as revision 11288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo ;)Ivo van Poorten2007-12-213-7/+7
| | | | Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ByteIOContext and URLContext change rules.Michael Niedermayer2007-12-201-0/+14
| | | | Originally committed as revision 11286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentBenjamin Larsson2007-12-201-7/+7
| | | | Originally committed as revision 11285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO filesBenjamin Larsson2007-12-201-0/+2
| | | | Originally committed as revision 11284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure strides have positive values before converting.Peter Schlaile2007-12-201-1/+1
| | | | | | Patch by Peter Schlaile: peter schlaile de Originally committed as revision 25467 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-202-0/+20
| | | | Originally committed as revision 11283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2007-12-201-1/+1
| | | | Originally committed as revision 11282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-202-2/+12
| | | | Originally committed as revision 11281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-203-1/+11
| | | | | | 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-201-1/+1
| | | | Originally committed as revision 11279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove double check of pb->read_seekAurelien Jacobs2007-12-202-3/+4
| | | | 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-191-1/+0
| | | | Originally committed as revision 11277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use proper url_is_streamed() APIAurelien Jacobs2007-12-192-2/+2
| | | | | | 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-191-1/+1
| | | | | | 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-193-8/+8
| | | | 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-194-36/+17
| | | | 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-191-0/+12
| | | | Originally committed as revision 11272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* supports glbl atom containing generic extradata for all codecsBaptiste Coudurier2007-12-191-2/+7
| | | | 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-191-2/+2
| | | | Originally committed as revision 11270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a av_close_input_stream functionReimar Döffinger2007-12-192-3/+15
| | | | Originally committed as revision 11269 to svn://svn.ffmpeg.org/ffmpeg/trunk