summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAgeFilesLines
* Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding.Diego Biurrun2008-07-111-1/+1
* Make preprocessor condition more specific and useful by changingDiego Biurrun2008-07-111-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* remove useless wrapper funcBaptiste Coudurier2008-06-101-6/+1
* set avctx time_base in dv decoderBaptiste Coudurier2008-05-281-0/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-1/+3
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-081-1/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-1/+1
* some constMichael Niedermayer2008-02-011-2/+2
* constsMichael Niedermayer2008-02-011-1/+1
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-081-1/+1
* force 16-bytes alignement of block array, as needed by the implementation of ...John Dalgliesh2007-03-151-2/+2
* kill av_mallocz_static()Michael Niedermayer2007-03-141-5/+1
* kill a av_mallocz_static()Michael Niedermayer2007-03-131-5/+2
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-2/+2
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-151-4/+5
* 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
OpenPOWER on IntegriCloud