283 Commits (80b29c2d0c0bade061f39672fb64924ea6bf3213)

Author SHA1 Message Date
  Christophe Gisquet 80b29c2d0c dv: use smaller type for weight tables 11 years ago
  Christophe Gisquet eacf2e8eb3 dv: better split weight tables assignment 11 years ago
  Gabriel Dume ee0ebd3c14 dv: K&R formatting cosmetics 11 years ago
  Anton Khirnov f6ee61fb05 lavc: export DV profile API used by muxer/demuxer as public 11 years ago
  Diego Biurrun e63b818dbe dv: Properly split decoder and encoder initialization 12 years ago
  Diego Biurrun 593d2326ef dv: Replace a magic number by sizeof() 12 years ago
  Anton Khirnov d349afb07b dv: cosmetics, reindent 11 years ago
  Anton Khirnov 650dee63c8 dv: get rid of global non-const tables 11 years ago
  Diego Biurrun 5f92204370 dsputil: Move DV-specific ff_zigzag248_direct table to dvdata 12 years ago
  Anton Khirnov d4f1188d1a dv: use AVFrame API properly 12 years ago
  Diego Biurrun 97d19c2fec dv: Split off DV video encoder into its own file 14 years ago
  Diego Biurrun 21710ea821 dv: Move DV VLC data tables out of header file 12 years ago
  Diego Biurrun 3cbe112653 dv: Split DV data table declarations into their own header 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
  Michael Niedermayer e458fd6cf9 libavcodec/dv.c: Fix duplicate words 12 years ago
  Luca Barbato afe03092dd lavc: move put_bits_left in put_bits.h 12 years ago
  Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 13 years ago
  Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 13 years ago
  Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 13 years ago
  Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 13 years ago
  Michael Niedermayer 5da885b84d dv: use av_assert 13 years ago
  Michael Niedermayer 2b1a2466c7 dv: change assert(a2 < 4) to av_assert() 13 years ago
  Tomas Härdin 8cbb8f5357 dv: Set FS flag from AVFrame.top_field_first 13 years ago
  Michael Niedermayer 5e689b65ce dv: zero dsp before init, this fixes use of uninitialized dct_bits 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Carl Eugen Hoyos 6b87f0707d Do not try to encode DVCPRO HD, it produces broken files. 13 years ago
  Mans Rullgard c75eca9d37 dvenc: do not call dsputil functions with stride not a multiple of 16 14 years ago
  Michael Niedermayer 70d54392f5 lowres2 support. 14 years ago
  Mans Rullgard 2bcbd98459 Remove lowres video decoding 14 years ago
  Diego Biurrun 2b98377935 dv: Initialize encoder tables during encoder init. 14 years ago
  Diego Biurrun a3dbd459ff dv: Merge dvquant.h into dvdata.c where all other DV tables reside. 14 years ago
  Diego Biurrun 05afc5f57d dv: Move static tables only used in one place to where they are used. 14 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 14 years ago
  Anton Khirnov a839dbb94e dvenc: print allowed profiles if the video doesn't conform to any of them. 14 years ago
  Diego Biurrun d724fe665b dv: Split off DV video decoder into its own file. 14 years ago
  Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 14 years ago
  Michael Niedermayer 8f80e5fbea dvenc: switch to ff_alloc_packet2() 14 years ago
  Anton Khirnov 6a047213ac dvenc: switch to encode2(). 14 years ago
  Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 14 years ago
  Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 14 years ago
  Alex Converse 89c9a8d3fd dv: Move functions used only by the encoder out of a shared header. 14 years ago
  Alex Converse 3746072712 dv: Split dvdata.h into dvdata.h and dvquant.h 14 years ago
  Diego Biurrun d4b63054d9 cosmetics: Drop unnecessary parentheses around return values. 14 years ago
  Mans Rullgard a1e98f198e get_bits: remove A32 variant 14 years ago
  Mans Rullgard b6ae086682 dv: simplify bitstream splicing in dv_decode_ac() 14 years ago
  Anton Khirnov 242c73a0fd lavc: use avpriv_ prefix for some dv symbols used in lavf. 14 years ago
  Michael Niedermayer 63d2cfd142 dvdec: Fix dvsd profile[1] detection. 14 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Reimar Döffinger 7cbb856efe Remove useless NULL check. 14 years ago