Michael Niedermayer
0521946359
adding a few checks to the audio packet descrambling, this should hopefully 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
18 years ago
Diego Biurrun
2c86a5786a
Fix license headers and FSF postal address.
...
Originally committed as revision 21994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Michael Niedermayer
b83e83b915
cosmetic
...
Originally committed as revision 7639 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
98cc3cea33
Fix FSF postal address.
...
Originally committed as revision 7638 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9688979c51
Fix some more license headers.
...
Originally committed as revision 7637 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fc9eb13732
these variables seem to be unused on the demuxer side so theres no sense in setting them
...
Originally committed as revision 7636 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
3fb2ff0be2
fix a typo in deps
...
Originally committed as revision 7635 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6718659c0f
Remove BeOS hack.
...
Originally committed as revision 7634 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5577eafa21
Clarify that Xvid is used for encoding only.
...
Originally committed as revision 7633 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
236116cb4c
get rid of a few idiotic asserts()
...
Originally committed as revision 7632 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b586d9eac3
useless &0x80
...
Originally committed as revision 7631 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7ce6a249c7
cosmetics: Sort decoder/encoder/parser variables lists.
...
Originally committed as revision 7630 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
773be23aa7
flashsv encoder also depends on zlib
...
Originally committed as revision 7629 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
4014fe37a3
remove now useless codec_tag setting code in voc muxer
...
Originally committed as revision 7628 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
bf60f563aa
remove the last #ifdef from allcodecs.c
...
Originally committed as revision 7627 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ec23a8cb73
cosmetics: List all encoders together.
...
Originally committed as revision 7626 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9ba6004993
Remove useless #ifdef.
...
Originally committed as revision 7625 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f9aba097a3
remove useless #ifdef CONFIG_ZLIB
...
Originally committed as revision 7624 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
e3d2a690e8
remove useless #ifdef CONFIG_ZLIB
...
Originally committed as revision 7623 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
299c77d569
it's called libgsm, not just gsm
...
Originally committed as revision 7622 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
21f6aa108f
Remove debug line.
...
Originally committed as revision 7621 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
8adc51f2ad
Add flashsv encoder to changelog and fix the encoder so it actually works.
...
Originally committed as revision 7620 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
621b4c4cef
reorder alphabetically
...
Originally committed as revision 7619 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
90d912afd9
remove no longer needed ifeq tests
...
Originally committed as revision 7618 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
eba70fa4e2
remove no longer needed #ifdefs
...
Originally committed as revision 7617 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
30fd06bea9
check dependencies before setting CONFIG_*/ENABLE_*
...
Originally committed as revision 7616 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
053185c2fa
Flash screen video encoder.
...
Originally committed as revision 7615 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
434f2c18e8
Increase the av_log() levels, and add some documentation for them
...
Originally committed as revision 7614 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
95a47d963b
BeOS cleanup
...
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
18 years ago
Michael Niedermayer
fe468b331a
remove sensless casts
...
Originally committed as revision 7612 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
24c14d6d01
simplify GUIDs
...
Originally committed as revision 7611 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
efbd19fe76
Declare zlib dependency in the Makefile, not in the source.
...
Originally committed as revision 7610 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
60527f3163
Really fix my never ending mistakes.
...
Originally committed as revision 7609 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
97ec93e176
Don't break compilation on systems without zlib.
...
Originally committed as revision 7608 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
0f7af06674
The block_size might be used incorrectly if it is not updated.
...
Originally committed as revision 7607 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5c1844ab56
fix msmpeg4v3 tag in asf
...
Originally committed as revision 7606 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d65b823031
simplify
...
Originally committed as revision 7605 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
acf0b6a657
the context is supposed to be freed in the generic code in utils.c
...
Originally committed as revision 7604 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
bb85077fc9
remove now useless codec_tag setting code in muxers
...
Originally committed as revision 7603 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
07495657fb
simplify
...
Originally committed as revision 7602 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
f8a32f450a
Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego"
...
Originally committed as revision 7601 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5ecfa9f5fc
set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables
...
Originally committed as revision 7600 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
4fde033a68
this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used
...
Originally committed as revision 7599 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
65de07ea4f
Fixed a typo, cosmetics.
...
Originally committed as revision 7598 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
96dbe78f75
Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.
...
Originally committed as revision 7597 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6c77805fc8
get rid of the [4] limitation of codec tag lists
...
Originally committed as revision 7596 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
5484dad7f6
Fix crash when pred_order greater s->blocksize >> rice_order.
...
Fixes http://sam.zoy.org/zzuf/lol-mplayer.flac
Originally committed as revision 7595 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
edb6e50682
export a few more codec_tag-codec_id tables
...
Originally committed as revision 7594 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7caf0cc62c
add codec_id <-> codec_tag tables to AVIn/OutputFormat
...
Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5c4e1928c0
fix indention (dunno why it was messed up ...)
...
Originally committed as revision 7592 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago