447 Commits (1b8807964c0cf956d4bd2d6c0169dd08a89602fc)

Author SHA1 Message Date
Ronald S. Bultje cdc5a3a194 mpeg1video: add CODEC_CAP_SLICE_THREADS. 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Mans Rullgard add41decd9 Remove return statements following infinite loops without break 14 years ago
Michael Niedermayer 225083ac0a mpeg12: replace 2 asserts by av_assert0 14 years ago
Michael Niedermayer d8999306e5 mpeg12: more advanced ffmpeg mpeg2 aspect guessing code. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
Ronald S. Bultje 508a24f8dc mpeg12: add slice-threading checks to slice-threading initializers. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Stefano Sabatini 62d33dbc17 mpeg12: terminate mpeg2_video_profiles arrays 14 years ago
Stefano Sabatini e5d80c7b2d mpeg12: terminate mpeg2_video_profiles arrays 14 years ago
Anton Khirnov e7021c0ed5 lavc: remove FF_API_HURRY_UP cruft 14 years ago
Ronald S. Bultje 94f7451a3a Introduce slice threads flag. 14 years ago
Reimar Döffinger f82163cf1c Use consistent condition for whether to run slice-threading execute function. 14 years ago
Reimar Döffinger da53f05fd0 Do not offer unsupported HWAccel PIX_FMT. 14 years ago
Reimar Döffinger 735c4f0b84 Use CONFIG_VDPAU as condition for using ff_vdpau_mpeg_picture_complete. 14 years ago
Michael Niedermayer 7f125c3e87 Move frame_pred_frame_dct check elsewhere. 14 years ago
Anton Khirnov 8ed2ae09a2 lavc: mark hurry_up for removal on next major bump 14 years ago
Carl Eugen Hoyos ecf94986c8 Fix compilation with --disable-vdpau 14 years ago
Reimar Döffinger 9b7a0c5d88 Allow selecting VDPAU, XvMC via get_format for MPEG-2 14 years ago
Reimar Döffinger e9ccdae09b Use consistent condition for whether to run slice-threading execute function. 14 years ago
Michael Niedermayer 628724b61d More advanced ffmpeg mpeg2 aspect guessing code. 14 years ago
Ronald S. Bultje f711424969 mpeg12.c: fix slice threading for mpeg2 field picture mode. 14 years ago
Michael Niedermayer d375c10400 Fake-Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Benjamin Larsson aecd0a4496 Export profiles from the mpeg2 video decoder 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Mans Rullgard 91d51ee4b5 Remove redundant checks against MIN_CACHE_BITS 14 years ago
Mans Rullgard f162e988aa Remove redundant checks against MIN_CACHE_BITS 14 years ago
Vitor Sessak 6e16398aa3 Make dc_lum_vlc and dc_chroma_vlc non-static symbols, 14 years ago
Michael Niedermayer a20df85886 Fix doxy that refers to the wrong variable. 15 years ago
Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 years ago
Daniel Kristjansson 0db2d3cf1d Do not skip one of three bits zero padding. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Michael Niedermayer fc4a2d1e8c Change ref_index structure so it matches how its organized in h264. 15 years ago
Michael Niedermayer 53f66cee0c Add ff_ prefix for mpeg2_dc_scale_table. 15 years ago
Michael Niedermayer acbb378d1d Fix timestamp association for mpeg2 field pictures. 15 years ago
Carl Eugen Hoyos b52fcba9cd Fix decoding ATI VCR2 codec, sample in 15 years ago
Michael Niedermayer 7a14430ed7 Be less picky on invalid frame_pred_frame_dct values. 15 years ago
Carl Eugen Hoyos 6e4f40e1f4 Cosmetics: Reindent after r20679. 15 years ago
Michael Niedermayer 483aad717e slif aka "SoftLab MPEG-2 I-frames Codec" support. 15 years ago
Michael Niedermayer 52069c4d3c Move "slice below image" check from mpeg_decode_slice to its caller. 15 years ago
Michael Niedermayer d52b4abe8b Move dummy picture allocation code from mpeg1/2 to mpegvideo. 15 years ago
Michael Niedermayer 078cdecf9e Set mb_y in mpeg2 field pictures like h264 does. 15 years ago