189 Commits (24a8603a8e0f946e18940119c88d5f77134297ed)

Author SHA1 Message Date
Ivan Kalvachev 9054439bad Fix visual glitch with XvMC, caused by wrong idct permutation. 7 years ago
wm4 70143a3954 dxva: add support for new dxva2 and d3d11 hwaccel APIs 8 years ago
Michael Niedermayer f670c13f13 avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb 8 years ago
Michael Niedermayer c0ece1f4ad avcodec/mpeg12dec: Fixes runtime error: division by zero 8 years ago
Michael Niedermayer a720b854b0 avcodec/mpeg12dec: Fix runtime error: left shift of negative value -1 8 years ago
Michael Niedermayer d757ddbaab avcodec/mpeg12dec: Fix runtime error: left shift of negative value -13 8 years ago
Michael Niedermayer aff8cf18cb avcodec/mpeg12dec: Fix runtime error: left shift of negative value -2 8 years ago
Michael Niedermayer 706757d26d avcodec/mpeg12dec: Fix runtime error: left shift of negative value 8 years ago
Michael Niedermayer 3f28caf720 avcodec/mpeg12dec: Provide debug level log on skiped P/B frames 8 years ago
Anton Khirnov c2fa6bb0e8 mpeg12dec: move setting first_field to mpeg_field_start() 8 years ago
Anton Khirnov e807491fc6 mpeg12dec: avoid signed overflow in bitrate calculation 8 years ago
Michael Niedermayer 5b73ba9887 avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM 8 years ago
Andreas Cadhalpun a92f8edf0c mpeg12dec: unref discarded picture from extradata 8 years ago
Moritz Barsnick 3305f71025 lavc: fix typos 8 years ago
Jonathan Campbell c19da0cfd8 avcodec/mpeg12dec: add comments documenting the format of the DVD CC user-data packet. 8 years ago
Clément Bœsch 6c98398b0b lavc/get_bits: add a logging context to check_marker() 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer cb84c12fa2 avcodec/mpeg12dec: Print position in end mismatch error 9 years ago
Michael Niedermayer 390703fcf5 avcodec/mpeg12dec: Do not choke on extra m704 alpha data 9 years ago
Mark Thompson d264c720f7 lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI 9 years ago
Michael Niedermayer 10fa50c156 avcodec/mpeg12dec: Fix missing slice handling without padding 9 years ago
Michael Niedermayer 2e8ad2d65a avcodec/mpeg12: Remove duplicate block_last_index setting code 9 years ago
Vittorio Giovara 7c25ffe070 mpeg1: Make intra-block decoding independent of MpegEncContext 9 years ago
Diego Biurrun 249827f736 mpeg12dec: Refactor mpeg1_decode_block_intra() 9 years ago
Vittorio Giovara cdbaa43604 mpeg12dec: Always close reader on error 9 years ago
Derek Buitenhuis 792a5cefbe mpeg12dec: Export GOP timecodes as side data 9 years ago
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Michael Niedermayer 973c3dba27 avcodec/mpeg12dec: Do not call show_bits() with invalid bits 9 years ago
Luca Barbato 49d7fcd774 mpeg12: Unbreak building stale code 9 years ago
Vittorio Giovara 2d59159508 lavc: AV-prefix a few left out capabilities 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
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 9 years ago
Gwenole Beauchesne 9f8e57efe4 vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI). 9 years ago
wm4 a383f226f0 lavc: move vdpau decoders under FF_API_VDPAU. 9 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 9 years ago
Michael Niedermayer 1f86079376 avcodec/mpeg12dec: Check chroma_format 9 years ago
wm4 94c0df79c7 lavc: propagate hwaccel errors 9 years ago
Sebastien Zwickert 11d923d414 avcodec: add new Videotoolbox hwaccel. 9 years ago
James Almer 5d95f32bff avocdec/mpeg12dec: fix mpeg_xvmc hwaccel flag 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Carl Eugen Hoyos 8dad213143 lavc: Add properties field to AVCodecContext. 9 years ago
Michael Niedermayer bfd17046c1 avcodec/mpeg12dec: Fix decoding of faulty interlaced mpeg2 9 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