8269 Commits (013591c5f2a8b1425dc3508754fd384db50e4509)
 

Author SHA1 Message Date
Måns Rullgård bb2864fb21 remove unused files 18 years ago
Daniel Kristjansson 2ddb79befd "converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu 18 years ago
Daniel Kristjansson 105e517df3 "removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl.nyu edu 18 years ago
Michael Niedermayer 0fd9e6f34a make the asf demuxer resistant against insertion/deletion errors 18 years ago
Michael Niedermayer 08eb8fcdbf fix segfault with darkkben.free.fr/corrupted_h264.mp4 18 years ago
Michael Niedermayer 79a5b35c05 remove padding to 16bit code, i dont think this change can break anything and it makes the broken MPEG2-pub.avi from http://www.albx79.it/stuff/ playable other players arent that picky either ... 18 years ago
Michael Niedermayer a44b3c4da8 make av_find_stream_info() duration user selectable 18 years ago
Michael Niedermayer 683ab79ca0 flv follows in movs footsteps and has random trash in the width/height fields 18 years ago
Michael Niedermayer 742482290f improve probe and give it the max score 18 years ago
Michael Niedermayer 8e606cc88c seek based on currently active stream fixes seeking in ffwma2_broken.wma which had some "empty" streams 18 years ago
Michael Niedermayer a8062103dd command line option to select the audio stream 18 years ago
Michael Niedermayer 2f29af3952 flame 18 years ago
Luca Abeni 2d529db50f Pass a context to av_log(), when possible 18 years ago
Michael Niedermayer 6f9ca74bec check num_reorder_frames for validity 18 years ago
Baptiste Coudurier bd31a388db AVOption is now const, removes a few warnings 18 years ago
Michael Niedermayer 9170e34537 adding assert to protect delayed_pic 18 years ago
Luca Barbato 6847e61af3 10l, there is a corner case afterall... 18 years ago
Michel Bardiaux 373c32c711 Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. 18 years ago
Michael Niedermayer b34397b4cd 1/0 fix 18 years ago
Michael Niedermayer f7835507cb consistant error return for asf_get_packet() 18 years ago
Michael Niedermayer 92216453db better padsize check 18 years ago
Michael Niedermayer 0b93103a31 more correct error message 18 years ago
Michael Niedermayer ceba96cb26 replace wrong return 0 by -1 18 years ago
Michael Niedermayer 13f7e4b966 check to detect nonsense fragment size 18 years ago
Michael Niedermayer 1ae7518dda inden(ta)tion 18 years ago
Michael Niedermayer 200026aae4 replace nonsense code by something which makes at least some sense 18 years ago
Michael Niedermayer 4c71d72701 check fragment offset and size 18 years ago
Michael Niedermayer ae60a85780 move frame header reading into its own function 18 years ago
Michael Niedermayer b04d5d3116 more correct packet alignment check and correction 18 years ago
Michael Niedermayer 5e2a485507 10l 18 years ago
Michael Niedermayer 4c6f7440af doxygenize comments 18 years ago
Michael Niedermayer 4e15cc8ba3 cosmetics (aligne stuff nicely) 18 years ago
Michael Niedermayer d045b8c14b get rid of some sensless malloc/free 18 years ago
Michael Niedermayer 916bb12c90 simplify 18 years ago
Michael Niedermayer 6bb2a2dfb9 remove a few unused and duplicated variables 18 years ago
Baptiste Coudurier 079e8cb962 do not override rc_buffer_occupancy if set 18 years ago
Michael Niedermayer 0521946359 adding a few checks to the audio packet descrambling, this should hopefully catch all related out of array accesses 18 years ago
Diego Biurrun 2c86a5786a Fix license headers and FSF postal address. 18 years ago
Michael Niedermayer b83e83b915 cosmetic 18 years ago
Diego Biurrun 98cc3cea33 Fix FSF postal address. 18 years ago
Diego Biurrun 9688979c51 Fix some more license headers. 18 years ago
Michael Niedermayer fc9eb13732 these variables seem to be unused on the demuxer side so theres no sense in setting them 18 years ago
Aurelien Jacobs 3fb2ff0be2 fix a typo in deps 18 years ago
Diego Biurrun 6718659c0f Remove BeOS hack. 18 years ago
Diego Biurrun 5577eafa21 Clarify that Xvid is used for encoding only. 18 years ago
Michael Niedermayer 236116cb4c get rid of a few idiotic asserts() 18 years ago
Michael Niedermayer b586d9eac3 useless &0x80 18 years ago
Diego Biurrun 7ce6a249c7 cosmetics: Sort decoder/encoder/parser variables lists. 18 years ago
Aurelien Jacobs 773be23aa7 flashsv encoder also depends on zlib 18 years ago
Aurelien Jacobs 4014fe37a3 remove now useless codec_tag setting code in voc muxer 18 years ago