10951 Commits (48fe9238a0aec437aa9ab9a8912191d163feb519)
 

Author SHA1 Message Date
Michael Niedermayer 48fe9238a0 a little bit more bitstream syntax for the residual 17 years ago
Michael Niedermayer c3922c65b5 make intra dc prediction less contradictory 17 years ago
Baptiste Coudurier aaac6c29d2 stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV 17 years ago
Diego Biurrun 36cb992b54 link fixes 17 years ago
Dave Yeo 65f379920f Recurse into libswscale on uninstall. 17 years ago
Ramiro Polla 89938d29b5 Typo 17 years ago
Michael Niedermayer f612801465 fix timestamps used for ratecontrol 17 years ago
Michael Niedermayer 70fd3975f9 r_frame_rate 17 years ago
Aurelien Jacobs 7241a6bb50 move unrelated functions declarations out of allformats.h 17 years ago
Aurelien Jacobs b156b88c13 rtp and rtsp demuxer declarations are not part of public API 17 years ago
Ramiro Polla ac6577cd71 Bump micro version number for r10429 17 years ago
Aurelien Jacobs dde1f9285a *_protocol are not part of public API 17 years ago
Luca Abeni 21b3748029 Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if 17 years ago
Michael Niedermayer 8f39b74d77 high level bitstream and decoding process in ascii art 17 years ago
Luca Abeni af74c95a08 Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) 17 years ago
Luca Abeni 1b31b02ed1 Properly set RTP and NTP timestamps in RTCP SR packets 17 years ago
Michael Niedermayer c64a871234 move 8tap filter to not important as that is purely encoder side 17 years ago
Michael Niedermayer 2b6134b32c update todo 17 years ago
Michael Niedermayer b9b7472eb5 cosmetic 17 years ago
Michael Niedermayer 8db1372814 make changing spatial_decomposition_count per frame work 17 years ago
Reimar Döffinger ba430e0cfa dsputil must be initialized before calling rtjpeg init. 17 years ago
Patrice Bensoussan 6ec14b333d Improve track number decoding for some WMA files 17 years ago
Michael Niedermayer dbd6a1fee8 do not ignore return of decode_header() 17 years ago
Michael Niedermayer b85bf991f6 do not force the halfpel filter coeffs to be retransmitted on every frame 17 years ago
Michael Niedermayer bc66275b06 update spec to reflect changes to implementation about per frame 17 years ago
Michael Niedermayer e559c30a20 allow changing of the spatial_decomposition_count and quantization tables 17 years ago
Michael Niedermayer 4f90f33ab4 perform init after reading the values needed for init 17 years ago
Stefano Sabatini d3de3ee2bd Document libavutil/mem.h:av_strdup. 17 years ago
Michael Niedermayer 081c9d1d7b unneeded and impossible during init ... 17 years ago
Michael Niedermayer 32272f7e95 unused 17 years ago
Michael Niedermayer 014f9d233f allocate slice buffer after parsing the header containing needed parameters 17 years ago
Michael Niedermayer ba8964db60 remove () 17 years ago
Michael Niedermayer 61806e9fa7 spatial_decomposition_count != 5 bugfix 17 years ago
Michael Niedermayer fa731ccd4e scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) 17 years ago
Michael Niedermayer a11dc59a80 clarify 17 years ago
Reimar Döffinger 1551e8e87f Properly handle nuv file with changing resolution 17 years ago
Diego Biurrun bc101c104b cosmetics: Remove useless empty line. 17 years ago
Diego Biurrun 8b5d5864db Elaborate on licensing issues: A few files are from libjpeg and the 17 years ago
Reimar Döffinger 7a562a31a3 Do not set codec_tag when the container does not specify it. 17 years ago
Reimar Döffinger fd065d0593 Make sure rtjpeg quality is a valid value 17 years ago
Reimar Döffinger 6cf7e81f8c Fix extreme stupidity: buffer size check must of course be before buffer use! 17 years ago
Reimar Döffinger 048905a484 10l, add check forgotten in last commit 17 years ago
Reimar Döffinger 4f8a91c961 First ugly and slow attempt to fix nuv files with extra frameheader 17 years ago
Reimar Döffinger c612b00d7e Simplify nuv: factor out LZO decompression 17 years ago
Reimar Döffinger dd6ca72186 Copy nuv header only when the video codec is nuv 17 years ago
Michael Niedermayer e9314de600 document MC 17 years ago
Michael Niedermayer 61d6e445b1 rename HTAPS -> HTAPS_MAX (later is correct after the previous change) 17 years ago
Michael Niedermayer 7d7f57d939 store halfpel filter coefficients in the header as well as the 17 years ago
Michael Niedermayer 4770a97aae remove outcommented code 17 years ago
Michael Niedermayer 65dc0f532d indention 17 years ago