306 Commits (c294d7c6bafb5115dbaffd12aec4530ffed3a0b4)

Author SHA1 Message Date
Michael Niedermayer 2d661e073e cosmetics (initalize variables where they are used) 19 years ago
Michael Niedermayer 11b681687d decoders should (IMHO) not duplicate frames, the application can do this if it wants 19 years ago
Loren Merritt 09786209e6 reinit quant matrices if pps is overwritten by another of the same pps_id. 19 years ago
Loren Merritt 89ddb72aa1 warn on interlaced streams 19 years ago
Loren Merritt 2848ce84d2 don't force asserts in release builds. 2% faster h264. 19 years ago
Loren Merritt 2ea392529a 10l in 1.199 (write_back_motion with B-pyramid + spatial) 19 years ago
Loren Merritt 513fbd8e5a prefetch pixels for future motion compensation. 2-5% faster h264. 19 years ago
Loren Merritt 53b19144e7 1.5x faster write_back_motion, 1-3% overall 19 years ago
Michael Niedermayer 4cb8574dc8 fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios) 19 years ago
David S. Miller bf4665eeec Alignment fixes, caused problems on SPARC. 19 years ago
Steve L'Homme 267f7edcd1 (f)printf --> av_log conversion 19 years ago
Loren Merritt 548a1c8a35 h264_idct8_add_mmx 19 years ago
Loren Merritt 9e4cc776da keyframe flag was wrong if SEIs followed the keyframe 19 years ago
Måns Rullgård 1bd8624697 kill some warnings 19 years ago
Loren Merritt 285b570fd2 fix a memory leak on seeking. 19 years ago
Loren Merritt 85ed1022b3 minor simplifications in cabac_mb_type 19 years ago
Loren Merritt db8a64cba0 don't arbitrarily limit delta_qp 19 years ago
Loren Merritt 8b03135958 fix some crashes on negative nalsize. 19 years ago
Loren Merritt 171c407621 fix some crashes when missing frames 19 years ago
Loren Merritt ef9d1d1575 h264: special case dc-only idct. ~1% faster overall 19 years ago
Loren Merritt c0234aa44c slightly faster loopfilter 19 years ago
Steve L'Homme 68b51e58ce MSVC-compatible __align8/__align16 declaration 19 years ago
Diego Biurrun b5bba45905 Fix silly typos. 19 years ago
Dieter 1b47fafd9f make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) 19 years ago
Diego Biurrun f038fe8b4a warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it 19 years ago
Diego Biurrun 4f59b684a6 Remove all stray tabs and trailing whitespace, this time for good. 19 years ago
Måns Rullgård 950c2790a2 interpret H264 VUI timing info correctly 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Loren Merritt e8b562087d tweak h264_biweight 19 years ago
Loren Merritt 70abb40759 tweak inlines. 19 years ago
Loren Merritt ab2e3e2c80 fix asymmetric CQMs with pre-transposed DCT. 19 years ago
Loren Merritt f23af3d825 CQM: fix fallback to JVT scaling lists 19 years ago
Loren Merritt 11d86c979c direct mvs in B_8x8 mbs were set too early. 19 years ago
Loren Merritt f1f17e54ea fix direct_8x8_inference_flag with 4x4 mvs. 19 years ago
Loren Merritt cec9395977 fix some potential arithmetic overflows in pred_direct_motion() and 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Jindřich Makovička 9944fb97c4 new qscale type to distinguish H264 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Loren Merritt ab470fa73b recognize some more nal types 19 years ago
Loren Merritt 3165e258b1 fix a crash on seeking to an invalid frame 19 years ago
Michael Niedermayer af8aa846fa check MPV_frame_start() return value 19 years ago
Loren Merritt 1fd97d8c1a tidier cabac_intra4x4_pred_mode 19 years ago
Måns Rullgård c7ea4f1903 no mixing of code and declarations 19 years ago
Loren Merritt 0f72508c10 25% faster deblocking, 4-6% overall. 19 years ago
Loren Merritt cd19c677cb fix a crash on dropped frames 19 years ago
Loren Merritt 56edbd818a 10l: cqm weren't initialized in svq3. 19 years ago
Loren Merritt 239ea04ccf decode custom quant matrices. 19 years ago
Loren Merritt d90cbe5fe8 6% faster decode_cabac_residual 19 years ago
diane_cartman@gmx.de ca3b0d2719 13% faster decode_residual (cavlc). 19 years ago