summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %Ian Caulfield2007-01-24
| | | | Originally committed as revision 7688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ↵Ian Caulfield2007-01-24
| | | | | | | | | | | | | | streams, allowing them to be correctly demuxed. Currently it only identifies the primary substream, and will skip over any additional dependent or independent substreams. Patch by Ian Caulfield % ian P caulfield A gmail P com % Original thread: date: Jan 19, 2007 9:55 AM subject: Re: [Ffmpeg-devel] [PATCH] Correctly parse headers of E-AC3 streams Originally committed as revision 7687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set last_picture for h.264 too, this significantly improves error ↵Michael Niedermayer2007-01-24
| | | | | | concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264 Originally committed as revision 7686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* crash fix by Carl Eugen Hoyos cehoyos ag.or atMichael Niedermayer2007-01-24
| | | | Originally committed as revision 7684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* explicit values for all enumsMichael Niedermayer2007-01-24
| | | | Originally committed as revision 7683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enumMichael Niedermayer2007-01-24
| | | | Originally committed as revision 7678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* maybe fix segfault with missing extradata (unchecked)Michael Niedermayer2007-01-24
| | | | Originally committed as revision 7677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with darkkben.free.fr/corrupted_h264.mp4Michael Niedermayer2007-01-23
| | | | Originally committed as revision 7671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flameMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check num_reorder_frames for validityMichael Niedermayer2007-01-23
| | | | | | increase delayed_pic buffer size (one temporary is used and a terminating NULL is assumed by most code so it has to be 18 large) Originally committed as revision 7663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding assert to protect delayed_picMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, there is a corner case afterall...Luca Barbato2007-01-23
| | | | Originally committed as revision 7660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0 fixMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FSF postal address.Diego Biurrun2007-01-22
| | | | Originally committed as revision 7638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some more license headers.Diego Biurrun2007-01-22
| | | | Originally committed as revision 7637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort decoder/encoder/parser variables lists.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove the last #ifdef from allcodecs.cMåns Rullgård2007-01-21
| | | | Originally committed as revision 7627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: List all encoders together.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-21
| | | | Originally committed as revision 7624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-21
| | | | Originally committed as revision 7623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove debug line.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add flashsv encoder to changelog and fix the encoder so it actually works.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed ifeq testsMåns Rullgård2007-01-21
| | | | Originally committed as revision 7618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed #ifdefsMåns Rullgård2007-01-21
| | | | Originally committed as revision 7617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash screen video encoder.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare zlib dependency in the Makefile, not in the source.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Really fix my never ending mistakes.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't break compilation on systems without zlib.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The block_size might be used incorrectly if it is not updated.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org ↵Luca Barbato2007-01-21
| | | | | | aka "the other Diego" Originally committed as revision 7601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed a typo, cosmetics.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crash when pred_order greater s->blocksize >> rice_order.Reimar Döffinger2007-01-21
| | | | | | Fixes http://sam.zoy.org/zzuf/lol-mplayer.flac Originally committed as revision 7595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checking bitstream values and other related changesMichael Niedermayer2007-01-20
| | | | | | some of these might have been exploitable Originally committed as revision 7591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless cast that makes code unreadableGuillaume Poirier2007-01-19
| | | | Originally committed as revision 7586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* harden h264 decoding to prevent some crashes when input data is corrupted.Francois Oligny-Lemieux2007-01-19
| | | | | | | | | | | | | | Patch by Frank %eucloid A gmail P com% date: Jan 18, 2007 6:48 PM subject: Re: [Ffmpeg-devel] h264, protection against corrupted data (second try patch) AND date: Jan 17, 2007 8:22 PM subject: [Ffmpeg-devel] h264, protection against corrupted data this also fixes a possible security issue (the sps and pps ids where not checked, then used as index into an array of sps/pps structs which was then filled with data from the bitstream) Originally committed as revision 7585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uint16->uint8Michael Niedermayer2007-01-19
| | | | Originally committed as revision 7584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the Snow encoder to always use the available MotionEstContext pointer.Panagiotis Issaris2007-01-18
| | | | Originally committed as revision 7579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid branches in the loop and solve a gcc warningLuca Barbato2007-01-17
| | | | Originally committed as revision 7566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsLuca Barbato2007-01-17
| | | | Originally committed as revision 7564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris2007-01-17
| | | | | | http://sam.zoy.org/zzuf/lol-ffplay.ogg Originally committed as revision 7561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set data_size to 0 so that in case we return without setting it nothing ↵Michael Niedermayer2007-01-16
| | | | | | funny can happen Originally committed as revision 7558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a gcc warning, avoid an unnecessary operationLuca Barbato2007-01-16
| | | | Originally committed as revision 7555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger2007-01-16
| | | | | | Avoids a crash due to dsp.clear_blocks being NULL when called. Originally committed as revision 7547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and ↵Michael Niedermayer2007-01-15
| | | | | | http://sam.zoy.org/zzuf/lol-ffplay.m2v Originally committed as revision 7538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
| | | | | | | * Making DV codec release a buffer on exit * Flagging accepted pix_fmts for DV encoder Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec_decode_audio2()Michael Niedermayer2007-01-14
| | | | | | difference to avcodec_decode_audio() is that the user can pass the allocated size of the output buffer to the decoder and the decoder can check if theres enough space Originally committed as revision 7518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* er and strict also apply to audio theoreticallyMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindentAurelien Jacobs2007-01-14
| | | | Originally committed as revision 7486 to svn://svn.ffmpeg.org/ffmpeg/trunk