summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dvdec: Don't use restrict directly to fix build on MSVCAndreas Rheinhardt2019-11-111-1/+1
* avcodec/dvdec: correctly decode bottom mb row in 1080i field modeBaptiste Coudurier2019-11-061-20/+70
* avcodec/dvdec: correctly set interlaced and tffBaptiste Coudurier2019-11-061-3/+10
* avcodec/dvdec: add frame threadsPaul B Mahol2019-04-211-9/+10
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-2/+2
* Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch2017-03-241-1/+1
|\
| * Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-281-1/+1
* | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-211-1/+1
|\ \ | |/
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-1/+1
* | avcodec/dvdec: Fix "left shift of negative value -254"Michael Niedermayer2016-01-101-1/+1
* | Merge commit 'cab63a8b594cdc365bb2581a12b3ac8e6dd480b2'Hendrik Leppkes2015-10-051-7/+8
|\ \ | |/
| * dv: Mark internal frame reference as constVittorio Giovara2015-10-041-6/+7
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/dvdec: only attempt to conceal errors based on STA inconsistencies wh...Michael Niedermayer2015-07-251-6/+8
* | avcodec/dvdec: skip 3rd stage ac decoding when the headers indicates that the...Michael Niedermayer2015-07-251-0/+7
* | avcodec/dvdec: Retry decoding seemingly damaged MBs while skiping likely dama...Michael Niedermayer2015-07-241-2/+22
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-6/+6
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-6/+6
* | avcodec/dvdec: Make dv_iweight_720_c staticMichael Niedermayer2015-02-271-1/+1
* | Merge commit '74d7db586a2e9aeb107e357739c7e4dde0b6991c'Michael Niedermayer2014-11-151-1/+1
|\ \ | |/
| * dv: Drop a spurious checkLuca Barbato2014-11-151-2/+2
* | dv: move inverse weight tables to decoderChristophe Gisquet2014-10-261-0/+112
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-151-1/+1
|\ \ | |/
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
* | avcodec/dv_profile: deprecate internal function that shouldn't be publicJames Almer2014-09-191-1/+2
* | Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47'Michael Niedermayer2014-09-091-75/+87
|\ \ | |/
| * dv: K&R formatting cosmeticsGabriel Dume2014-09-091-75/+87
* | Merge commit 'b574e1e97ea7067a5fcd3876e30a67df0e4e6611'Michael Niedermayer2014-09-051-1/+1
|\ \ | |/
| * get_bits: Add OPEN_READER macro variant w/o size_plus8Diego Biurrun2014-09-051-1/+1
| * dv: Update DV-profile-related functions to current public APIDiego Biurrun2014-08-021-1/+1
* | Merge commit 'f6ee61fb05482c617f5deee29a190d8ff483b3d1'Michael Niedermayer2014-07-091-1/+1
|\ \ | |/
| * lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-091-1/+1
* | avcodec/dvdec: remove redundant null checkMichael Niedermayer2014-07-021-1/+1
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-6/+7
|\ \ | |/
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-4/+5
* | Merge commit 'e63b818dbe6060b606ae10eb184859f8b97d2353'Michael Niedermayer2014-06-271-1/+27
|\ \ | |/
| * dv: Properly split decoder and encoder initializationDiego Biurrun2014-06-271-1/+20
* | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer2014-06-201-5/+10
|\ \ | |/
| * Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-8/+9
* | Merge commit '650dee63c8b1e6693c6cf5983f4a5ed3f571379f'Michael Niedermayer2014-06-201-5/+15
|\ \ | |/
| * dv: get rid of global non-const tablesAnton Khirnov2014-06-201-5/+15
* | Merge commit 'd4f1188d1a662fed5347e70016da49e01563e8a8'Michael Niedermayer2013-12-091-26/+16
|\ \ | |/
| * dv: use AVFrame API properlyAnton Khirnov2013-12-091-25/+15
* | Merge commit '3cbe1126530449336e2ce59b194bdb8c4eb4abb4'Michael Niedermayer2013-11-151-0/+1
|\ \ | |/
| * dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-151-0/+1
* | Merge commit 'd6da372984c87fd6288c148c291065d6032ceda3'Michael Niedermayer2013-11-011-2/+6
|\ \ | |/
| * dvdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-2/+6
OpenPOWER on IntegriCloud