summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove no longer needed #ifdefsMåns Rullgård2007-01-21
| | | | Originally committed as revision 7617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check dependencies before setting CONFIG_*/ENABLE_*Måns Rullgård2007-01-21
| | | | Originally committed as revision 7616 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
* Increase the av_log() levels, and add some documentation for themLuca Abeni2007-01-21
| | | | Originally committed as revision 7614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS cleanupRamiro Polla2007-01-21
| | | | | | | | | Patch by Ramiro Polla % ramiro A lisha P ufsc P br % Original thread: date: Jan 20, 2007 8:56 PM subject: [Ffmpeg-devel] [PATCH] [RFC] change socket read and write functions Originally committed as revision 7613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove sensless castsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify GUIDsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7611 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
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the context is supposed to be freed in the generic code in utils.cMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7602 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
* set codec_tag from codec_id if its not set and can be set based on the ↵Michael Niedermayer2007-01-21
| | | | | | AVCodecTag tables Originally committed as revision 7600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this is wrong but it was that way before the AVCodecTag change, only reason ↵Michael Niedermayer2007-01-21
| | | | | | why it didnt broke regressions was that the table wasnt used Originally committed as revision 7599 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
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7596 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
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indention (dunno why it was messed up ...)Michael Niedermayer2007-01-20
| | | | Originally committed as revision 7592 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
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-19
| | | | Originally committed as revision 7590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,Reimar Döffinger2007-01-19
| | | | | | so do not probe them if is_opened is set. Originally committed as revision 7589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7588 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
* cosmetics: indentationAurelien Jacobs2007-01-18
| | | | Originally committed as revision 7583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed ↵François Revol2007-01-18
| | | | | | check for net_server to IP_MULTICAST_TTL. Originally committed as revision 7582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
| | | | Originally committed as revision 7581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* omg, major typo (fails if card supports rgb24)Alex Beregszaszi2007-01-18
| | | | Originally committed as revision 7580 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
* Add/update some comments.Diego Biurrun2007-01-18
| | | | Originally committed as revision 7578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename do_libav var so as not to clash with the do_libav function on Solaris.Diego Biurrun2007-01-18
| | | | Originally committed as revision 7577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change while loops to do-while as the condition is true the first time and ↵Michael Niedermayer2007-01-18
| | | | | | the check just wastes cpu cycles Originally committed as revision 7576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simpler branch structure in init (16 bytes smaller object file)Michael Niedermayer2007-01-17
| | | | Originally committed as revision 7575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygenizeMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid code duplicationMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better to set things to NULL instead of random in case of out of memMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify av_fifo_realloc()Michael Niedermayer2007-01-17
| | | | Originally committed as revision 7571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove near duplicate functionMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7568 to svn://svn.ffmpeg.org/ffmpeg/trunk