summaryrefslogtreecommitdiff
path: root/vstream
AgeCommit message (Expand)AuthorFilesLines
2015-10-19vstream/h261,h262: Fix block encoding.Marcin Kościelnicki2-2/+2
2013-12-12vstream: shut up an invalid compiler warningMaarten Lankhorst1-1/+2
2013-12-12vstream: drop a comparison of unsigned expression < 0Martin Peres1-1/+1
2013-03-14Fix license text everywhere.Marcin Kościelnicki16-16/+16
2012-07-28Add *.so to .gitignoreMarcin Kościelnicki1-0/+1
2012-07-27A little more cleanup of cmakelists.Marcin Kościelnicki2-4/+0
2012-07-27Use ctest for testing, fold existing vstream tests into it.Marcin Kościelnicki7-12/+22
2012-07-26vstream: Squash some warnings.Marcin Kościelnicki1-3/+3
2012-07-26Limit -Wno-pointer-sign and -Wno-missing-braces only to subdirectories where ...Marcin Kościelnicki1-0/+2
2012-07-26Move vdpow to its own subdirectory.Marcin Kościelnicki3-663/+1
2012-07-02vdpow: Nuke redundant ARRAY_SIZE macro.Marcin Kościelnicki1-2/+1
2012-07-02Squash a few warnings.Marcin Kościelnicki1-1/+1
2012-06-12vstream: blacklist some registers in vp4 and olderMaarten Lankhorst1-0/+2
2012-06-05vstream/vdpow: And finish up on BSP, PVP needs more blacklistingMaarten Lankhorst1-29/+68
2012-06-05vstream: rework vdpow register capturing with masks instead of blacklistsMaarten Lankhorst1-48/+68
2012-05-27vstream: Capture BSP/PVP registers more accuratelyMaarten Lankhorst2-29/+84
2012-05-27vstream: Fix vdpowMaarten Lankhorst2-31/+147
2012-05-18vstream: Add initial stub for vdpowMaarten Lankhorst3-0/+433
2012-01-23vstream: Add full H.261 bitstream support.Marcin Kościelnicki4-1/+677
2012-01-23h262: Add missing VLC array terminators.Marcin Kościelnicki1-1/+3
2012-01-23vstream: Add H.261 and H.263 start code support.Marcin Kościelnicki1-65/+131
2012-01-03h262: Fix wrong quantiser matrix being loaded.Marcin Kościelnicki1-1/+1
2011-12-29vstream: Add H.262.Marcin Kościelnicki7-6/+1746
2011-12-25h264: Nuke redundant mbwidthc and mbheightc slice fields.Marcin Kościelnicki3-22/+4
2011-12-25Add a test H.264 slice_data generator.Marcin Kościelnicki3-1/+220
2011-12-25h264: Encoder fixes.Marcin Kościelnicki2-5/+6
2011-12-25h264: Fix FMO.Marcin Kościelnicki1-9/+13
2011-12-24h264: Store transform coeffs as 32-bit ints.Marcin Kościelnicki2-5/+5
2011-12-24vstream: Fixes, warning squashing.Marcin Kościelnicki6-65/+94
2011-12-24vstream: Add missing returns.Marcin Kościelnicki1-0/+2
2011-12-24h264: Fix coded_block_flag for 8x8 blocks.Marcin Kościelnicki1-10/+8
2011-12-24h264: Add High 4:4:4 profile name.Marcin Kościelnicki1-0/+3
2011-12-24h264: I_PCM bpp fixMarcin Kościelnicki1-2/+2
2011-12-24h264: CAVLC.Marcin Kościelnicki6-71/+1027
2011-12-24h264: Detect more errorsMarcin Kościelnicki2-3/+7
2011-12-24vstream: Add a generic VLC encoder/decoder.Marcin Kościelnicki1-0/+39
2011-12-23h264: aux fixMarcin Kościelnicki1-1/+1
2011-12-23h264: mb_pred, sub_mb_predMarcin Kościelnicki2-12/+286
2011-12-23h264: ref_idx and mvd SEs.Marcin Kościelnicki1-0/+66
2011-12-23h264: mb_field_decoding_flag fixesMarcin Kościelnicki1-11/+30
2011-12-23h264: Fix available macroblock check for MBAFF.Marcin Kościelnicki1-1/+1
2011-12-23h264: Fix neighbouring block derivation with MBAFF.Marcin Kościelnicki1-2/+2
2011-12-23h264: Fix CABAC prediction for MBAFF.Marcin Kościelnicki1-57/+53
2011-12-23h264: Fix dec_ref_pic_list printing.Marcin Kościelnicki1-1/+1
2011-12-23h264: 6.4.10.2+Marcin Kościelnicki1-0/+118
2011-12-23h264: Actually write prev_mb_addr.Marcin Kościelnicki1-0/+5
2011-12-23h264: mb_field_decoding_flag fixesMarcin Kościelnicki2-7/+32
2011-12-23h264: 6.4.10.1Marcin Kościelnicki2-4/+52
2011-12-23h264: slice groupsMarcin Kościelnicki2-4/+133
2011-12-23h264: cabac residual, slice data printMarcin Kościelnicki6-8/+450