155 Commits (c4c389aa146a8a4e6fb8cfe43ddeea537e9cb510)

Author SHA1 Message Date
Michael Niedermayer 9b4dd0f876 avcodec/mpeg12dec: Initialize chroma_format to 1 9 years ago
Michael Niedermayer bf9464027b avcodec/mpeg12dec: Move non_linear_qscale to mpegvideodata 9 years ago
Michael Niedermayer 863522431f avcodec/mpeg12dec: Fix integer overflow 9 years ago
Michael Niedermayer d9b56895b5 avcodec/mpegvideo: change bit_rate to 64bit 9 years ago
Michael Niedermayer b54e03c9dc avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence of errors 9 years ago
Andreas Cadhalpun 095347ffe4 disable deprecation warnings in deprecated code 10 years ago
Gwenole Beauchesne 9f8e57efe4 vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI). 10 years ago
wm4 a383f226f0 lavc: move vdpau decoders under FF_API_VDPAU. 10 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 10 years ago
Michael Niedermayer 1f86079376 avcodec/mpeg12dec: Check chroma_format 10 years ago
wm4 94c0df79c7 lavc: propagate hwaccel errors 10 years ago
Sebastien Zwickert 11d923d414 avcodec: add new Videotoolbox hwaccel. 10 years ago
James Almer 5d95f32bff avocdec/mpeg12dec: fix mpeg_xvmc hwaccel flag 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Carl Eugen Hoyos 8dad213143 lavc: Add properties field to AVCodecContext. 10 years ago
Michael Niedermayer bfd17046c1 avcodec/mpeg12dec: Fix decoding of faulty interlaced mpeg2 10 years ago
Vittorio Giovara 378a00087f mpegvideo: Move tables to a separate file 10 years ago
Philip Langdale 9ae766d1c6 avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header 10 years ago
Steve Lhomme d8039ef8d2 D3D11va: add a Direct3D11 video decoder similar to DXVA2 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Michael Niedermayer d09321b68e avcodec/mpeg12dec: Fix chroma location 10 years ago
Michael Niedermayer 33529104e5 avcodec/mpeg12dec: Fix "-flags +gray" 10 years ago
Michael Niedermayer 7f45f7fc7f avcodec/mpeg12dec: use the correct dimensions for checking SAR 10 years ago
Michael Niedermayer 9d3357391c avcodec/mpeg12dec: Make ff_dlog() messages more clear 10 years ago
Michael Niedermayer f4c311fef4 avcodec/mpeg12dec: Change mb decode tracing stuff to use ff_tlog() 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 37d93fdbf0 avcodec/mpeg12dec: Use check_marker() 10 years ago
Michael Niedermayer 1932f7e2ee avcodec/mpeg12dec: Fix undefined shift 10 years ago
Michael Niedermayer 75cc57f73f avcodec/mpeg12dec: Check actual aspect ratio instead of aspect_ratio_info 10 years ago
Michael Niedermayer 1010b36d86 avcodec/mpeg12dec: Recalculate SAR unconditionally 10 years ago
Michael Niedermayer aeb36fd207 avcodec/mpeg12dec: Move user data debug code out of unrelated if (buf_size > 29) 10 years ago
Michael Niedermayer 3a56bcee7c mpeg12dec: Use more specific error codes 10 years ago
Michael Niedermayer b56afb48ae mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence() 10 years ago
Michael Niedermayer bab11fe7bf avcodec/mpeg12dec: forward error codes 10 years ago
Michael Niedermayer 1852b2a0f4 avcodec/mpeg12dec: Use more specific error codes 10 years ago
Michael Niedermayer 0f8908aa1b avcodec/mpeg12dec: do not fail on invalid frame_rate_index 10 years ago
Michael Niedermayer 88b4c1a731 avcodec/mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence() 10 years ago
Vittorio Giovara 5d29efe4b0 mpeg12dec: simplify context duplication 10 years ago
Michael Niedermayer 77f1199e8f avcodec/mpeg12dec: do not trust AVCodecContext input dimensions 10 years ago
Michael Niedermayer 620e7f0f3b avcodec/mpeg12dec: fix time_base and framerate 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Michael Niedermayer b8a55994f0 avcodec/mpeg12dec: print aspect_ratio_info in debug output 10 years ago
Rémi Denis-Courmont 4e03b2097c mpeg12: Always invoke the get_format() callback 10 years ago
Michael Niedermayer 4dee4a4470 avcodec/mpegvideo: Factor ff_mpv_decode_init() out 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 11 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 11 years ago
John Stebbins 998c9f15d1 idct: remove call to ff_idctdsp_init from ff_MPV_common_init 11 years ago
Diego Biurrun 990e2f3555 avcodec: Suppress deprecation warnings from DTG code scheduled for removal 11 years ago