40 Commits (45df7adc1d9b7e8fbae5af9328baa6ab3562002b)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Vittorio Giovara 9c1db92ad3 mpegvideo: Drop err_recognition 10 years ago
Nidhi Makhijani 93f29948e4 mpeg4video: Fix doxygen comment syntax to document correct struct member 10 years ago
Nidhi Makhijani ccbf370f20 mpegvideo: move vol_control_parameters to the only place it is used 10 years ago
Anton Khirnov ff7ffe4809 mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov f7d228676c mpeg4videodec: move intra_dc_threshold from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov e41ff4210a mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov e026ee0446 mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 513d849bb6 mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 9ba3fc3e3d mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 58c120a929 mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 6e81597d5a mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 3b1c0f686d mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov b1aacd5668 mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 0388907400 mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 43af264de8 mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov e2ceb17642 mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpeg4videodec 11 years ago
Anton Khirnov 48e1394095 mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext. 11 years ago
Anton Khirnov bc5abfb19e mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContext 11 years ago
Anton Khirnov 1a89025793 mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContext 11 years ago
Anton Khirnov e62a43f6b1 mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContext 11 years ago
Anton Khirnov ee8af2dd99 mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext 11 years ago
Anton Khirnov 35e0833d41 mpeg4videodec: add a mpeg4-specific private context. 11 years ago
Vittorio Giovara dc6ea00cd2 mpeg4video: K&R formatting cosmetics 11 years ago
Diego Biurrun c591d4575a avcodec: Replace local extern declarations for tables with header #includes 11 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Martin Storsjö 6f13a371ec mpeg4: Add ff_ prefixes to nonstatic symbols 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Dustin Brody 5b22d6e132 lavc: convert error_recognition to err_recognition. 13 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò 84ae8936f6 Make inter_rvlc and intra_rvlc static tables. 14 years ago
Måns Rullgård 9c9a0840d0 Add lots of missing includes 15 years ago
Michael Niedermayer 0366b6e199 Make some tables static again, i mistakely thought they would be used in several 15 years ago
Michael Niedermayer a7ac9c2f62 Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. 15 years ago
Michael Niedermayer fef59a5b4b Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability 15 years ago
Michael Niedermayer 05b858b045 Rename DCtab_*, its a global variable and it helps understanding if mpeg4 15 years ago
Michael Niedermayer 28fbbee15f Remove useless line. 15 years ago
Michael Niedermayer ca334dd14b Split the mpeg4 encoder and decoder off h263.c 15 years ago