183 Commits (6569497442e6fc39397a28cc40e8d7b03fc8c818)

Author SHA1 Message Date
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
Gábor Kovács dc9f52602f Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. 19 years ago
Reimar Döffinger 357a28430a check return value of decode_cabac_mb_dqp, it is INT_MIN on error. 19 years ago
Michael Niedermayer 96b6ace22e dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 19 years ago
Loren Merritt fbd312fd91 fix emulated edge motion compensation when resolution%16!=0 19 years ago
Michael Niedermayer 95ae72b7e0 Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 19 years ago
Michael Niedermayer ba17363ff7 prevent assert failures and infinite loops with broken streams 19 years ago
Måns Rullgård bf4e3bd2d0 kill a bunch of compiler warnings 19 years ago
Michael Niedermayer cdd106899f workaround 'colocated mv if colocated block is L1 predicted' bug in x264 19 years ago
Michael Niedermayer 8583bef871 fixing colocated mv if colocated block is L1 predicted for the temporal direct case 19 years ago
Michael Niedermayer 4866bd2b82 fixing colocated mv if colocated block is L1 predicted 19 years ago
Reimar Döffinger cad4368af7 Add missing +1 in bounds check. 19 years ago
Michael Niedermayer e0111b3243 more fine grained skip_frame 19 years ago
Michael Niedermayer 8c3eba7c62 skip_idct 19 years ago
Alex Beregszaszi 19d9ac8169 parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed 20 years ago
Michael Niedermayer 3f46995ca5 support extracting sps/pps from bitstream and putting it in extradata 20 years ago
Michael Niedermayer e679cd1ab0 fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0 20 years ago
Michael Niedermayer 6b53b87e20 check mb_y 20 years ago
Michael Niedermayer 3d15acf27b keep decoding nal units after an error 20 years ago
Michael Niedermayer 806bb93fe2 make decoder a little bit more tolerant to missing NAL units 20 years ago
Loren Merritt 36940eca76 H.264 lossless mode 20 years ago
Ronald S. Bultje 7dc1bea30f non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) 20 years ago
Michael Niedermayer 8d204aa415 10l (dont read variables before they have been set) 20 years ago
Måns Rullgård fb3ca6ba3e remove mixed code/declarations 20 years ago