| Commit message (Expand) | Author | Age | Files | Lines |
* | remove some warnings due to avctx->execute | Baptiste Coudurier | 2009-01-31 | 1 | -2/+4 |
* | assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decade... | Ben Hutchings | 2009-01-31 | 1 | -1/+1 |
* | Cosmetics: fixing indentation | Roman Shaposhnik | 2009-01-31 | 1 | -13/+13 |
* | unrolling encoding loops | Roman Shaposhnik | 2009-01-31 | 1 | -39/+40 |
* | Cosmetics: simplifying static initialization | Roman Shaposhnik | 2009-01-31 | 1 | -2/+1 |
* | simplifying DIF encoding process | Roman Shaposhnik | 2009-01-31 | 1 | -22/+24 |
* | Cosmetics: fixing the indentation | Roman Shaposhnik | 2009-01-31 | 1 | -13/+13 |
* | factoring code into dv_init_enc_block | Roman Shaposhnik | 2009-01-31 | 1 | -44/+34 |
* | Cosmetics: replacing 0 with NULL for pointer assignment | Roman Shaposhnik | 2009-01-31 | 1 | -1/+1 |
* | Cosmetics: moving the function definition around | Roman Shaposhnik | 2009-01-31 | 1 | -26/+26 |
* | Replacing the constant with a macro | Roman Shaposhnik | 2009-01-31 | 1 | -9/+9 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -3/+3 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -4/+4 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -4/+4 |
* | Making idct factor tables dynamically allocated | Roman Shaposhnik | 2008-11-20 | 1 | -35/+34 |
* | Change of indentation | Roman Shaposhnik | 2008-11-19 | 1 | -15/+14 |
* | Getting rid of huge static DV tables | Roman Shaposhnik | 2008-11-18 | 1 | -3/+117 |
* | Getting rid of unneeded extra wrapper functions | Roman Shaposhnik | 2008-11-18 | 1 | -16/+7 |
* | Taking advantage of the new ->execute API | Roman Shaposhnik | 2008-11-12 | 1 | -21/+16 |
* | Making it easier to send arbitrary structures as work orders to MT workers | Roman Shaposhnik | 2008-11-12 | 1 | -4/+4 |
* | implementing more efficient (and direct) allocation of work for DV codec workers | Roman Shaposhnik | 2008-11-08 | 1 | -80/+69 |
* | renaming macro in order to conform with the rest of libavcodec | Roman Shaposhnik | 2008-10-30 | 1 | -4/+4 |
* | prettyprinting cosmetics | Diego Biurrun | 2008-10-24 | 1 | -226/+233 |
* | spelling cosmetics | Diego Biurrun | 2008-10-24 | 1 | -7/+7 |
* | replacing frame_rate and frame_rate_base with an AVRational time_base | Roman Shaposhnik | 2008-10-07 | 1 | -1/+1 |
* | unrolling the loops as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -11/+18 |
* | fixing a bug that prevented proper unweighting table to be selected | Roman Shaposhnik | 2008-10-07 | 1 | -1/+1 |
* | Doxygenizing the comments | Roman Shaposhnik | 2008-10-07 | 1 | -3/+5 |
* | simplifying the code as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -1/+1 |
* | spelling cosmetics | Diego Biurrun | 2008-10-02 | 1 | -5/+5 |
* | Replace generic CONFIG_DECODERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-02 | 1 | -2/+2 |
* | Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as | Roman Shaposhnik | 2008-08-28 | 1 | -56/+81 |
* | Cosmetic change aimed at making it easier to see how bits are consumed | Roman Shaposhnik | 2008-08-27 | 1 | -1/+1 |
* | Factoring out chan_slice / 27 into seq variable | Roman Shaposhnik | 2008-08-27 | 1 | -1/+4 |
* | Simplification of how dct_mode affects decoding. | Roman Shaposhnik | 2008-08-27 | 1 | -10/+8 |
* | Making block size in bits variable and dependent on the DV spec | Roman Shaposhnik | 2008-08-19 | 1 | -7/+3 |
* | Making the number of blocks per macroblock dependent on the DV stream | Roman Shaposhnik | 2008-08-19 | 1 | -5/+5 |
* | Introducing DV_MAX_BPM macro instead of a hardcoded value for the | Roman Shaposhnik | 2008-08-19 | 1 | -2/+2 |
* | Fixing the units in DV50 tables (both coordinates are | Roman Shaposhnik | 2008-08-11 | 1 | -20/+7 |
* | Coalescing the un-weighting and de-quantization steps for faster | Roman Shaposhnik | 2008-08-11 | 1 | -30/+19 |
* | Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding. | Diego Biurrun | 2008-07-11 | 1 | -1/+1 |
* | Make preprocessor condition more specific and useful by changing | Diego Biurrun | 2008-07-11 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | remove useless wrapper func | Baptiste Coudurier | 2008-06-10 | 1 | -6/+1 |
* | set avctx time_base in dv decoder | Baptiste Coudurier | 2008-05-28 | 1 | -0/+1 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -1/+3 |
* | Increase alignment for DCT block arrays from 8 to 16 | Alexander Strange | 2008-04-08 | 1 | -1/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | remove more useless mpegvideo.h includes | Aurelien Jacobs | 2008-03-05 | 1 | -1/+1 |