Michael Niedermayer
|
661ee45f88
svq1dec: call avcodec_set_dimensions() after dimensions changed.
|
13 лет назад |
Michael Niedermayer
|
99eb31e263
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Diego Biurrun
|
f190f676bc
Replace custom DEBUG preprocessor trickery by the standard one.
|
13 лет назад |
Diego Biurrun
|
2366462429
Replace #ifdef + av_log() combinations by av_dlog().
|
13 лет назад |
Mans Rullgard
|
e65ab9d94f
Remove unused variables
|
13 лет назад |
Michael Niedermayer
|
732ff29bff
svq1dec: simpify mean calculation.
|
14 лет назад |
Michael Niedermayer
|
8f5729d54d
svq1dec: replace /2 by >>1
|
14 лет назад |
Stefano Sabatini
|
ce5e49b0c2
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
|
14 лет назад |
Stefano Sabatini
|
975a1447f7
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
|
14 лет назад |
Michael Niedermayer
|
be315a3232
Merge remote branch 'qatar/master'
|
14 лет назад |
Diego Biurrun
|
2e15305b70
Remove some disabled printf debug cruft.
|
14 лет назад |
Michael Niedermayer
|
d7e5aebae7
Merge remote branch 'qatar/master'
|
14 лет назад |
Anton Khirnov
|
e7021c0ed5
lavc: remove FF_API_HURRY_UP cruft
|
14 лет назад |
Michael Niedermayer
|
f35439699f
Merge remote branch 'qatar/master'
|
14 лет назад |
Anton Khirnov
|
8ed2ae09a2
lavc: mark hurry_up for removal on next major bump
|
14 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 лет назад |
Diego Elio Pettenò
|
e7e2df27f8
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
|
14 лет назад |
Diego Elio Pettenò
|
d36beb3f69
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
|
14 лет назад |
Måns Rullgård
|
5228bcd870
svq1dec: replace VLA with malloc/free
|
14 лет назад |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 лет назад |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 лет назад |
Stefano Sabatini
|
1c062b555c
Add additional long names for the Sorenson Vector Quantizer 1 decoder
|
15 лет назад |
Reimar Döffinger
|
80bc3bbc2e
Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec
|
15 лет назад |
Reimar Döffinger
|
9c3068c80e
Use INIT_VLC_STATIC where easily possible in svq1dec
|
15 лет назад |
Reimar Döffinger
|
2ba8301769
Mark all pix_fmts and supported_framerates compound literals as const.
|
15 лет назад |
David Conrad
|
ef516f7377
Move ALIGN macro to libavutil/common.h and use it in various places
|
16 лет назад |
Michael Niedermayer
|
1b923aa44a
Two INIT_VLC_USE_STATIC cases Carl missed.
|
16 лет назад |
Carl Eugen Hoyos
|
e161e007be
Use INIT_VLC_USE_STATIC and not its value "1".
|
16 лет назад |
Thilo Borgmann
|
7a00bbad21
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
|
16 лет назад |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
Aurelien Jacobs
|
199436b952
moves mid_pred() into mathops.h (with arch specific code split by directory)
|
16 лет назад |
Mike Melanson
|
02fb2546e8
The POSIX namespace shall be held sacrosanct. To that end,
|
16 лет назад |
Michael Niedermayer
|
795bb9dcb0
Export svq1_packet_checksum() that is needed for svq3 watermarks,
|
16 лет назад |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 лет назад |
Carl Eugen Hoyos
|
eacced45c4
Replace some occurrences of -1 with PIX_FMT_NONE.
|
17 лет назад |
Stefano Sabatini
|
162d4fc99d
Add long names to AVCodec declarations.
|
17 лет назад |
Zuxy Meng
|
98a6fff98c
Apply 'cold' attribute to init/uninit functions in libavcodec
|
17 лет назад |
Aurelien Jacobs
|
9701840bb5
add FF_ prefix to all (frame)_TYPE usage
|
17 лет назад |
Michael Niedermayer
|
ffb52962d0
some const
|
17 лет назад |
Diego Biurrun
|
7f390307db
Add const qualifiers to unmodified function parameters, fixes the warning:
|
17 лет назад |
Diego Biurrun
|
744496e3e3
Remove bogus cast.
|
17 лет назад |
Alex Beregszaszi
|
5fc32c275e
use get_bits1(..) instead get_bits(.., 1)
|
17 лет назад |
Aurelien Jacobs
|
5416616588
split SVQ1 decoder and encoder in their own files
|
17 лет назад |