22133 Commits (3e906f4cfb15738b4c0cb56bad64531620af4818)
 

Author SHA1 Message Date
Stefano Sabatini 3e906f4cfb Simplify reset_ptr(): employ usePal() macro rather than enumerating 15 years ago
Stefano Sabatini 006aa1a4c2 Implement null video sink. 15 years ago
Carl Eugen Hoyos 864a074213 Correctly decode some Avid AV1x samples, fixes issue 1684. 15 years ago
Stefano Sabatini dd08b83c87 Implement null video source. 15 years ago
Anatoly Nenashev e1bb0364f8 Support lowres 3 when decoding MPEG video. 15 years ago
Stefano Sabatini b5eab66e9f Make avfilter_default_start_frame() request a buffer with the same 15 years ago
Michael Niedermayer ddd60f28d8 Replace cabac checks in inline functions from h264.h with constants. 15 years ago
Måns Rullgård a482e61bd6 Add symbol versioning for shared libraries 15 years ago
Måns Rullgård 2ed46eeab3 configure: add test_ldflags function 15 years ago
Måns Rullgård e8393e1cb8 Add symbol versioning for shared libraries 15 years ago
Vitor Sessak d140b02581 SIPR16k decoder 15 years ago
Vitor Sessak d79c06b2ad Allow a SIPR table to be used by the upcoming SIPR16k decoder 15 years ago
Vitor Sessak 65323ed279 Split some SIPR structs to a header file for the upcoming SIPR16k commit 15 years ago
Vitor Sessak 06cb7a1c8f Use macros instead of inline functions to replace the following missing C99 15 years ago
ami_stuff a4be782cbd Support 2Vuy in mov, fixes issue 1690. 15 years ago
Ramiro Polla f821f98126 Exclude .svn and .git directories from doxygen documentation. 15 years ago
Måns Rullgård 2b9cb7ec71 Fix out of tree build with hardcoded tables 15 years ago
Ramiro Polla ad7da0b551 mingw32: Build for Windows XP by default. Add note about Win9x/2000 support. 15 years ago
Ramiro Polla 2e3e8031ec Don't initialize normal horizontal filter if MMX2 filter is used. 15 years ago
Ramiro Polla 93fe7eb68d Get one step closer to world domination. 15 years ago
Jai Menon 598ef02b15 Do not print VDPAU upgrade notice when configure is invoked 15 years ago
Måns Rullgård d356a53f44 AAC: optimise bitstream reading in decode_spectrum_and_dequant() 15 years ago
Carl Eugen Hoyos 59ea69ef54 Support decoding of Avid uncompressed mov files, fixes issue 1685. 15 years ago
Carl Eugen Hoyos a0ae3e41f3 Support decoding Avid 1:1x codec, (partially) fixes issue1684. 15 years ago
Zuxy Meng a959e24780 Const correctness for src pointer. Remove all constness related warnings in 15 years ago
Michael Niedermayer 7c2de274e7 Add forgotten include of h264_mvpred.h to h264.h. 15 years ago
Michael Niedermayer e2dd8586d8 Add forgotton multiple inclusion guards to h264_mvpred.h. 15 years ago
Måns Rullgård 798339fb46 AAC: ARM/NEON asm for VMUL2/4 functions 15 years ago
Carl Eugen Hoyos c78dfcdaf4 Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c 15 years ago
Stefano Sabatini 3bfbbef64d Fix typo. 15 years ago
Måns Rullgård 544f5a922f Optimise av_log2 with clz when available 15 years ago
Måns Rullgård 669b558330 Set HAVE_FAST_CLZ if CPU has a fast count leading zeros instruction 15 years ago
Ramiro Polla 00c081a8f0 Remove unused clip_table code. 15 years ago
Måns Rullgård 3d7453e056 configure: allow reverse auto-selection of options 15 years ago
Reimar Döffinger 29b75f0b67 Change code so it uses 2 adds instead of one FFABS. 15 years ago
Peter Ross 574b183d64 Latent libavformat version bump and documentation update for Adobe Filmstrip muxer and demuxer (r21212) 15 years ago
Peter Ross 83ab7f1883 Adobe Filmstrip muxer and demuxer 15 years ago
Ramiro Polla efc034cc0f Add const qualifier to rgb48 to YV12 functions' src. 15 years ago
Ramiro Polla a3e35e2852 Add missing parameter to rgb48 to YV12 functions. 15 years ago
Alexander Strange f267d3ac75 Implement alpha channel decoding for BGR HuffYUV. 15 years ago
Andrew Wason ff5ab5c8c9 set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com 15 years ago
Baptiste Coudurier 49544546b0 do not skip mdat data if it's the last atom, avoids one seek 15 years ago
Baptiste Coudurier 08c8e66a99 restore old buffer content when seek failed in http protocol, fix issue #1631 15 years ago
Baptiste Coudurier a1f42882e1 revert wrongly commited hunk in r21205 15 years ago
Baptiste Coudurier 10061cd648 remove useless type declarations 15 years ago
Baptiste Coudurier dcc2220ab5 remove useless declarations from mpegts.h 15 years ago
Baptiste Coudurier 33931016e5 use codec rc_max_rate if set and warn if bit rate is not set 15 years ago
Baptiste Coudurier 01d6bd525a Do not split audio frames accross pes packets. 15 years ago
Luca Abeni 6f284d197c Surprisingly enough, the RTP muxer does not depend on the RTP protocol 15 years ago
Mike Scheutzow 907d916627 print more debug info about muxing parameters, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com 15 years ago