|
|
|
@c6965f62
|
9 years |
Michael Niedermayer |
Merge commit '44f7df0c987965763c609f6dc36974b04182e58d'
* commit …
|
|
|
@64539e12
|
9 years |
Michael Niedermayer |
avcodec/hap: (trivial) rename enum values and document their meaning
…
|
|
|
@26e8247c
|
9 years |
Michael Niedermayer |
avcodec/hap: (trivial) clarify comment
Signed-off-by: Michael …
|
|
|
@44f7df0c
|
9 years |
martin |
dds: Write the palette in the native endian form
This fixes the …
|
|
|
@11f3d5c6
|
9 years |
vittorio.giovara |
hap: Name enums, remove unused struct member
|
|
|
@083cbc93
|
9 years |
vittorio.giovara |
snappy: Refactor so ff_snappy_uncompress() uses an existing buffer
…
|
|
|
@7f388c0f
|
9 years |
anton |
asfdec: remove the wrong condition
this condition breaks reading from …
|
|
|
@ae5a8dca
|
9 years |
lu_zero |
hap: Fix slice size computation
A bug was introduced in …
|
|
|
@ebe8b5d9
|
9 years |
lu_zero |
dds: Fix the slice size computation
A bug was introduced in …
|
|
|
@22ecfcd4
|
9 years |
anton |
af_channelmap: properly set the supported output channel layouts
The …
|
|
|
@aed7715b
|
9 years |
anton |
asfdec: increment nb_streams right after the stream allocation
to …
|
|
|
@ee80f834
|
9 years |
anton |
asfdec: set nb_streams to 0 in the asf_read_close
Signed-off-by: …
|
|
|
@e59315c4
|
9 years |
onemda |
doc/filters.texi: fix two typos in reverse filter description
…
|
|
|
@625bf6a5
|
9 years |
onemda |
avfilter/vf_reverse: check also pts_size when reallocating
Fixes …
|
|
|
@cb59d29f
|
9 years |
Michael Niedermayer |
Merge commit '11f3d5c69b711a1f1631961921ecd20d31f8336d'
* commit …
|
|
|
@efa1e261
|
9 years |
Michael Niedermayer |
Merge commit '083cbc930d077651ea7e3fbc32ec45352cfed7e7'
* commit …
|
|
|
@8eff61fd
|
9 years |
Michael Niedermayer |
avcodec/mips/vp9_idct_msa: Replace volatile by volatile
…
|
|
|
@c03800d5
|
9 years |
Michael Niedermayer |
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 idct …
|
|
|
@d50ab820
|
9 years |
Michael Niedermayer |
libavcodec/qsvdec_h264.c: refactoring: functionality of …
|
|
|
@fd7eadd2
|
9 years |
Michael Niedermayer |
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functions …
|
|
|
@52c75d48
|
9 years |
george |
lavc/hevc: rudimentary support for skip_loop_filter.
+~9% speed on …
|
|
|
@744051a5
|
9 years |
Michael Niedermayer |
avcodec/hevc_parse: Print the name of the NAL units in addition to the …
|
|
|
@0a03271e
|
9 years |
Michael Niedermayer |
Merge commit '7f388c0fabc51eca3106e7cc443393269435ab52'
* commit …
|
|
|
@b04b0210
|
9 years |
Michael Niedermayer |
Merge commit 'ae5a8dca675ee544178225256893e679b750cb63'
* commit …
|
|
|
@157fa739
|
9 years |
Michael Niedermayer |
Merge commit 'ebe8b5d947c41449c684f17c6826fe6bc46c0360'
* commit …
|
|
|
@9c31b396
|
9 years |
Michael Niedermayer |
Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4'
* commit …
|
|
|
@40e8ade9
|
9 years |
Michael Niedermayer |
Merge commit 'aed7715b8fa295980c221f1cd095d42cd3bd74a6'
* commit …
|
|
|
@cd4c8789
|
9 years |
Michael Niedermayer |
Merge commit 'ee80f834cbb6dbacdc1efb4c658a7d775e82ebff'
* commit …
|
|
|
@a176bbc
|
9 years |
James |
avutil/softfloat: move av_sincos_sf() back to header
Fixes …
|
|
|
@1acb19d1
|
9 years |
Michael Niedermayer |
libavcodec/qsvdec_h264.c: SPS parsing is now performed by …
|
|
|
@f467fc02
|
9 years |
Michael Niedermayer |
tests/checkasm/h264pred: Use LOCAL_ALIGNED_16()
Fixes alignment issue …
|
|
|
@9e83ac61
|
9 years |
Michael Niedermayer |
tests/checkasm/h264qpel: Use LOCAL_ALIGNED_16()
Fixes alignment issue …
|
|
|
@9e3135f4
|
9 years |
Michael Niedermayer |
Edit documentation and versioning for the fixed point AAC decoder
…
|
|
|
@a9d986c2
|
9 years |
Michael Niedermayer |
avcodec: Minor macro polishing
Use macros from aac_defines.h for …
|
|
|
@4845f668
|
9 years |
Michael Niedermayer |
fate: Make ffprobe tests depend on avdevice
The test file they use …
|
|
|
@978a8540
|
9 years |
Michael Niedermayer |
tests: Add aac_fixed decoder test
Signed-off-by: Nedeljko Babic …
|
|
|
@5fd81cf6
|
9 years |
Michael Niedermayer |
avcodec: Implementation of AAC_fixed_decoder (PS-module)
Add fixed …
|
|
|
@631496e0
|
9 years |
Michael Niedermayer |
avcodec: Table creation for AAC_fixed_decoder (PS-module)
Add fixed …
|
|
|
@5362df2e
|
9 years |
Michael Niedermayer |
avcodec: remove unused sd variables
Signed-off-by: Michael …
|
|
|
@3d083f6f
|
9 years |
Michael Niedermayer |
avformat/dump: Also print pict_type in dump_sidedata() for …
|
|
|
@975257ff
|
9 years |
Michael Niedermayer |
avcodec/libx264: Export choosen pict_type
Signed-off-by: Michael …
|
|
|
@caba19a5
|
9 years |
Michael Niedermayer |
avcodec/dnxhdenc: Set pict type for AV_PKT_DATA_QUALITY_STATS …
|
|
|
@557e011b
|
9 years |
Michael Niedermayer |
avcodec/libxavs: Export pict_type in side data
Signed-off-by: Michael …
|
|
|
@c40ecffd
|
9 years |
Michael Niedermayer |
Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS
The …
|
|
|
@a906e86
|
9 years |
onemda |
apng: Fix decoding images with the PREVIOUS dispose op
|
|
|
@1d7fa1ac
|
9 years |
Michael Niedermayer |
Merge commit '21c90d86d27c2143354c7d782050a779b0986eb1'
* commit …
|
|
|
@d231d2be
|
9 years |
Michael Niedermayer |
Merge commit 'a16854892c3af945d3ab0015699a0c9884f0a89a'
* commit …
|
|
|
@787d370
|
9 years |
onemda |
avfilter: add deband filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@b68e445f
|
9 years |
Michael Niedermayer |
Merge commit 'd08d8b61aa9f07d3ea993fe5392f7408c958d221'
* commit …
|
|
|
@05cf687d
|
9 years |
Michael Niedermayer |
Merge commit '57214b2f7f9b1ccfd61e232e8989b5ee850f169c'
* commit …
|
|
|
@eaf15bba
|
9 years |
Michael Niedermayer |
Merge commit 'ea4d46e72945cba37feb7aa154eb970732f513e4'
* commit …
|
|
|
@6b9be608
|
9 years |
Michael Niedermayer |
Merge commit '2a187a074a7f5ad9f01f72ac9715ddfcb2dbb8ec'
* commit …
|
|
|
@fa7defc8
|
9 years |
Michael Niedermayer |
Merge commit '93f16f338f9e8aba0c006752eb3afc3fe6e137fd'
* commit …
|
|
|
@fce350be
|
9 years |
Michael Niedermayer |
Merge commit '5655236a67203d923755f285584c6e68abe7e33f'
* commit …
|
|
|
@fbdbe7a5
|
9 years |
Michael Niedermayer |
Merge commit 'ecee1148af4989e1f9e16f0cdc9f98ad2045538c'
* commit …
|
|
|
@e1b5a2e4
|
9 years |
Michael Niedermayer |
Merge commit 'e605bf3b590d295f215fcc9fd58eb11be55b68cb'
* commit …
|
|
|
@c1692439
|
9 years |
Michael Niedermayer |
Merge commit '3ae0e721c7b6e0483801b9039b3d140e3b68b7f5'
* commit …
|
|
|
@c7e64434
|
9 years |
Michael Niedermayer |
Support the Hap chunked frame format
Signed-off-by: Michael …
|
|
|
@21c90d86
|
9 years |
vittorio.giovara |
mpegvideo: Add missing include
|
|
|
@a1685489
|
9 years |
vittorio.giovara |
dds: Add a rgba fate test
|
|
|
@d08d8b61
|
9 years |
vittorio.giovara |
dds: Fix 32bpp bitmaps decoding
Found-By: ami_stuff
Signed-off-by: …
|
|
|
@57214b2f
|
9 years |
vittorio.giovara |
dds: Fix palette decoding
Red and blue channels were decoded in the …
|
|
|
@ea4d46e7
|
9 years |
vittorio.giovara |
dds: Fix enum declaration
Drop the global variables with anonymous …
|
|
|
@9837d3b0
|
9 years |
Michael Niedermayer |
avformat/asfdec_f: Parse ECC byte according to spec
This should not …
|
|
|
@2a187a07
|
9 years |
anton |
asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0
…
|
|
|
@93f16f33
|
9 years |
anton |
asfdec: close the demuxer properly when read_header is failing
…
|
|
|
@5655236a
|
9 years |
anton |
asfdec: factor out seeking to the Data Object outside while
return …
|
|
|
@ecee1148
|
9 years |
anton |
qsvenc_hevc: use the correct HW plugin UID
|
|
|
@3e35f8ef
|
9 years |
Michael Niedermayer |
avcodec: loongson optimize pixblockdsp with mmi
Signed-off-by: …
|
|
|
@e605bf3b
|
9 years |
janne-libav |
checkasm: remove empty array initializer list in h264pred test
Fixes …
|
|
|
@6b2bb3d2
|
9 years |
Carl Eugen Hoyos |
Cosmetics: Reindent after last commit.
|
|
|
@35b33f1a
|
9 years |
Carl Eugen Hoyos |
lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input.
|
|
|
@d373b508
|
9 years |
Philip Langdale |
movtextenc.c: Add support for text highlighting
This patch takes care …
|
|
|
@93e80a34
|
9 years |
Philip Langdale |
movtextenc.c: Reorganize the code for easier maintenance
This patch …
|
|
|
@0671dc5c
|
9 years |
Michael Niedermayer |
avformat/asfdec_f: Improve packet resync heuristic
Signed-off-by: …
|
|
|
@5d79a073
|
9 years |
Michael Niedermayer |
avformat/asfdec_f: Do not print errors if packets do not start with …
|
|
|
@385eb066
|
9 years |
Michael Niedermayer |
avformat/asfdec_f: Increase the amount of information provided in …
|
|
|
@3ae0e721
|
9 years |
lu_zero |
checkasm: Always link statically
Checkasm needs to use internal …
|
|
|
@323ec6b5
|
9 years |
Michael Niedermayer |
Add support for TEA (Tiny Encryption Algorithm)
Signed-off-by: …
|
|
|
@830d3a0e
|
9 years |
Michael Niedermayer |
avformat/async: rename async_interrupt_callback to …
|
|
|
@5e2098d9
|
9 years |
Michael Niedermayer |
avformat/async: fix interrupt_callback usage and return code
…
|
|
|
@8fe00dd1
|
9 years |
Michael Niedermayer |
Merge commit '6b2b26e7af3ede0abfb46eb5725c26d1083f50bc'
* commit …
|
|
|
@2de5737e
|
9 years |
Michael Niedermayer |
Merge commit '977105407cae55876041dddbf4ce0934cdd4cd6c'
* commit …
|
|
|
@d2b78fe6
|
9 years |
Michael Niedermayer |
libavfilter/vf_crop: implement process_command
Signed-off-by: Bernd …
|
|
|
@99ad832
|
9 years |
Michael Niedermayer |
libavfilter/vf_scale: implement process_command
Signed-off-by: Bernd …
|
|
|
@d32547a2
|
9 years |
James |
avcodec/utils: silence some deprecation warnings
And prevent eventual …
|
|
|
@3e46c7db
|
9 years |
James |
avcodec/options-test: don't alloc avctx->coded_frame
It's done …
|
|
|
@c303ad85
|
9 years |
Michael Niedermayer |
avcodec: loongson optimize blockdsp with mmi
Signed-off-by: …
|
|
|
@39867f3
|
9 years |
Michael Niedermayer |
avfilter/af_channelmap: Move ff_add_channel_layout() call to …
|
|
|
@f2d7409c
|
9 years |
Michael Niedermayer |
avformat/async: Add missing else
Signed-off-by: Michael Niedermayer …
|
|
|
@be0fd074
|
9 years |
Michael Niedermayer |
Merge commit '219b39a71a5694b1c14a07b86477f665a5b6849b'
* commit …
|
|
|
@593731ef
|
9 years |
Michael Niedermayer |
tests/checkasm/Makefile: Fix checkasm with SDL
Signed-off-by: Michael …
|
|
|
@aee909ac
|
9 years |
Michael Niedermayer |
fate: add test for async protocol
Signed-off-by: Michael Niedermayer …
|
|
|
@5d0616ce
|
9 years |
Michael Niedermayer |
avcodec/hapdec: log reason for failure when texture type doesn't match …
|
|
|
@b50910e9
|
9 years |
Michael Niedermayer |
avcodec: loongson optimize xvid idct with mmi
Signed-off-by: …
|
|
|
@21e2f030
|
9 years |
Michael Niedermayer |
avcodec: loongson move simple idct functions to a separate file
…
|
|
|
@331c1e74
|
9 years |
Michael Niedermayer |
aacenc: move the generation of ff_aac_pow34sf_tab[]
This commit moves …
|
|
|
@6b2b26e7
|
9 years |
lu_zero |
dds: Decode using optimal slices sizes
Enjoy some cache locality and …
|
|
|
@9771054
|
9 years |
lu_zero |
hap: Decode using optimal slices sizes
Enjoy some cache locality and …
|
|
|
@219b39a7
|
9 years |
lu_zero |
parseutil: Use non ambiguous aliases for uhd
uhd1 and uhd2 would be …
|
|
|