|
|
|
@8b763628
|
11 years |
anton |
lavf: use a fixed width type
It's shorter and more consistent with …
|
|
|
@c1868e7
|
11 years |
anton |
lavf: simplify handling of offset in av_probe_input_buuffer()
|
|
|
@99e20125
|
11 years |
martin |
x86/arm: Add clobber tests to libavresample
Signed-off-by: Martin …
|
|
|
@49b9badc
|
11 years |
lu_zero |
vc1: Enable the interlaced B-frame codepath.
Signed-off-by: Luca …
|
|
|
@6d98959c
|
11 years |
lu_zero |
vc1: Add avg_no_rnd_vc1_chroma_mc4_c()
Needed for proper interlaced …
|
|
|
@c798a6f
|
11 years |
lu_zero |
vc1: Factorize out chroma MC
|
|
|
@a1f51648
|
11 years |
diego |
vc1dsp: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@547f8345
|
11 years |
anton |
flv: Workaround for buggy Omnia A/XE encoder
The Omnia A/XE encoder …
|
|
|
@44a0a98f
|
11 years |
martin |
arm: Add an option for making sure NEON registers aren't clobbered
…
|
|
|
@f8558780
|
11 years |
martin |
fate: Explicitly specify the rgb555le pixel format for the mss2 rgb555 …
|
|
|
@02b9faf
|
11 years |
vittorio.giovara |
avutil: do not use avcodec header in frame.h
|
|
|
@abb5e37f
|
11 years |
vittorio.giovara |
avfilter: fix leaks on error in ff_filter_frame
|
|
|
@5655732c
|
11 years |
vittorio.giovara |
avfilter: add needs_writable field to the internal AVFilterPad structure
|
|
|
@d44bd7fb
|
11 years |
vittorio.giovara |
avfilter: add documentation for needs_writable
|
|
|
@11d704dc
|
11 years |
vittorio.giovara |
fate: add framepack filter test
|
|
|
@a7d0e7ea
|
11 years |
vittorio.giovara |
lavfi: add framepack filter
|
|
|
@aa69cbc9
|
11 years |
justin.ruggles |
flac muxer: add option to disable writing the global header
The …
|
|
|
@e6f0bb65
|
11 years |
kostya.shishkov |
ATRAC3+ decoder
Cleanup by Diego Biurrun.
Signed-off-by: Kostya …
|
|
|
@4c642d8d
|
11 years |
diego |
x86: hpeldsp: Add missing av_cold attribute to init function
|
|
|
@b0be1ae7
|
11 years |
diego |
x86: avcodec: Add a bunch of missing #includes for av_cold
|
|
|
@4b48201
|
11 years |
diego |
ac3tab.h: #include the correct headers
|
|
|
@d48132b7
|
11 years |
anton |
mjpegdec: apply flipping after decoding, not before
This is simpler …
|
|
|
@e588615d
|
11 years |
anton |
hevc: fix decoding of one PU wide files
For those the block size may …
|
|
|
@a246af86
|
11 years |
anton |
FATE: add MSS2 tests
|
|
|
@ca96e337
|
11 years |
anton |
vp9: drop support for real (non-emulated) edges
They are not …
|
|
|
@ef8c93e2
|
11 years |
anton |
vp8: drop support for real (non-emulated) edges
They are not …
|
|
|
@ebfe622b
|
11 years |
anton |
mpegvideo: drop support for real (non-emulated) edges
Several …
|
|
|
@952d318
|
11 years |
martin |
arm: Add a missing # as prefix for an immediate constant
…
|
|
|
@5dae4872
|
11 years |
martin |
arm: Allow overriding the alignment set in the function macro
The …
|
|
|
@b7b932f
|
11 years |
martin |
arm: Remove a leftover define for the pld instruction
This file no …
|
|
|
@67bb3a4e
|
11 years |
martin |
arm: cosmetics: Reindent the h264dsp neon init function
…
|
|
|
@9997cee0
|
11 years |
diego |
network.h: Add #endif comments to improve readability
|
|
|
@794fcf79
|
11 years |
diego |
Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT
The define does not originate …
|
|
|
@63debaa7
|
11 years |
martin |
libopusenc: Change default frame duration to 20 ms
20 ms is the …
|
|
|
@9409c9bd
|
11 years |
martin |
configure: Disable networking if winsock2.h is available but winsock …
|
|
|
@01d245e
|
11 years |
martin |
random_seed: Rewrite the generic clock() based seed code
The new code …
|
|
|
@e61b8fa5
|
11 years |
lu_zero |
configure: Update freetype check to follow upstream
The freetype …
|
|
|
@d68dc3c9
|
11 years |
lu_zero |
drawtext: Drop pointless header
It should be forward compatible with …
|
|
|
@6892d145
|
11 years |
anton |
segafilm: fix leaks if reading the header fails
Found-by: Mateusz …
|
|
|
@9cbf2d78
|
11 years |
anton |
pthread_frame: unref decoded frames on failure
This is similar to …
|
|
|
@a03a642d
|
11 years |
anton |
h264: do not use 422 functions for monochrome
Fixes invalid memory …
|
|
|
@9eef9eb3
|
11 years |
anton |
h264: check that execute_decode_slices() is not called too many times
…
|
|
|
@bfd26b7c
|
11 years |
anton |
h264: reject mismatching luma/chroma bit depths during sps parsing
…
|
|
|
@9a026c72
|
11 years |
anton |
h264: rebuild the default ref list if the reference count changes
…
|
|
|
@4736d003
|
11 years |
anton |
cavsdec: check ff_get_buffer() return value
Found-by: Mateusz "j00ru" …
|
|
|
@50079a6a
|
11 years |
anton |
lavc: do not leak the internal frame if opening the codec fails
|
|
|
@3867f371
|
11 years |
anton |
lavf: remove a pointless check
AVStream.codec is always non-NULL
|
|
|
@75647dea
|
11 years |
anton |
oggparseogm: check timing variables
Fixes a potential divide by zero. …
|
|
|
@8058284c
|
11 years |
anton |
lavc: add 422/444 YUV with alpha to align_dimensions()
Aligns frame …
|
|
|
@2f970946
|
11 years |
anton |
lagarith: do not call simd functions on unaligned lines
They end up …
|
|
|
@f4a8a008
|
11 years |
anton |
sgidec: fix buffer size check in expand_rle_row()
Right now it will …
|
|
|
@adb199d1
|
11 years |
anton |
kgv1dec: replace forcing EMU_EDGE by a copy
The decoder currently …
|
|
|
@fe80fa53
|
11 years |
anton |
4xm: replace forcing EMU_EDGE by a copy
The decoder currently sets …
|
|
|
@fffca3d2
|
11 years |
anton |
4xm: return a proper error code.
|
|
|
@0606671
|
11 years |
anton |
hevc: rename some HEVC conformance streams
Some HEVC conformance …
|
|
|
@98c0cd0
|
11 years |
anton |
hevc: add new conformance streams
Also remove superseded conformance …
|
|
|
@7ce88e5e
|
11 years |
martin |
cmdutils: update copyright year to 2014.
Signed-off-by: Martin …
|
|
|
@7840c404
|
11 years |
tdskywalker |
(e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data.
|
|
|
@13345fc1
|
11 years |
tdskywalker |
(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone …
|
|
|
@e9212309
|
11 years |
tdskywalker |
mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.
|
|
|
@4b7f1a7c
|
11 years |
tdskywalker |
mlp: Parse TrueHD decoder channel modifiers and set the …
|
|
|
@30d70e79
|
11 years |
tdskywalker |
dcadec: set AV_FRAME_DATA_MATRIXENCODING side data.
|
|
|
@6bfdb2de
|
11 years |
tdskywalker |
dcadec: set the output channel mode more accurately.
When downmixing …
|
|
|
@5b4797a2
|
11 years |
tdskywalker |
avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.
Includes a …
|
|
|
@5c437fb6
|
11 years |
tdskywalker |
lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.
|
|
|
@52ccc4a0
|
11 years |
lu_zero |
configure: Support preprocessor macros as header names
New versions …
|
|
|
@82b9799b
|
11 years |
martin |
sdp: Check that fmt->oformat is non-null before accessing it
This …
|
|
|
@9d18a7d
|
11 years |
alex.converse |
fate: Update AAC ELD 5.1 ref for recent bugfixes.
|
|
|
@7f29644
|
11 years |
alex.converse |
aac: Fix low delay windowing.
AAC LD uses a low overlap sine window …
|
|
|
@42d1b419
|
11 years |
alex.converse |
fate: Add a test vector for AAC ELD with TNS.
|
|
|
@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.
|
|
|