aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* replace wrong return 0 by -1Michael Niedermayer2007-01-221-4/+6
| | | | Originally committed as revision 7654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check to detect nonsense fragment sizeMichael Niedermayer2007-01-221-0/+4
| | | | Originally committed as revision 7653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inden(ta)tionMichael Niedermayer2007-01-221-1/+1
| | | | Originally committed as revision 7652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace nonsense code by something which makes at least some senseMichael Niedermayer2007-01-221-22/+6
| | | | Originally committed as revision 7651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check fragment offset and sizeMichael Niedermayer2007-01-222-2/+10
| | | | | | yes this too could have been exploitable ... Originally committed as revision 7650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move frame header reading into its own functionMichael Niedermayer2007-01-221-50/+60
| | | | Originally committed as revision 7649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more correct packet alignment check and correctionMichael Niedermayer2007-01-221-4/+7
| | | | Originally committed as revision 7648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2007-01-221-2/+3
| | | | Originally committed as revision 7647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygenize commentsMichael Niedermayer2007-01-221-29/+29
| | | | Originally committed as revision 7646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics (aligne stuff nicely)Michael Niedermayer2007-01-221-5/+5
| | | | Originally committed as revision 7645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of some sensless malloc/freeMichael Niedermayer2007-01-221-4/+2
| | | | Originally committed as revision 7644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-221-7/+3
| | | | Originally committed as revision 7643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a few unused and duplicated variablesMichael Niedermayer2007-01-222-9/+4
| | | | Originally committed as revision 7642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not override rc_buffer_occupancy if setBaptiste Coudurier2007-01-221-1/+2
| | | | 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-221-1/+9
| | | | | | | | 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-223-7/+6
| | | | Originally committed as revision 21994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmeticMichael Niedermayer2007-01-221-1/+1
| | | | Originally committed as revision 7639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FSF postal address.Diego Biurrun2007-01-221-1/+1
| | | | Originally committed as revision 7638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some more license headers.Diego Biurrun2007-01-222-2/+2
| | | | 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-221-2/+0
| | | | | | setting them Originally committed as revision 7636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a typo in depsAurelien Jacobs2007-01-211-1/+1
| | | | Originally committed as revision 7635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove BeOS hack.Diego Biurrun2007-01-211-4/+0
| | | | Originally committed as revision 7634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that Xvid is used for encoding only.Diego Biurrun2007-01-211-1/+1
| | | | Originally committed as revision 7633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of a few idiotic asserts()Michael Niedermayer2007-01-211-7/+5
| | | | Originally committed as revision 7632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless &0x80Michael Niedermayer2007-01-211-1/+1
| | | | Originally committed as revision 7631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort decoder/encoder/parser variables lists.Diego Biurrun2007-01-211-178/+178
| | | | Originally committed as revision 7630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flashsv encoder also depends on zlibAurelien Jacobs2007-01-211-0/+1
| | | | Originally committed as revision 7629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless codec_tag setting code in voc muxerAurelien Jacobs2007-01-211-6/+4
| | | | Originally committed as revision 7628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove the last #ifdef from allcodecs.cMåns Rullgård2007-01-211-2/+0
| | | | Originally committed as revision 7627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: List all encoders together.Diego Biurrun2007-01-211-4/+4
| | | | Originally committed as revision 7626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless #ifdef.Diego Biurrun2007-01-211-2/+0
| | | | Originally committed as revision 7625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-211-2/+0
| | | | Originally committed as revision 7624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-211-2/+0
| | | | Originally committed as revision 7623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* it's called libgsm, not just gsmMåns Rullgård2007-01-211-2/+2
| | | | Originally committed as revision 7622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove debug line.Benjamin Larsson2007-01-211-1/+0
| | | | 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-212-2/+4
| | | | Originally committed as revision 7620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder alphabeticallyMåns Rullgård2007-01-211-12/+6
| | | | Originally committed as revision 7619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed ifeq testsMåns Rullgård2007-01-212-18/+2
| | | | Originally committed as revision 7618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer needed #ifdefsMåns Rullgård2007-01-212-47/+1
| | | | Originally committed as revision 7617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check dependencies before setting CONFIG_*/ENABLE_*Måns Rullgård2007-01-211-0/+51
| | | | Originally committed as revision 7616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash screen video encoder.Benjamin Larsson2007-01-215-4/+343
| | | | 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-211-0/+39
| | | | Originally committed as revision 7614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS cleanupRamiro Polla2007-01-211-8/+0
| | | | | | | | | 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-211-2/+2
| | | | Originally committed as revision 7612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify GUIDsMichael Niedermayer2007-01-213-61/+32
| | | | 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-212-3/+5
| | | | Originally committed as revision 7610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Really fix my never ending mistakes.Benjamin Larsson2007-01-211-2/+3
| | | | Originally committed as revision 7609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't break compilation on systems without zlib.Benjamin Larsson2007-01-211-0/+2
| | | | 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-211-2/+2
| | | | Originally committed as revision 7607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-212-2/+1
| | | | Originally committed as revision 7606 to svn://svn.ffmpeg.org/ffmpeg/trunk