summaryrefslogtreecommitdiff
path: root/src/libmpeg2/slice.c
AgeCommit message (Collapse)Author
2007-12-22Move libmpeg2 inside video_dec/libmpeg2.Diego 'Flameeyes' Pettenò
--HG-- rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am rename : src/libmpeg2/cpu_state.c => src/video_dec/libmpeg2/cpu_state.c rename : src/libmpeg2/decode.c => src/video_dec/libmpeg2/decode.c rename : src/libmpeg2/header.c => src/video_dec/libmpeg2/header.c rename : src/libmpeg2/idct.c => src/video_dec/libmpeg2/idct.c rename : src/libmpeg2/idct_altivec.c => src/video_dec/libmpeg2/idct_altivec.c rename : src/libmpeg2/idct_mlib.c => src/video_dec/libmpeg2/idct_mlib.c rename : src/libmpeg2/idct_mlib.h => src/video_dec/libmpeg2/idct_mlib.h rename : src/libmpeg2/idct_mmx.c => src/video_dec/libmpeg2/idct_mmx.c rename : src/libmpeg2/libmpeg2_accel.c => src/video_dec/libmpeg2/libmpeg2_accel.c rename : src/libmpeg2/libmpeg2_accel.h => src/video_dec/libmpeg2/libmpeg2_accel.h rename : src/libmpeg2/motion_comp.c => src/video_dec/libmpeg2/motion_comp.c rename : src/libmpeg2/motion_comp_altivec.c => src/video_dec/libmpeg2/motion_comp_altivec.c rename : src/libmpeg2/motion_comp_mlib.c => src/video_dec/libmpeg2/motion_comp_mlib.c rename : src/libmpeg2/motion_comp_mmx.c => src/video_dec/libmpeg2/motion_comp_mmx.c rename : src/libmpeg2/motion_comp_vis.c => src/video_dec/libmpeg2/motion_comp_vis.c rename : src/libmpeg2/mpeg2.h => src/video_dec/libmpeg2/mpeg2.h rename : src/libmpeg2/mpeg2_internal.h => src/video_dec/libmpeg2/mpeg2_internal.h rename : src/libmpeg2/slice.c => src/video_dec/libmpeg2/slice.c rename : src/libmpeg2/slice_xvmc.c => src/video_dec/libmpeg2/slice_xvmc.c rename : src/libmpeg2/slice_xvmc_vld.c => src/video_dec/libmpeg2/slice_xvmc_vld.c rename : src/libmpeg2/stats.c => src/video_dec/libmpeg2/stats.c rename : src/libmpeg2/vis.h => src/video_dec/libmpeg2/vis.h rename : src/libmpeg2/vlc.h => src/video_dec/libmpeg2/vlc.h rename : src/libmpeg2/xine_mpeg2_decoder.c => src/video_dec/libmpeg2/xine_mpeg2_decoder.c rename : src/libmpeg2/xvmc.h => src/video_dec/libmpeg2/xvmc.h rename : src/libmpeg2/xvmc_vld.h => src/video_dec/libmpeg2/xvmc_vld.h
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
Two of the modified files are headers, but each contains definitions as well as declarations and is only ever used once.
2007-01-19Make iterator variables constant when used with constant tables.Diego 'Flameeyes' Pettenò
CVS patchset: 8525 CVS date: 2007/01/19 01:14:19
2006-06-17Fix Altivec libmpeg2 decoding, thanks to Luca Barbato (lu_zero@gentoo.org) ↵Diego 'Flameeyes' Pettenò
and Christer Palm (palm@nogui.se). CVS patchset: 8045 CVS date: 2006/06/17 12:45:51
2003-10-26fix some compiler warnings by using the extern declaration more consistentlyMichael Roitzsch
(that is: putting them in the .h, not in the .c) CVS patchset: 5602 CVS date: 2003/10/26 11:23:17
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase ↵Robin KAY
video_out API version to 18. CVS patchset: 5574 CVS date: 2003/10/22 20:38:09
2003-03-08Remove these confusing linesEwald Snel
CVS patchset: 4369 CVS date: 2003/03/08 08:00:59
2003-03-08Fix corruption in paused mode (keep all YV12 data, not just top slice)Ewald Snel
CVS patchset: 4368 CVS date: 2003/03/08 07:50:38
2003-01-10merging complete fix from libmpeg2 cvsMiguel Freitas
CVS patchset: 3850 CVS date: 2003/01/10 11:54:10
2003-01-09patch from walken to clip motion vectors. fix playback for some streams.Miguel Freitas
CVS patchset: 3847 CVS date: 2003/01/09 19:15:15
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-07-23Fix 'pitch != width' for mpeg2 video decoderEwald Snel
CVS patchset: 2343 CVS date: 2002/07/23 10:07:19
2002-06-04libmpeg2 patches for gcc3.1 from michelGuenter Bartsch
CVS patchset: 2018 CVS date: 2002/06/04 23:07:56
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
- updated decoder api to allow reseting internal state on seeks CVS patchset: 1696 CVS date: 2002/04/09 03:37:59
2002-04-01- sync with mpeg2dec 0.2.1Miguel Freitas
- small changes to frame freeing logic CVS patchset: 1655 CVS date: 2002/04/01 13:18:21
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented ↵Guenter Bartsch
BUF_CONTROL_SPU_CHANNEL, trying to wipe out last windows style variable names (bFrameBad for example) CVS patchset: 697 CVS date: 2001/09/26 01:18:19
2001-05-26switch to walken's libac3 and minor bugfixesGuenter Bartsch
CVS patchset: 83 CVS date: 2001/05/26 15:07:18
2001-05-26implemented frame skipping for libmpeg2 as well as low-quality decoding for ↵Guenter Bartsch
low-end systems CVS patchset: 82 CVS date: 2001/05/26 00:48:47
2001-05-24updated libmpeg2 to the latest versionGuenter Bartsch
CVS patchset: 79 CVS date: 2001/05/24 21:41:27
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39