summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* do not override rc_buffer_occupancy if setBaptiste Coudurier2007-01-22
| | | | Originally committed as revision 7641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a few checks to the audio packet descrambling, this should hopefully ↵Michael Niedermayer2007-01-22
| | | | | | | | catch all related out of array accesses note, the original code might have been exploitable Originally committed as revision 7640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix license headers and FSF postal address.Diego Biurrun2007-01-22
| | | | Originally committed as revision 21994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmeticMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7639 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
* these variables seem to be unused on the demuxer side so theres no sense in ↵Michael Niedermayer2007-01-22
| | | | | | setting them Originally committed as revision 7636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a typo in depsAurelien Jacobs2007-01-21
| | | | Originally committed as revision 7635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove BeOS hack.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that Xvid is used for encoding only.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of a few idiotic asserts()Michael Niedermayer2007-01-21
| | | | Originally committed as revision 7632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless &0x80Michael Niedermayer2007-01-21
| | | | Originally committed as revision 7631 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
* flashsv encoder also depends on zlibAurelien Jacobs2007-01-21
| | | | Originally committed as revision 7629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless codec_tag setting code in voc muxerAurelien Jacobs2007-01-21
| | | | Originally committed as revision 7628 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.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7625 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
* it's called libgsm, not just gsmMåns Rullgård2007-01-21
| | | | Originally committed as revision 7622 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
* reorder alphabeticallyMåns Rullgård2007-01-21
| | | | Originally committed as revision 7619 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
* 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