summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAgeFilesLines
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-7/+7
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix compilation with --disable-encoders.Alexander Strange2006-10-011-1/+2
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-0/+6
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-041-12/+125
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-281-5/+1
* I still don't think this should be here. Note: without this code DV encoderRoman Shaposhnik2006-03-061-10/+0
* DVCPRO50 support.Daniel Maas2006-03-061-64/+157
* Assign class 2 to most macroblocks by default, instead of a more conservativeDan Maas2006-02-281-1/+15
* Not that we're that far from being an *initial* implementation, butRoman Shaposhnik2006-02-271-5/+0
* AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. TheDan Maas2006-02-271-4/+18
* remove wrong assert()Michael Niedermayer2006-02-261-1/+0
* replace for loop with 2 asserts()Michael Niedermayer2006-02-261-2/+3
* size[0-3] are not initialized (and can get random negative trashDan Maas2006-02-251-2/+5
* 10l (forgot EOBs)Michael Niedermayer2006-02-241-1/+1
* dont lowwer qnos of more blocks then neededMichael Niedermayer2006-02-231-2/+3
* fixing dv_guess_qnos()Michael Niedermayer2006-02-231-3/+28
* print a big warning if we mess up and run out of space ...Michael Niedermayer2006-02-231-0/+2
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-4/+4
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* Moving dv_anchor back to the global scope. This creates a tiny memoryRoman Shaposhnik2006-01-061-14/+10
* Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)Burkhard Plaum2005-12-251-12/+22
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-184/+184
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-78/+78
* lowres supportMichael Niedermayer2005-09-021-18/+23
* optimizationsMichael Niedermayer2005-08-301-85/+111
* Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)Burkhard Plaum2005-08-261-3/+1
* DV video encoder/decoder doesn't set keyframe and picture type properties pat...Edward Hervey2005-08-111-0/+4
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson2005-05-101-0/+2
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-181-0/+1
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-4/+0
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-1/+3
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-1/+1
* * simplification patch by Jeffrey Ryan MuizelaarJeff Muizelaar2004-09-221-2/+1
* data_size = 0 cleanupMichael Niedermayer2004-05-211-1/+0
* oops, forgot to commit that change from the warning fixes by (Michael Roitzsc...Michael Niedermayer2004-05-211-1/+5
* cleanup & memleak fixMichael Niedermayer2004-04-301-8/+2
* * some significant clean-up of the dv_decode_ac (it looks realRoman Shaposhnik2004-03-251-95/+67
* warning patrolFalk Hüffner2004-03-241-3/+3
* * removing casualties of battle of the wits and English languageRoman Shaposhnik2004-03-181-0/+15
* * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik2004-03-141-92/+103
* * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik2004-03-141-114/+67
* * moving some of the commonly used bit reading/writing functionsRoman Shaposhnik2004-03-121-7/+1
* 10000lMichael Niedermayer2004-01-041-0/+5
* removing unused var & converting 64->32bitMichael Niedermayer2003-12-051-1/+1
* * 3x encoding speedup. Finally we seem to be on par with libdvRoman Shaposhnik2003-11-271-218/+285
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-2/+2
* * introducing dct248 into the DSP context.Roman Shaposhnik2003-10-241-59/+76
* bottom_field_first -> top_field_firstMichael Niedermayer2003-10-201-1/+1
OpenPOWER on IntegriCloud