|
|
|
@8c94eab0
|
13 years |
mans |
configure: do not blank $LIBNAME if static libs disabled
Whatever …
|
|
|
@c558122e
|
13 years |
diego |
Fix segmentation fault in ffprobe
|
|
|
@9bfa5363
|
13 years |
rsbultje |
H.264: Add x86 assembly for 10-bit H.264 qpel functions.
Mainly …
|
|
|
@10dde477
|
13 years |
siretart |
Update Doxyfile to the format preferred by Doxygen 1.7.1 (via 'doxygen …
|
|
|
@8f175810
|
13 years |
mans |
aes: fix for big endian systems
This was missed in 5d20f19 since …
|
|
|
@66fe597
|
13 years |
mans |
des: reduce number of iterations in test program
Testing a million …
|
|
|
@904b5d30
|
13 years |
mans |
fate: add DES test
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@c9403419
|
13 years |
mans |
avidec: simplify convoluted flow in avi_load_index()
Signed-off-by: …
|
|
|
@6728aaf6
|
13 years |
mans |
ffv1: remove unused tables
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@b27565b1
|
13 years |
mans |
Remove statements immediately following unconditional jumps
This …
|
|
|
@050f2b3e
|
13 years |
mans |
mjpeg: remove pointless braces around block of code
Signed-off-by: …
|
|
|
@5d20f19b
|
13 years |
mans |
aes: fix invalid array indexing in init code
This makes the code work …
|
|
|
@21accb3b
|
13 years |
mans |
h264: remove assert() immediately following return statement
…
|
|
|
@af2ea724
|
13 years |
mans |
aes: use direct assignments instead of memcpy() or loops
…
|
|
|
@5dd045e
|
13 years |
mans |
ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6
…
|
|
|
@8aa63f0b
|
13 years |
mans |
ARM: NEON optimised vector_clip_int32()
Signed-off-by: Mans Rullgard …
|
|
|
@8f440223
|
13 years |
rsbultje |
swscale: disable full_chroma_int when converting to non-24/32bpp RGB.
…
|
|
|
@ccfa626d
|
13 years |
rsbultje |
suggest to use av_get_bytes_per_sample() in …
|
|
|
@f6d6783a
|
13 years |
rsbultje |
ffmpeg: use av_get_bytes_per_sample() in place of …
|
|
|
@0d5c349a
|
13 years |
mans |
put_bits: remove ALT_BITSTREAM_WRITER
The code for this variant does …
|
|
|
@30b0552
|
13 years |
mans |
put_bits: always use intreadwrite.h macros
This fixes invalid …
|
|
|
@12489443
|
13 years |
siretart |
libavformat: Add an example how to use the metadata API
Also include …
|
|
|
@21a19b79
|
13 years |
siretart |
doxygen: Prefer member groups over grouping into modules
Before this, …
|
|
|
@7655cfb1
|
13 years |
siretart |
doxygen: be more permissive when searching for API examples
|
|
|
@1a53a438
|
13 years |
siretart |
avformat: doxify the Metadata API
convert the comment that documents …
|
|
|
@4f731c44
|
13 years |
anton |
lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE …
|
|
|
@5001d6e
|
13 years |
anton |
lavf: use the correct pointer in av_open_input_stream().
|
|
|
@d3f610c
|
13 years |
alex.converse |
avidec: infer absolute vs relative index from first packet
|
|
|
@23ce6e72
|
13 years |
mans |
get_bits: remove x86 inline asm in A32 bitstream reader
x86 does not …
|
|
|
@fccab018
|
13 years |
siretart |
doc: Remove outdated information about our issue tracker
We have now …
|
|
|
@8b84af74
|
13 years |
alex.converse |
avidec: Factor out the sync fucntionality.
|
|
|
@29651e1d
|
13 years |
alex.converse |
fate-aac: Expand coverage.
Add al05_44, al06_44, al17_44.
|
|
|
@f99a5ef9
|
13 years |
justin.ruggles |
ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().
|
|
|
@8b7b2d6a
|
13 years |
justin.ruggles |
ac3dsp: simplify extract_exponents() now that it does not need to do …
|
|
|
@523b7eba
|
13 years |
justin.ruggles |
ac3enc: clip coefficients after MDCT.
This ensures that any …
|
|
|
@6054cd2
|
13 years |
justin.ruggles |
ac3enc: add int32_t array clipping function to DSPUtil, including x86 …
|
|
|
@8a8d0ce2
|
13 years |
rsbultje |
swscale: for >8bit scaling, read in native bit-depth.
For 9/10bit, it …
|
|
|
@cdc2c1c5
|
13 years |
rsbultje |
matroskadec: matroska_read_seek after after EBML_STOP leads to …
|
|
|
@134557f3
|
13 years |
siretart |
doxygen: fix usage of @file directive in libavutil/{dict,file}.h
|
|
|
@807aa2d8
|
13 years |
siretart |
doxygen: Help doxygen parser to understand the DECLARE_ALIGNED and …
|
|
|
@be73d76b
|
13 years |
diego |
cosmetics: fix some then/than typos
|
|
|
@d7537a6f
|
13 years |
siretart |
doxygen: Include libavcodec and libavformat examples into the documentation
|
|
|
@192bfbc
|
13 years |
siretart |
avutil: elaborate documentation for av_get_random_seed
|
|
|
@dafaef2
|
13 years |
alex.converse |
Add support for aac streams in mp4/mov without extradata.
|
|
|
@4bfe0644
|
13 years |
mans |
aes: whitespace cosmetics
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@bd55da1c
|
13 years |
mans |
adler32: whitespace cosmetics
Signed-off-by: Mans Rullgard …
|
|
|
@81cc7d0b
|
13 years |
rsbultje |
swscale: fix another yuv range conversion overflow in 16bit scaling.
|
|
|
@c31bc537
|
13 years |
mans |
Fix cpu flags test program
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@ce1e181b
|
13 years |
diego |
opt-test: Add missing braces to silence compiler warnings.
…
|
|
|
@bd9a9a2
|
13 years |
diego |
build: Eliminate obsolete test targets.
The targets are now part of …
|
|
|
@5d62d0b1
|
13 years |
martin |
udp: Fix a compilation warning
This fixes this compilation warning, …
|
|
|
@705b21a0
|
13 years |
martin |
swscale: Unbreak build with --enable-small
This fixes building with …
|
|
|
@71f02914
|
13 years |
mans |
base64: add fate test
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@744765a9
|
13 years |
mans |
aes: improve test program and add fate test
Signed-off-by: Mans …
|
|
|
@f6252b48
|
13 years |
mans |
adler32: make test program more useful and add fate test
…
|
|
|
@e0b8fff6
|
13 years |
rsbultje |
swscale: fix yuv range correction when using 16-bit scaling.
|
|
|
@ce2649af
|
13 years |
alex.converse |
aacenc: Make chan_map const correct
|
|
|
@812f2376
|
13 years |
diego |
rational-test: Add proper main() declaration to fix gcc warnings.
|
|
|
@c562ba4c
|
13 years |
diego |
configure: Add vdpau and dxva2 to configure results output.
|
|
|
@cfa68a33
|
13 years |
mans |
Remove unused, never built libavutil/pca.[ch]
Signed-off-by: Mans …
|
|
|
@5dd514af
|
13 years |
rsbultje |
matroskadec: forward parsing errors to caller.
Signed-off-by: Ronald …
|
|
|
@59ca3955
|
13 years |
rsbultje |
av_find_stream_info: simplify EAGAIN handling.
Signed-off-by: Ronald …
|
|
|
@98add74
|
13 years |
alex.converse |
aacenc: Fix determination of Mid/Side Mode.
In …
|
|
|
@d3a6c2ab
|
13 years |
alex.converse |
psymodel: Remove the single channel analysis function
|
|
|
@01344fe4
|
13 years |
alex.converse |
aacenc: Implement dummy channel group analysis that just calls the …
|
|
|
@0bc01cc9
|
13 years |
alex.converse |
psymodel: Add channels and channel groups to the psymodel.
|
|
|
@a3e1f80e
|
13 years |
mans |
ARM: remove check for PLD instruction
PLD is present in ARMv5TE and …
|
|
|
@0291ce84
|
13 years |
mans |
fate: move amr[nw]b test rules into separate files
Signed-off-by: …
|
|
|
@9ed6cbc3
|
13 years |
rsbultje |
ogg: fix double free when finding length of small chained oggs.
…
|
|
|
@ef1ee36
|
13 years |
rsbultje |
swscale: implement >8bit scaling support.
This means that precision …
|
|
|
@f6806986
|
13 years |
mans |
build: fix creation of tools dir with make 3.81
GNU make 3.81 …
|
|
|
@e2542dcc
|
13 years |
diego |
build: Mark all-yes Makefile target as phony.
|
|
|
@86c3c1ab
|
13 years |
diego |
pixfmt: fix YUV422/444 wrong endian comment
Signed-off-by: Diego …
|
|
|
@5e27ec28
|
13 years |
mans |
build: create output directories as needed
Signed-off-by: Mans …
|
|
|
@da55ee6c
|
13 years |
jason |
Add new yuv444 pixfmts to avcodec_align_dimensions2
Fixes draw_edges …
|
|
|
@4578435f
|
13 years |
diego |
swscale: Add Doxygen for hyscale_fast/hScale.
|
|
|
@b0da4903
|
13 years |
mans |
fate: enable lavfi-pixmt tests on big endian systems
Signed-off-by: …
|
|
|
@635930d4
|
13 years |
mans |
PPC: swscale: disable altivec functions for unsupported formats
…
|
|
|
@842f463c
|
13 years |
mans |
fate: merge identical pixdesc_be/le tests
Signed-off-by: Mans …
|
|
|
@d6cc6ac6
|
13 years |
diego |
swscale: Add Doxygen for yuv2planar*/yuv2packed* functions.
|
|
|
@7ac6910d
|
13 years |
mans |
build: call texi2pod.pl with full path instead of symlink
…
|
|
|
@57b4a3dd
|
13 years |
mans |
build: include sub-makefiles using full path instead of symlinks
…
|
|
|
@618230c7
|
13 years |
Ronald S. Bultje |
swscale: update big endian reference values after dff5a835.
|
|
|
@cb7b55b0
|
13 years |
mans |
wavpack: skip blocks with no samples
These blocks don't report audio …
|
|
|
@bd2deab7
|
13 years |
justin.ruggles |
cosmetics: remove outdated comment that is no longer true
|
|
|
@deb3ed0
|
13 years |
mans |
build: replace some addprefix/addsuffix with substitution refs
…
|
|
|
@bb00b15f
|
13 years |
diego |
avutil: Remove unused arbitrary precision integer code.
|
|
|
@d2ee495f
|
13 years |
diego |
configure: Drop check for availability of ten assembler operands.
…
|
|
|
@1bb52045
|
13 years |
alex.converse |
aacenc: Save channel configuration for later use.
|
|
|
@8dbaa5bd
|
13 years |
alex.converse |
aacenc: Fix codebook trellising for zeroed bands.
Choose band type …
|
|
|
@13a09979
|
13 years |
rsbultje |
swscale: change prototypes of scaled YUV output functions.
Remove …
|
|
|
@dff5a83
|
13 years |
Ronald S. Bultje |
swscale: re-add support for non-native endianness.
This works through …
|
|
|
@3d3c8149
|
13 years |
Ronald S. Bultje |
swscale: disentangle yuv2rgbX_c_full() into small functions.
This is …
|
|
|
@6fba14e
|
13 years |
Ronald S. Bultje |
swscale: split yuv2packed[12X]_c() remainders into small functions.
…
|
|
|
@dc179ec8
|
13 years |
Ronald S. Bultje |
swscale: split yuv2packedX_altivec in smaller functions.
This will …
|
|
|
@0d994b2f
|
13 years |
Ronald S. Bultje |
swscale: don't use planar output functions to write to NV12/21.
This …
|
|
|
@8683c6a6
|
13 years |
justin.ruggles |
ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
This avoids …
|
|
|
@668afae4
|
13 years |
justin.ruggles |
ac3enc: merge log2_tab() into normalize_samples()
|
|
|
@7dcdf97
|
13 years |
justin.ruggles |
ac3enc: Remove bit allocation fallbacks.
They introduce too much …
|
|
|
@659aa20e
|
13 years |
mans |
build: improve rules for test programs
This generates dependencies …
|
|
|