summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAge
* force 16-bytes alignement of block array, as needed by the implementation of ...John Dalgliesh2007-03-15
* kill av_mallocz_static()Michael Niedermayer2007-03-14
* kill a av_mallocz_static()Michael Niedermayer2007-03-13
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fix compilation with --disable-encoders.Alexander Strange2006-10-01
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-28
* I still don't think this should be here. Note: without this code DV encoderRoman Shaposhnik2006-03-06
* DVCPRO50 support.Daniel Maas2006-03-06
* Assign class 2 to most macroblocks by default, instead of a more conservativeDan Maas2006-02-28
* Not that we're that far from being an *initial* implementation, butRoman Shaposhnik2006-02-27
* AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. TheDan Maas2006-02-27
* remove wrong assert()Michael Niedermayer2006-02-26
* replace for loop with 2 asserts()Michael Niedermayer2006-02-26
* size[0-3] are not initialized (and can get random negative trashDan Maas2006-02-25
* 10l (forgot EOBs)Michael Niedermayer2006-02-24
* dont lowwer qnos of more blocks then neededMichael Niedermayer2006-02-23
* fixing dv_guess_qnos()Michael Niedermayer2006-02-23
* print a big warning if we mess up and run out of space ...Michael Niedermayer2006-02-23
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* Moving dv_anchor back to the global scope. This creates a tiny memoryRoman Shaposhnik2006-01-06
* Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)Burkhard Plaum2005-12-25
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* lowres supportMichael Niedermayer2005-09-02
* optimizationsMichael Niedermayer2005-08-30
* Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)Burkhard Plaum2005-08-26
* DV video encoder/decoder doesn't set keyframe and picture type properties pat...Edward Hervey2005-08-11
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson2005-05-10
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-18
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* * simplification patch by Jeffrey Ryan MuizelaarJeff Muizelaar2004-09-22
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* oops, forgot to commit that change from the warning fixes by (Michael Roitzsc...Michael Niedermayer2004-05-21
* cleanup & memleak fixMichael Niedermayer2004-04-30
* * some significant clean-up of the dv_decode_ac (it looks realRoman Shaposhnik2004-03-25
* warning patrolFalk Hüffner2004-03-24
* * removing casualties of battle of the wits and English languageRoman Shaposhnik2004-03-18
* * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik2004-03-14
* * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik2004-03-14
* * moving some of the commonly used bit reading/writing functionsRoman Shaposhnik2004-03-12
* 10000lMichael Niedermayer2004-01-04