|
|
|
@06a1d13
|
10 years |
martin |
configure: Extend the neon intrinsics check
Check for an instruction …
|
|
|
@5be7d859
|
10 years |
diego |
fft-test: Comment some #endifs
|
|
|
@57f1b1dc
|
10 years |
diego |
fft-test: Drop unnecessary #ifdefs around header includes
|
|
|
@11c7155c
|
10 years |
diego |
dct/rdft: Add missing typedefs for context structs
Without the …
|
|
|
@eba2233b
|
10 years |
diego |
build: Add define for SIMD extensions requiring 16-byte aligned buffers
|
|
|
@67bc1ba5
|
10 years |
diego |
libxvid: Drop PPC-specific CPU detection hack
It is doubtful if the …
|
|
|
@7bdd2ff6
|
10 years |
lu_zero |
http: Use a constant for the supported header size
|
|
|
@78670fbf
|
10 years |
diego |
imgconvert: cosmetics: Reshuffle defines to reduce ifdeffery
|
|
|
@6869612f
|
10 years |
diego |
arm: Macroize the test for 'setend' CPU instruction support
…
|
|
|
@16e66522
|
10 years |
janne-libav |
aarch64: NEON intrinsics dct_unquantize_h263.
Intrinsics only used on …
|
|
|
@d45ebd48
|
10 years |
janne-libav |
configure: add support for neon intrinsics
|
|
|
@389380c2
|
10 years |
lu_zero |
http: Do move the class instantiation in the conditional block
Remove …
|
|
|
@28df1d24
|
10 years |
lu_zero |
http: Provide an option to override the HTTP method
Certain servers …
|
|
|
@bb0babd7
|
10 years |
lu_zero |
build: Support executable only ldflags
The options is useful to build …
|
|
|
@b396bbad
|
10 years |
lu_zero |
configure: Do not add extralibs to avresample .pc file
The library …
|
|
|
@fc27e727
|
10 years |
anton |
mpegts: do not export empty language tags
Signed-off-by: Anton …
|
|
|
@4d2d059
|
10 years |
diego |
fate: Split audio- and video-related RealMedia targets
Signed-off-by: …
|
|
|
@2ce5388
|
10 years |
diego |
build: Conditionally compile all avcodec test programs
|
|
|
@16b73280
|
10 years |
diego |
build: Conditionally build and run DCT test program
|
|
|
@bd499d9a
|
10 years |
diego |
build: Conditionally build and test iirfilter
|
|
|
@c3ec963d
|
10 years |
diego |
mjpeg: return proper error code
Signed-off-by: Diego Biurrun …
|
|
|
@81b9bf31
|
10 years |
diego |
dct-test: Move arch-specific bits into arch-specific subdirectories
|
|
|
@a9f3f5fa
|
10 years |
janne-libav |
Revert "tiff: support reading gray+alpha at 8 bits"
This reverts …
|
|
|
@819bb3e8
|
10 years |
vittorio.giovara |
fate: add h264-direct-bff test
|
|
|
@c39059be
|
10 years |
vittorio.giovara |
h264: Fix direct temporal mvs for bottom-field-first poc order
Such …
|
|
|
@b31d76e
|
10 years |
vittorio.giovara |
tiff: support reading gray+alpha at 8 bits
Signed-off-by: Vittorio …
|
|
|
@4de8b606
|
10 years |
diego |
idct: Move arm-specific declarations to a header in the arm directory
|
|
|
@9f99a5f1
|
10 years |
diego |
mpegencconetxt: Move rv10-specific orig_width/orig_height where they …
|
|
|
@1a583c0c
|
10 years |
diego |
fdct: Move ppc-specific declarations to a header in the ppc directory
|
|
|
@5dcc2015
|
10 years |
diego |
simple_idct: Move x86-specific declarations to a header in the x86 …
|
|
|
@85cabb8d
|
10 years |
diego |
fdct: Move x86-specific declarations to a header in the x86 directory
|
|
|
@d6e1d371
|
10 years |
diego |
oss_audio: Split muxer and demuxer
Signed-off-by: Diego Biurrun …
|
|
|
@e0a2e60c
|
10 years |
diego |
dct-test: Reuse enum idct_permutation_type instead of duplicating it
|
|
|
@913fa85a
|
10 years |
diego |
dct-test: Skip indirection for MMX IDCT permutation
|
|
|
@9e0b2991
|
10 years |
diego |
x86: dnxhdenc: Eliminate some unnecessary ifdefs
|
|
|
@b4edbe9a
|
10 years |
diego |
libgsm: Split decoder and encoder
Signed-off-by: Diego Biurrun …
|
|
|
@8b0dd494
|
10 years |
diego |
idctdsp: prettyprinting cosmetics
|
|
|
@b4987f72
|
10 years |
diego |
idct: Convert IDCT permutation #defines to an enum
Also rename the …
|
|
|
@c0de9159
|
10 years |
diego |
avdevice: Give names to anonymously typedeffed structs
Anonymous …
|
|
|
@24af1aa0
|
10 years |
diego |
fft: Convert FFT/MDCT permutation type #defines to enums
|
|
|
@746ad4e0
|
10 years |
diego |
dct-test: Improve CPU flags struct member name
|
|
|
@cb44b21d
|
10 years |
diego |
dct-test: Move cpu_flags variable out of global scope
|
|
|
@7e18a727
|
10 years |
martin |
arm: cosmetics: Consistently use lowercase for shift operators
…
|
|
|
@fe67f3fb
|
10 years |
martin |
arm: cosmetics: Fix a misaligned asm operand
Signed-off-by: Martin …
|
|
|
@5a272190
|
10 years |
martin |
armv6: Accelerate butterflies_float
I benchmarked the result by …
|
|
|
@5edad2c4
|
10 years |
martin |
armv6: Accelerate vector_fmul_window
I benchmarked the result by …
|
|
|
@87552d54
|
10 years |
martin |
armv6: Accelerate ff_fft_calc for general case (nbits != 4)
The …
|
|
|
@5c22e8e4
|
10 years |
martin |
armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)
The …
|
|
|
@2d604443
|
10 years |
diego |
dsputil: Split motion estimation compare bits off into their own context
|
|
|
@a578b040
|
10 years |
martin |
configure: Assume runtime cpu detection on arm on --target-os=android …
|
|
|
@c23ce454
|
10 years |
diego |
x86: dsputil: Coalesce all init files
This makes the init files match …
|
|
|
@324ff594
|
10 years |
diego |
avpacket: Check for and return errors in ff_interleave_add_packet()
…
|
|
|
@2db953f8
|
10 years |
diego |
h264: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@a11ef610
|
10 years |
diego |
h264: Remove some commented-out, broken cruft
|
|
|
@adff0a81
|
10 years |
diego |
arm: dsputil: Coalesce all init files
|
|
|
@14b4e64e
|
10 years |
vittorio.giovara |
g2meet: allow size changes within original sizes
|
|
|
@f9900822
|
10 years |
martin |
fate: Use the correct, local path to samples for opus reference files
…
|
|
|
@acf9121
|
10 years |
diego |
x86: dsputil: Avoid pointless CONFIG_ENCODERS indirection
The …
|
|
|
@a8552ee
|
10 years |
diego |
ppc: dsputil: Coalesce all init files
|
|
|
@6cc1409b
|
10 years |
diego |
examples/output: Remove unused variable
doc/examples/output.c:460:9: …
|
|
|
@1173320
|
10 years |
diego |
dsputil: Drop unused bit_depth parameter from all init functions
|
|
|
@df2aa222
|
10 years |
lu_zero |
mov: Clarify tkhd flag settings
|
|
|
@f9072969
|
10 years |
lu_zero |
mov: Do not group tracks if more than one is enabled per type
The …
|
|
|
@458e7c94
|
10 years |
anton |
hevc: implement pic_output_flag handling
Sample-Id: …
|
|
|
@f43789b7
|
10 years |
anton |
hevc: set the keyframe flag on output frames
Signed-off-by: Vittorio …
|
|
|
@1493b237
|
10 years |
anton |
hevc: Replace nal type chek with equivalent IS_IRAP macro
…
|
|
|
@17e9d52c
|
10 years |
anton |
hevc_ps: remove a write-only variable
|
|
|
@44386aaa
|
10 years |
diego |
cdg: Forward error from avio_size() in read_header() function
…
|
|
|
@5adcef9c
|
10 years |
martin |
mpegts: pass MpegTSContext ptr explicitly
AVFormatContext->priv_data …
|
|
|
@f46bb608
|
10 years |
diego |
dsputil: Split off pixel block routines into their own context
|
|
|
@0569a7e0
|
10 years |
vittorio.giovara |
hevc: parse display orientation SEI message
Signed-off-by: Vittorio …
|
|
|
@18e3d61e
|
10 years |
vittorio.giovara |
h264: parse display orientation SEI message
Signed-off-by: Vittorio …
|
|
|
@a54f03b
|
10 years |
vittorio.giovara |
display: add matrix flip api
|
|
|
@33a7b453
|
10 years |
vittorio.giovara |
doc: mention option to mix shared/static libraries
Signed-off-by: …
|
|
|
@0307cc2
|
10 years |
anton |
rtpdec: pass an AVFormatContext to ff_parse_fmtp()
Use it for …
|
|
|
@650d3840
|
10 years |
anton |
yuv4mpegenc: do not access AVCodecContext.coded_frame
Its contents …
|
|
|
@27c1f82f
|
10 years |
anton |
nsvdec: remove commented out cruft
|
|
|
@edb1af7c
|
10 years |
anton |
mov: free the dv demux context with avformat_free_context()
|
|
|
@a14b6165
|
10 years |
anton |
mtv: do not set sample_rate for video
|
|
|
@b8604a97
|
10 years |
anton |
oggparsecelt: do not set AVCodecContext.frame_size
It is supposed to …
|
|
|
@d5cf5afa
|
10 years |
anton |
adxdec: get rid of an avpriv function
The only thing the demuxer …
|
|
|
@f6ee61fb
|
10 years |
anton |
lavc: export DV profile API used by muxer/demuxer as public
|
|
|
@3f3232a3
|
10 years |
anton |
avconv: set the output stream timebase
This is required by the new API.
|
|
|
@c9c1265c
|
10 years |
anton |
avformat: update muxing doxy
The callers should now set the stream …
|
|
|
@abda15a9
|
10 years |
anton |
cdg: set the keyframe flag on the first packet
Bug-Id: 55
|
|
|
@18fb38fb
|
10 years |
martin |
mov: Remove a variable that is set but never used
This silences a …
|
|
|
@cf280ed0
|
10 years |
martin |
avplay: Handle pixel aspect ratio properly
This was broken (left …
|
|
|
@52a1c32c
|
10 years |
lu_zero |
nut: Use nut->version in the version range check
It was wrongly left …
|
|
|
@79fce1e
|
10 years |
martin |
arm: Avoid using the 'setend' instruction on ARMv7 and newer
This …
|
|
|
@3d90f27a
|
10 years |
anton |
avformat_new_stream: make the AVCodec parameter const
Signed-off-by: …
|
|
|
@d3cfd7af
|
10 years |
anton |
af_compand: make sure request_frame always outputs at least one frame
…
|
|
|
@a9aee08d
|
10 years |
diego |
dsputil: Split off FDCT bits into their own context
|
|
|
@1e9a93bf
|
10 years |
martin |
libfdk-aacdec: Decode the first AAC frame to reliably identify the …
|
|
|
@a863c97
|
10 years |
martin |
smoothstreamingenc: Fix a memory leak on errors
Signed-off-by: Martin …
|
|
|
@246f8695
|
10 years |
diego |
vmd: Split audio and video decoder
Signed-off-by: Diego Biurrun …
|
|
|
@3c650efb
|
10 years |
diego |
dsputil: Move draw_edges() to mpegvideoencdsp
|
|
|
@c1661484
|
10 years |
diego |
dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc
|
|
|
@8d686ca5
|
10 years |
diego |
dsputil: Split off *_8x8basis to a separate context
|
|
|
@a7985cfd
|
10 years |
diego |
audio_fifo: Split into a separate doxygen module
Signed-off-by: …
|
|
|
@d69243d3
|
10 years |
diego |
samplefmt: Add doxygen categories
Categorize the enum and functions …
|
|
|