| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Fixing a value returning issue | Roman Shaposhnik | 2009-02-20 | 1 | -2/+3 |
* | transitioning dv_guess_dct_mode to dsputil cmp function | Roman Shaposhnik | 2009-02-19 | 1 | -26/+14 |
* | cosmetics: 'const static' --> 'static const' to avoid warnings of the type | Diego Biurrun | 2009-02-17 | 1 | -9/+9 |
* | No need to compute stype | Roman Shaposhnik | 2009-02-04 | 1 | -2/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | 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 |