| Commit message (Expand) | Author | Age | Files | Lines |
* | Make get_bits_left() available for use in libavcodec (was previously held | Ronald S. Bultje | 2009-11-09 | 1 | -5/+0 |
* | Split parts of dvdata.h into dvdata.c, this ensures that things like | Reimar Döffinger | 2009-10-16 | 1 | -2/+2 |
* | Use context instead of NULL for logging. | Reimar Döffinger | 2009-09-29 | 1 | -2/+2 |
* | Make sure that dv encoder initializes all encoded packet data. | Reimar Döffinger | 2009-09-29 | 1 | -1/+10 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Remove some unnecessary alignment specifiers | Måns Rullgård | 2009-08-26 | 1 | -2/+2 |
* | print error when dv frame profile cannot be found | Baptiste Coudurier | 2009-06-14 | 1 | -1/+3 |
* | check if frame size matches old sys and assumes corrupted input, fixes #1192 | Baptiste Coudurier | 2009-06-14 | 1 | -1/+1 |
* | remove cast and use put_sbits, fix assertion in put_bits | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | Add a chroma_sample_location field to define positioning of chroma samples | David Conrad | 2009-05-11 | 1 | -0/+1 |
* | 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 |