37 Commits (ace2e25720b8a26906b15aab7eebbac860bb7bf0)

Author SHA1 Message Date
Anton Khirnov 0ed1eeb744 lavf/dv: use a more granular timebase for audio 2 years ago
Anton Khirnov c7a852b638 lavf/dv: do not set video timebase more than once 2 years ago
Anton Khirnov f7b3fc4afe lavc/dv: rename constants to follow our naming conventions 2 years ago
Anton Khirnov 7203bb6a59 lavc/dv.h: move encoder/decoder-specific code to a new header 2 years ago
Anton Khirnov 828ec6ef43 lavc/dvenc: stop using DVVideoContext 2 years ago
Anton Khirnov 69bad628ec lavc/dv: do not pass DVVideoContext to dv_calculate_mb_xy() 2 years ago
Anton Khirnov 91c51dac6d lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables() 2 years ago
Anton Khirnov d1ba5d883e lavc/dv: remove ff_dvvideo_init() 2 years ago
Andreas Rheinhardt 597dc96736 avcodec/dvdec: Constify slice threads' ptr to main context 2 years ago
Andreas Rheinhardt 3524e82a08 avcodec/dv: Remove unnecessary header 2 years ago
Andreas Rheinhardt 6d484671ec avcodec/dv: Don't initialize RL VLC for encoder 4 years ago
Baptiste Coudurier a1403032c8 avcodec/dvenc: support encoding dvcprohd 5 years ago
Baptiste Coudurier 004ebd4b37 avcodec/dvdec: correctly decode bottom mb row in 1080i field mode 5 years ago
Michael Niedermayer fea7bc9e7b avcodec/dvenc: Support adjusting the quantizer deadzone 7 years ago
Diego Biurrun 2ec9fa5ec6 idct: Change type of array stride parameters to ptrdiff_t 8 years ago
Diego Biurrun de452e5037 pixblockdsp: Change type of stride parameters to ptrdiff_t 8 years ago
Diego Biurrun b7f98659f2 Remove unnecessary get_bits.h #includes 9 years ago
Vittorio Giovara cab63a8b59 dv: Mark internal frame reference as const 9 years ago
Christophe Gisquet 4fa772acbb dv: increase VLC reading bits to 10 10 years ago
Christophe Gisquet 05da586fef dv: move inverse weight tables to decoder 10 years ago
Gabriel Dume ee0ebd3c14 dv: K&R formatting cosmetics 10 years ago
Michael Niedermayer 305f72aee7 avcodec: Change get_pixels() to ptrdiff_t linesize 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 10 years ago
Anton Khirnov f6ee61fb05 lavc: export DV profile API used by muxer/demuxer as public 11 years ago
Anton Khirnov 650dee63c8 dv: get rid of global non-const tables 11 years ago
Anton Khirnov d4f1188d1a dv: use AVFrame API properly 11 years ago
Diego Biurrun 3cbe112653 dv: Split DV data table declarations into their own header 11 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Diego Biurrun 520c1ec699 dv: Split profile handling code into a separate file. 13 years ago
Diego Biurrun a3dbd459ff dv: Merge dvquant.h into dvdata.c where all other DV tables reside. 13 years ago
Anton Khirnov a839dbb94e dvenc: print allowed profiles if the video doesn't conform to any of them. 13 years ago
Diego Biurrun d724fe665b dv: Split off DV video decoder into its own file. 13 years ago
Alex Converse 81749f30cd dv: Move tables from dvdata.h to dvdata.c 13 years ago
Alex Converse 8dbdc2d840 dv: Move a table used only by the demuxer out of a shared header. 13 years ago
Alex Converse 89c9a8d3fd dv: Move functions used only by the encoder out of a shared header. 13 years ago
Alex Converse 3746072712 dv: Split dvdata.h into dvdata.h and dvquant.h 13 years ago
Anton Khirnov 242c73a0fd lavc: use avpriv_ prefix for some dv symbols used in lavf. 13 years ago
Michael Niedermayer 63d2cfd142 dvdec: Fix dvsd profile[1] detection. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Reimar Döffinger 10249a5f31 Split VLC-related tables out of dvdata.h to make it easier to add support 15 years ago
Reimar Döffinger c76911bd65 Split parts of dvdata.h into dvdata.c, this ensures that things like 15 years ago
Maksym Veremeyenko fbec307f6c Allow decoding of 625/50 (PAL) with video_stype==1. 15 years ago
Baptiste Coudurier d509c743b7 check if frame size matches old sys and assumes corrupted input, fixes #1192 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Baptiste Coudurier a4fd53c427 fix decoding 720p50 audio samples 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Roman Shaposhnik a21fd75f56 Making idct factor tables dynamically allocated 16 years ago
Roman Shaposhnik 195b349041 Getting rid of huge static DV tables 16 years ago
Roman Shaposhnik 2ae7e12430 Taking advantage of the new ->execute API 16 years ago