7978 Commits (50eaa857c099abda803c803927276d81c2d74edb)
 

Author SHA1 Message Date
Guillaume Poirier 50eaa857c0 remove useless cast that makes code unreadable 18 years ago
Francois Oligny-Lemieux ac658be5db harden h264 decoding to prevent some crashes when input data is corrupted. 18 years ago
Michael Niedermayer 045bdb5ab4 uint16->uint8 18 years ago
Aurelien Jacobs 763750242b cosmetics: indentation 18 years ago
François Revol c9c1a8e794 The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. 18 years ago
François Revol e9d511dc7e The long awaited BeOS cleanup, phase 1 18 years ago
Alex Beregszaszi 453cd7a496 omg, major typo (fails if card supports rgb24) 18 years ago
Panagiotis Issaris e2158da8cc Change the Snow encoder to always use the available MotionEstContext pointer. 18 years ago
Diego Biurrun 2a04823942 Add/update some comments. 18 years ago
Diego Biurrun 7dc0c991da Rename do_libav var so as not to clash with the do_libav function on Solaris. 18 years ago
Michael Niedermayer 50b4468598 change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles 18 years ago
Michael Niedermayer 4497712f09 simpler branch structure in init (16 bytes smaller object file) 18 years ago
Michael Niedermayer be65b41f90 doxygenize 18 years ago
Michael Niedermayer 3da97cfdfc avoid code duplication 18 years ago
Michael Niedermayer 0726982cdb better to set things to NULL instead of random in case of out of mem 18 years ago
Michael Niedermayer 96e39edc59 simplify av_fifo_realloc() 18 years ago
Michael Niedermayer 765d4f3b4a remove near duplicate function 18 years ago
Michael Niedermayer 870a12d1c2 simplify 18 years ago
Michael Niedermayer f81b99b82b simplify 18 years ago
Michael Niedermayer 80036204af simplify 18 years ago
Luca Barbato 79acfb0e13 Avoid branches in the loop and solve a gcc warning 18 years ago
Michael Niedermayer b90ba24b9a simplify pts/dts reading 18 years ago
Luca Barbato 6845801f82 Cosmetics 18 years ago
Michael Niedermayer 75a9fbb9e9 cosmetic 18 years ago
Michael Niedermayer 7e4709b18f reduce len checks, simplifies code 18 years ago
Panagiotis Issaris 0467531999 fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and 18 years ago
Michael Niedermayer e56cfad04b seperate redo (we dont handle this possibly valid packet) from 18 years ago
Michael Niedermayer ca2560dff6 10l (aes_crypt -> av_aes_crypt) 18 years ago
Michael Niedermayer d9319ccebd set data_size to 0 so that in case we return without setting it nothing funny can happen 18 years ago
Måns Rullgård b82d0bfe10 update swf regression checksum 18 years ago
Diego Biurrun db69c2e590 Make nb_streams unsigned to avoid an ugly cast. 18 years ago
Luca Barbato a02142a50a fix a gcc warning, avoid an unnecessary operation 18 years ago
Michael Niedermayer 97f6d1545e fix CONFIG_SMALL again 18 years ago
Michael Niedermayer 5d1b539348 30byte smaller object file 18 years ago
Michael Niedermayer 519773e3a5 10l typo 18 years ago
Michael Niedermayer 6eb7df5c6d public API 18 years ago
Michael Niedermayer 97e3458c46 cbc support 18 years ago
Michael Niedermayer 2d3475ae6a avoid memcpy() 18 years ago
Michael Niedermayer 7465619af8 give crypt a src and dst 18 years ago
Reimar Döffinger b18e5c031c Avoid calling decode_slice when context_initialized is not set. 18 years ago
Michael Niedermayer b0642c7409 change subshift a little, this reduces the object size a litlle 18 years ago
Michael Niedermayer 298dd6b7c8 use 2 state arrays so that fewer temporary variables are needed 18 years ago
Michael Niedermayer cc6b4da83a remove useless parameter 18 years ago
Michael Niedermayer 14bc38498a unused variable 18 years ago
Diego Biurrun d3af6f3f81 Remove outdated Linux section. 18 years ago
Baptiste Coudurier 429088dc52 add msrle fourcc, quicktime_bmp.mov 18 years ago
Baptiste Coudurier 69d987a6e6 add png fourcc 18 years ago
Michael Niedermayer b086d4ff9c fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv 18 years ago
Michael Niedermayer 0e066acb62 fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v 18 years ago
Michael Niedermayer c33fc0a540 fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi 18 years ago