summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* cfhd: set the dimensions/pixel format unconditionally for each framecfhdAnton Khirnov2016-07-25
|
* cfhd: drop a pointless indirectionAnton Khirnov2016-07-25
|
* cfhd: drop pointless conditionsAnton Khirnov2016-07-25
| | | | They are always true at that point.
* cfhd: drop some variables from the contextAnton Khirnov2016-07-25
| | | | They are only used locally in one function.
* cfhd: simplify dimension/format checkAnton Khirnov2016-07-25
|
* cfhd: move initializing the default format to init_frame_defaults()Anton Khirnov2016-07-25
| | | | This is a more appropriate place for it.
* cfhd: explicitly initialize all the contexts for frame mtAnton Khirnov2016-07-25
|
* cfhd: Convert defines to enumVittorio Giovara2016-07-25
|
* cfhd: Use private context for private functionsVittorio Giovara2016-07-25
|
* cfhd: Support odd height filesVittorio Giovara2016-07-25
|
* cfhd: Move init function closer to close oneVittorio Giovara2016-07-25
|
* cfhd: Move up check for got_buffer to directly after is is setDiego Biurrun2016-07-25
|
* cfhd: Parse subband tags after header parsing is finishedDiego Biurrun2016-07-25
|
* cfhd: Simplify a duplicate error checkDiego Biurrun2016-07-25
|
* cfhd: Reduce the scope of a variableDiego Biurrun2016-07-25
|
* cfhd: Refactor duplicate cases in parse_subband_tag()Diego Biurrun2016-07-25
|
* cfhd: Remove code duplication in read_highpass_coeffs()Diego Biurrun2016-07-25
|
* cfhd: Check init_get_bits return valueDiego Biurrun2016-07-25
|
* cfhd: Replace codec state parameter magic numbers by names from the specDiego Biurrun2016-07-25
|
* cfhd: Drop unused TABLE_9_BAND definesDiego Biurrun2016-07-25
|
* cfhd: Add a few more default codec parameter values, as per specDiego Biurrun2016-07-25
|
* cfhd: Set default BitPerComponent value to 12, as per specDiego Biurrun2016-07-25
|
* cfhd: Refactor initializing signed VLC tablesDiego Biurrun2016-07-25
|
* cfhd: Move data tables into consistent orderDiego Biurrun2016-07-25
|
* cfhd: cosmetics: Uppercase hex valuesDiego Biurrun2016-07-25
| | | | cfhd: Print all debug hex values as uppercase hex
* cfhd: Merge conditions for highpass/lowpass coefficient readingDiego Biurrun2016-07-25
|
* cfhd: Split tag parsing into header tag and subband tag parsingDiego Biurrun2016-07-25
|
* Set subband and l_h pointers to NULL in free_buffers()Diego Biurrun2016-07-25
|
* cfhd: more cosmeticsDiego Biurrun2016-07-25
|
* cfhd: Simplify memcpy expressionsDiego Biurrun2016-07-25
|
* cfhd: Drop some unnecessary castsDiego Biurrun2016-07-25
|
* cfhd: Use sizeof(*var) instead of sizeof(type)Diego Biurrun2016-07-25
|
* cfhd: comment improvementsDiego Biurrun2016-07-25
|
* cfhd: Use natural type to pass to av_clip_uintp2()Diego Biurrun2016-07-25
|
* cfhd: pass the pointer to the bytestream reader, not the reader itselfAnton Khirnov2016-07-25
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* cfhd: small cosmeticsDiego Biurrun2016-07-25
|
* cfhd: Fix the check for the lowpass heightDiego Biurrun2016-07-25
|
* cfhd: set the context data only after validating itAnton Khirnov2016-07-25
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* cfhd: Do not initialize context sizeVittorio Giovara2016-07-25
| | | | | | | Otherwise probing and stream analysis will report a correct coded size but an empty visible size. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* cfhd: Make sure tags are read at 4-byte offsetsKieran Kunhya2016-07-25
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* cfhd: Use the proper type for CFHDContext.coded_formatDiego Biurrun2016-07-25
|
* cfhd: Convert some int variables to unsignedDiego Biurrun2016-07-25
| | | | This avoids some signed vs. unsigned warnings with -Wsign-compare.
* cfhd: Factor out reconstruct_level()Diego Biurrun2016-07-25
|
* cfhd: consistency cosmeticsDiego Biurrun2016-07-25
| | | | This slightly simplifies the next refactoring step.
* cfhd: Drop unnecessary conditionDiego Biurrun2016-07-25
|
* cfhd: Avoid a pointless gotoDiego Biurrun2016-07-25
|
* cfhd: Refactor setting highpass coefficientsDiego Biurrun2016-07-25
|
* cfhd: Refactor setting lowpass coefficientsDiego Biurrun2016-07-25
|
* cfhd: Replace AVERROR(EINVAL) with AVERROR_INVALIDDATADiego Biurrun2016-07-25
| | | | The former is used for invalid user input.
* cfhd: Refactor tag parsingDiego Biurrun2016-07-25
|