|
|
|
@b2212dec
|
11 years |
alex.converse |
aac: Fix TNS decoding for the 512 sample window family.
|
|
|
@e2096e2e
|
11 years |
alex.converse |
fate: Add a downsampled SBR testvector
|
|
|
@3348e349
|
11 years |
martin |
arm: Use the matching endfunc macro instead of the assembler directive …
|
|
|
@2ad4ee34
|
11 years |
martin |
arm: Add a missing endfunc macro call
Signed-off-by: Martin Storsjö …
|
|
|
@a3a55645
|
11 years |
anton |
mpegvideo: remove disabled bfin asm
It has been disabled as 'broken' …
|
|
|
@a4d0c6e0
|
11 years |
anton |
mpegvideo: move dct_unquantize functions up to avoid forward declarations
|
|
|
@aec25b1c
|
11 years |
anton |
mpegvideo: split the encoding-only parts of frame_start() into a …
|
|
|
@b318106f
|
11 years |
anton |
FATE: add a test for the lavr mixing case fixed in …
|
|
|
@a8cc88b
|
11 years |
anton |
tests/Makefile: allow FILTER* to be called with lists of filter names
|
|
|
@cc976a75
|
11 years |
anton |
audio_mix: print (SKIP) instead of 0.0 for matrix columns removed …
|
|
|
@fc6a3ef4
|
11 years |
anton |
audio_mix: fix zeroing output channels in certain cases
Specifically, …
|
|
|
@3d95d273
|
11 years |
anton |
audio_mix: initialize the data pointers to NULL
This should make it …
|
|
|
@58312b24
|
11 years |
anton |
h264: reset data_partitioning if decoding the slice header for NAL_DPA …
|
|
|
@e89aa4bf
|
11 years |
anton |
lzw: switch to bytestream2
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@1b5d065c
|
11 years |
anton |
pmpdec: check that there is at least one audio packet.
The code …
|
|
|
@94a417ac
|
11 years |
anton |
mathematics: remove asserts from av_rescale_rnd()
It is a public …
|
|
|
@24057c83
|
11 years |
anton |
eacmv: check the framerate before setting it.
Found-by: Mateusz …
|
|
|
@5569146d
|
11 years |
anton |
adx: check that the offset is not negative
Found-by: Mateusz "j00ru" …
|
|
|
@a6a2282c
|
11 years |
anton |
rv30: fix extradata size check.
It has been checking the number of …
|
|
|
@feded990
|
11 years |
anton |
mpegvideo: set reference/pict_type on generated reference frames
…
|
|
|
@58f0d164
|
11 years |
anton |
Makefile: add html template files to the doxygen deps
|
|
|
@9a4c10e3
|
11 years |
lu_zero |
lavu: Move preprocessor macros in a separate file
And remove all the …
|
|
|
@4d2bb289
|
11 years |
lu_zero |
h264: namespace the decode function
Make much easier debugging.
|
|
|
@1ab91c7d
|
11 years |
lu_zero |
doxy: Update the css to have a flat style
Drop references to the doxy …
|
|
|
@9ace13db
|
11 years |
lu_zero |
doxy: Fix link in badge color
Green on blue was not exactly optimal.
…
|
|
|
@b83d1ee3
|
11 years |
diego |
avutil: Move library version related macros to version.h
This is a …
|
|
|
@1716b4c7
|
11 years |
lu_zero |
mms: Remove non-utf8 characters
Certain softwares get badly confused. …
|
|
|
@bd0fba87
|
11 years |
diego |
configure: Explicitly disable w32threads if the test for it fails
…
|
|
|
@d06ca204
|
11 years |
diego |
error.h: Do not circularly depend on avutil.h
|
|
|
@10d98248
|
11 years |
tdskywalker |
lavu: fix typo in documentation.
|
|
|
@57ead844
|
11 years |
tdskywalker |
doc: fix link to the ISC license text in the developer documentation.
|
|
|
@6c0e835
|
11 years |
tdskywalker |
doc: fix a coding style error in the developer documentation.
|
|
|
@61ae9939
|
11 years |
lu_zero |
vc1: Fix intensity compensation performance regression
Introduced by …
|
|
|
@7398e05
|
11 years |
lu_zero |
hevc: move DSP declarations from hevc.h into hevcdsp.h
Signed-off-by: …
|
|
|
@be7c323
|
11 years |
justin.ruggles |
Add a libwebp encoder
|
|
|
@d307e408
|
11 years |
martin |
arm: Don't clobber callee saved registers in scalarproduct
…
|
|
|
@5c3fa74b
|
11 years |
anton |
hevc: support luma bit depth != chroma bit depth for PCM coding units
…
|
|
|
@78d0b7f3
|
11 years |
anton |
hevc: warn when an unknown profile is used
Bitstreams conforming to …
|
|
|
@259cddb1
|
11 years |
anton |
hevc_ps: fix indentation
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@2d18aaa1
|
11 years |
anton |
hevc: refactor Profile Tier Level
Also store a few PTL flags which …
|
|
|
@67bbaed5
|
11 years |
anton |
hevc: don't check for errors in PTL code
According to the spec, the …
|
|
|
@321cb8b0
|
11 years |
anton |
hevc: store profile and level in AVCodecContext
Signed-off-by: Anton …
|
|
|
@2a41826b
|
11 years |
anton |
lavc: add HEVC profiles names
Signed-off-by: Anton Khirnov …
|
|
|
@f412b2c9
|
11 years |
lu_zero |
flv: Use the correct type to hold the file offset
|
|
|
@15739a9b
|
11 years |
lu_zero |
jvdec: Do not feed the decoder with known wrong data
Still assume the …
|
|
|
@e518cb86
|
11 years |
lu_zero |
jvdec: Fix memory leak of jv->frames
Signed-off-by: Luca Barbato …
|
|
|
@027712e8
|
11 years |
lu_zero |
jvdec: Return EOF on end of file
|
|
|
@dfc50ac8
|
11 years |
diego |
x86: mpegvideo: move denoise_dct asm to mpegvideoenc
This function is …
|
|
|
@b254490b
|
11 years |
martin |
vc1: arm: Add NEON no_rnd chroma MC
Apply David Conrad's old patch to …
|
|
|
@832e1906
|
11 years |
martin |
vc1: arm: Add NEON assembly
For:
…
|
|
|
@e1b9de4f
|
11 years |
diego |
atomics: cosmetics: Restructure ifdefs for greater clarity
Also fix …
|
|
|
@8558595a
|
11 years |
diego |
configure: Express atomics/thread deps through the dependency system
|
|
|
@e121a725
|
11 years |
martin |
fate: Explicitly specify the pixel format for the pngparser test
The …
|
|
|
@fe533ffd
|
11 years |
siretart |
Prepare release notes for Libav 10 "Eks"
Additional editing by Diego …
|
|
|
@b3189aff
|
11 years |
martin |
png_parser: Fix parsing on big endian
Since pc.state is populated by …
|
|
|
@d8fd1836
|
11 years |
martin |
vc1: Fix mb_height for field pictures
Tables are always allocated now …
|
|
|
@bd316109
|
11 years |
vittorio.giovara |
apidoc: fix warning from stereo3d.h
|
|
|
@3d9fc21e
|
11 years |
vittorio.giovara |
h264: Refactor decode_frame_packing_arrangement
Directly set the …
|
|
|
@3a149e23
|
11 years |
vittorio.giovara |
hevc: Refactor decode_nal_sei_frame_packing_arrangement
Directly set …
|
|
|
@cfb4ee30
|
11 years |
vittorio.giovara |
fate: add a pngparser test
|
|
|
@eddff165
|
11 years |
vittorio.giovara |
fate: add utility function to test parser, demuxer, and decoder
|
|
|
@6fd99e78
|
11 years |
vittorio.giovara |
png: add a standalone parser
Useful for reading png images from a pipe.
|
|
|
@0d882e9e
|
11 years |
diego |
avutil: Remove deprecated intfloat_readwrite code
It was deprecated …
|
|
|
@11bb5e10
|
11 years |
diego |
build: Define printf to gnu_printf on MinGW*/gcc
This is …
|
|
|
@6d3ea19
|
11 years |
siretart |
Bump major of libavfilter for reference counted buffer API changes.
…
|
|
|
@3bc2e89c
|
11 years |
siretart |
Bump libavutil major version to account for the LLS API/ABI changes.
…
|
|
|
@9aba0a6
|
11 years |
martin |
rtpdec_h264: Check the return value of functions doing allocations
…
|
|
|
@6451c885
|
11 years |
martin |
sdp: Check theora colorspace before producing the configuration string …
|
|
|
@797f2a79
|
11 years |
martin |
hdsenc: Check the init_file() return code
Signed-off-by: Martin …
|
|
|
@b8ed15d6
|
11 years |
martin |
hdsenc: Fix an off by one error in an array size check
Signed-off-by: …
|
|
|
@417927af
|
11 years |
martin |
hdsenc: Avoid integer overflow
Also remove a silly leftover pair of …
|
|
|
@5db4e88e
|
11 years |
diego |
configure: Detect Solaris libc in an OpenIndiana/illumos compatible way
|
|
|
@c85aad9
|
11 years |
lu_zero |
doxy: Define a group for libswscale documentation
Uniform the style …
|
|
|
@a5a3b398
|
11 years |
lu_zero |
configure: Reorder pthreads checks
Some pthreads symbols might be …
|
|
|
@7cbe1ea9
|
11 years |
lu_zero |
configure: Move the bz2 and zlib checks below phtreads
There are …
|
|
|
@70a7b24d
|
11 years |
diego |
avutil: Add deprecation ifdefs around obsolete intfloat code
This …
|
|
|
@79d9884e
|
11 years |
diego |
build: Merge pthreads/w32threads OBJS declarations
|
|
|
@7c338871
|
11 years |
diego |
configure: Add -DUSE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW32
This …
|
|
|
@bdc111a1
|
11 years |
diego |
configure: Detect newer (>=4.1) versions of MinGW32
The MinGW32 …
|
|
|
@a1d7d552
|
11 years |
diego |
build: Do not add -g to HOSTCFLAGS
The flag is not unconditionally …
|
|
|
@9fa75be9
|
11 years |
vittorio.giovara |
mpegts: add HEVC registration descriptor
|
|
|
@a2eeed61
|
11 years |
vittorio.giovara |
changelog: drop redundant new attribute
|
|
|
@ae9d13f
|
11 years |
vittorio.giovara |
img2: add stereo 3d still picture file extensions
|
|
|
@46c0cbd5
|
11 years |
vittorio.giovara |
rtsp: suppress a incompatible pointer types warning
|
|
|
@6b45f05e
|
11 years |
vittorio.giovara |
parseutils: fix discarding const attribute warning
|
|
|
@35686a28
|
11 years |
martin |
mp3adu: Set the channel layout properly
This fixes decoding, broken …
|
|
|
@70e981cf
|
11 years |
martin |
rtspdec: Fix keep-alive request for ACTi cameras
Some ACTi cameras …
|
|
|
@d7b3ee9a
|
11 years |
anton |
lavc: deprecate avcodec_get_frame_defaults().
Also bump libavcodec …
|
|
|
@598ce4ab
|
11 years |
anton |
h264: call av_frame_unref() instead of avcodec_get_frame_defaults().
…
|
|
|
@48d17ee6
|
11 years |
anton |
api-example: remove an unneeded call to avcodec_get_frame_defaults().
…
|
|
|
@281a40e1
|
11 years |
anton |
lavf: remove an unneeded call to avcodec_get_frame_defaults().
…
|
|
|
@2d1f428
|
11 years |
anton |
mpegvideo: call av_frame_unref() instead of …
|
|
|
@b06c8bce
|
11 years |
anton |
mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().
…
|
|
|
@84f13192
|
11 years |
anton |
avplay: do not call avcodec_get_frame_defaults().
…
|
|
|
@95a8a5ac
|
11 years |
anton |
lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().
…
|
|
|
@674fa491
|
11 years |
anton |
avconv: do not call avcodec_get_frame_defaults()
Strictly speaking it …
|
|
|
@94313562
|
11 years |
anton |
lavc: deprecate avcodec_free_frame()
av_frame_free() should be used …
|
|
|
@eb891b31
|
11 years |
anton |
Replace all uses of avcodec_free_frame with av_frame_free().
|
|
|
@17a10d51
|
11 years |
anton |
hevc: set time_base when possible
Signed-off-by: Anton Khirnov …
|
|
|
@33452ae
|
11 years |
anton |
hevc: store the VPS list as an AVBufferRef, just like the others *PS
…
|
|
|