|
|
|
@02e63642
|
12 years |
diego |
FATE: fix (AD)PCM test dependencies broken in e519990
Signed-off-by: …
|
|
|
@95c89da3
|
12 years |
rsbultje |
Use ptrdiff_t instead of int for intra pred "stride" function …
|
|
|
@bad8e33d
|
12 years |
rsbultje |
x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.
|
|
|
@08b028c1
|
12 years |
rsbultje |
Remove INIT_AVX from x86inc.asm.
|
|
|
@c285edd0
|
12 years |
rsbultje |
Remove usage of INIT_AVX in h264_intrapred_10bit.asm.
Replace …
|
|
|
@ede4cedf
|
12 years |
anton |
dv: fix indentation
|
|
|
@14f031d7
|
12 years |
anton |
dv: use AVStream.index instead of abusing AVStream.id
|
|
|
@20dd41af
|
12 years |
anton |
lavfi: add ashowinfo filter
It can be useful for debugging.
Based on …
|
|
|
@9b500b8f
|
12 years |
martin |
avcodec: Add a RFC 3389 comfort noise codec
This isn't too useful as …
|
|
|
@8b25a20e
|
12 years |
martin |
lpc: Add a function for calculating reflection coefficients from …
|
|
|
@39ef66f5
|
12 years |
martin |
lpc: Add a function for calculating reflection coefficients from …
|
|
|
@dc579306
|
12 years |
anton |
lavr: document upper bound on number of output samples.
…
|
|
|
@01b76019
|
12 years |
anton |
lavr: add general API usage doxy
Signed-off-by: Anton Khirnov …
|
|
|
@bff5e5f8
|
12 years |
anton |
indeo3: remove duplicate capabilities line.
|
|
|
@2cbdd7c9
|
12 years |
diego |
fate: ac3: Add dependencies
|
|
|
@381dc1a5
|
12 years |
diego |
fate: ac3: Place E-AC-3 tests and AC-3 tests in different groups
|
|
|
@e519990c
|
12 years |
diego |
fate: Add shorthands for acodec PCM and ADPCM tests
|
|
|
@70478746
|
12 years |
diego |
avconv: Drop unused function argument from do_video_stats()
|
|
|
@ab799664
|
12 years |
diego |
cmdutils: Conditionally compile libswscale-related bits
This fixes …
|
|
|
@72c758f1
|
12 years |
diego |
aacenc: Drop some unused function arguments
|
|
|
@f21d5c90
|
12 years |
martin |
rtsp: Avoid a cast when calling strtol
This gets rid of this warning: …
|
|
|
@d4bff9f
|
12 years |
lu_zero |
nut: support textual data
Plain text (utf8 encoded) data can be muxed …
|
|
|
@07585ffa
|
12 years |
lu_zero |
nutenc: verbosely report unsupported negative pts
Additionally use …
|
|
|
@f174fbac
|
12 years |
anton |
lavc: add CODEC_CAP_DR1 to all video decoders missing them
|
|
|
@48f01398
|
12 years |
martin |
rtpdec: Cosmetic cleanup
Mainly clean up the RTP statistics code, …
|
|
|
@424b1e76
|
12 years |
lu_zero |
yuv4mpeg: reject unsupported codecs
The muxer already rejects …
|
|
|
@fce4450d
|
12 years |
lu_zero |
nutenc: K&R formatting cosmetics
|
|
|
@4cbae57c
|
12 years |
mans |
assdec: fix qsort() callback signature
This changes the event_cmp() …
|
|
|
@4cd217c0
|
12 years |
mans |
configure: detect sparc64 automatically
Signed-off-by: Mans Rullgard …
|
|
|
@4471a242
|
12 years |
mans |
vp8: fix memset() crossing array boundary
Indexing across array …
|
|
|
@c4cccc8d
|
12 years |
mans |
h264: fix invalid pointer arithmetic
Subtracting a (positive) value …
|
|
|
@50be2077
|
12 years |
mans |
amrwbdec: fix invalid pointer arithmetic
Subtracting a (positive) …
|
|
|
@4521645b
|
12 years |
mans |
avio: fix pointer type mismatches in avio_enum_protocols()
…
|
|
|
@cc64ec57
|
12 years |
mans |
avserver: use socklen_t where appropriate
Various socket functions …
|
|
|
@be2efe0c
|
12 years |
mans |
udp: use socklen_t where appropriate
getsockname() takes a pointer to …
|
|
|
@9efbfe5
|
12 years |
mans |
network: use HAVE_THREADS instead of local hack
HAVE_THREADS is set …
|
|
|
@67a68dce
|
12 years |
mans |
af_channelmap: remove stray enum declaration
Signed-off-by: Mans …
|
|
|
@6b776c61
|
12 years |
mans |
buffersink: remove stray semicolon after function definition
…
|
|
|
@1aa07aa2
|
12 years |
mans |
configure: fix tests for 2-arg math functions
Signed-off-by: Mans …
|
|
|
@ca7f5911
|
12 years |
diego |
doc: git-howto: Clarify comment about pushing series of commits
|
|
|
@87cdd7c6
|
12 years |
diego |
ivi_common: Drop unused function parameter from decode_band()
|
|
|
@707f58f5
|
12 years |
diego |
cook: Remove some silly Doxygen comments
|
|
|
@8a61ba0e
|
12 years |
diego |
cook: Remove senseless maybe_reformat_buffer32() function
|
|
|
@f23b4a06
|
12 years |
diego |
cook: cosmetics: Better names for joint_decode() function parameters
|
|
|
@20015379
|
12 years |
diego |
cook: cosmetics: Better name for ccpl COOKSubpacket member
|
|
|
@13bbefd5
|
12 years |
diego |
doxygen: Add av_alloc_size to list of predefined macros
This avoids …
|
|
|
@74e742d6
|
12 years |
diego |
doxygen: Drop some pointless entries from PREDEFINED macros list
|
|
|
@154ff818
|
12 years |
janne-libav |
h263: avoid memcpys over array bound in motion vector caching for obmc …
|
|
|
@6aa9368
|
12 years |
mans |
configure: sanitise sparc vis check
It is wrong to force …
|
|
|
@eadfb056
|
12 years |
mans |
configure: recognise more sparc variants as --cpu argument
…
|
|
|
@121604b
|
12 years |
martin |
build: Include HEADERS-yes in the HEADERS variable
This makes sure …
|
|
|
@254056c4
|
12 years |
lu_zero |
pcm: change references to raw to pcm
|
|
|
@22f7942f
|
24 years |
lu_zero |
ffv1: set the range coder state in decode_slice_header
|
|
|
@dcdfb8ed
|
12 years |
janne-libav |
pcmdec: change default of channels parameter to 1
This was previously …
|
|
|
@1b891d17
|
12 years |
janne-libav |
avconv: fix bitrate report when writing to /dev/null
avio_size() …
|
|
|
@285b706b
|
12 years |
janne-libav |
avfilter: fix graphparser memleaks on error paths
Fixes CID700635, …
|
|
|
@587874ef
|
12 years |
lu_zero |
rawdec: remove ff_raw_read_header
It is not used anymore and is a kludge.
|
|
|
@2ef4d586
|
12 years |
lu_zero |
pcmdec: remove dependency from rawdec
The code shared is not actually …
|
|
|
@5f0e161d
|
12 years |
lu_zero |
g722: refactor out of rawdec.c
|
|
|
@42c26a48
|
12 years |
lu_zero |
rawvideo: use a specific read_header
ff_raw_read_header is used only …
|
|
|
@2a91ada8
|
12 years |
diego |
avutil: Make LZO decoder code configure-time selectable
|
|
|
@5bac2d0c
|
12 years |
diego |
avutil: Move memcpy_backptr() to mem.c
The function is used elsewhere …
|
|
|
@a6e9d649
|
12 years |
mans |
configure: detect parisc64 automatically
Signed-off-by: Mans Rullgard …
|
|
|
@56203596
|
12 years |
mans |
configure: detect ppc64 automatically
Signed-off-by: Mans Rullgard …
|
|
|
@2acda282
|
12 years |
mans |
configure: detect mips64 automatically
Signed-off-by: Mans Rullgard …
|
|
|
@d4c99513
|
12 years |
mans |
configure: generalise 64-bit test
Signed-off-by: Mans Rullgard …
|
|
|
@c44cef97
|
12 years |
martin |
smoothstreamingenc: Don't assume streams start from timestamp 0
Also …
|
|
|
@292a08c
|
12 years |
anton |
asfdec: cosmetics, reformat ff_asf_parse_packet()
|
|
|
@5a956763
|
12 years |
anton |
g.723.1: add missing CODEC_CAP_DR1
|
|
|
@8e84f205
|
12 years |
anton |
avconv: remove now unneeded calls to avcodec_get_frame_defaults().
|
|
|
@1bc64c28
|
12 years |
anton |
lavc: initialize output AVFrame before decoding.
Avoids memleaks with …
|
|
|
@c68317eb
|
12 years |
justin.ruggles |
lavc: fix documentation for AVCodecContext.delay
|
|
|
@44d854a5
|
12 years |
justin.ruggles |
atrac3: return an error if extradata_size is not a specific known size …
|
|
|
@a5ef830b
|
12 years |
justin.ruggles |
lavc: use the correct API version guard macro for avcodec_encode_audio()
|
|
|
@5e28e97
|
12 years |
diego |
Move Doxyfile into the doc/ subdirectory
|
|
|
@d7a39b33
|
12 years |
diego |
doxygen: Build Doxygen documentation in the doc/ subdirectory
|
|
|
@a153e45b
|
12 years |
mans |
dfa: use av_memcpy_backptr() where previously impossible
Since the …
|
|
|
@e831b3b8
|
12 years |
mans |
av_memcpy_backptr: Drop no longer necessary malloc padding
…
|
|
|
@d82f1885
|
12 years |
mans |
Remove need for padding in av_memcpy_backptr()
Signed-off-by: Mans …
|
|
|
@ceb754d0
|
12 years |
diego |
lzo: Use AV_COPY*U macros where appropriate
|
|
|
@a9f0dce2
|
12 years |
siretart |
prepare 9_beta2 release
|
|
|
@330b864c
|
12 years |
diego |
dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxU
|
|
|
@af6dd6d
|
12 years |
diego |
intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addresses
|
|
|
@aa91fe80
|
12 years |
diego |
dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16
|
|
|
@9ab0874
|
12 years |
lu_zero |
mp3: properly forward mp_decode_frame errors
The function can return …
|
|
|
@0c03cc68
|
12 years |
lu_zero |
mp3: exit on parsing error in mp_decode_frame
Properly forward …
|
|
|
@c2dac8a
|
12 years |
diego |
rtmppkt: Avoid unescaped backslash in Doxygen comment
|
|
|
@2a222a72
|
12 years |
mans |
fate-lavfi: replace sed/grep/cut combos with awk
Signed-off-by: Mans …
|
|
|
@4ebc6a74
|
12 years |
mans |
build: Plan 9 support
This adds support for building on Plan 9 …
|
|
|
@80521c1
|
12 years |
mans |
build: allow targets to specify extra objects to link with executables …
|
|
|
@a805cefd
|
12 years |
mans |
swscale: avoid pointless use of compound literals
Some compilers …
|
|
|
@fab0a8b2
|
12 years |
mans |
libm: add fallbacks for various single-precision functions
…
|
|
|
@c3e73100
|
12 years |
mans |
network: use getservbyport() only if available
The absence of this …
|
|
|
@da0d0ae9
|
12 years |
mans |
network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLEN
…
|
|
|
@3f65eff4
|
12 years |
mans |
Include sys/time.h before sys/resource.h
Some systems require …
|
|
|
@a1f6ad69
|
12 years |
mans |
fate: check that dependencies actually exist
This causes make to exit …
|
|
|
@6f9018fc
|
12 years |
mans |
fate: fix ENCMUX macro
This matches how it is actually being called.
…
|
|
|
@ec444c84
|
12 years |
diego |
mpegaudiodec: Fix buffer handling on random access
|
|
|
@2f17f265
|
12 years |
diego |
mpegaudio: Refactor mp3on4 flush function
|
|
|
@88bdec03
|
12 years |
diego |
fate: Add dependencies for audio tests
|
|
|