|
|
|
@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
|
|
|
@71f3eb45
|
12 years |
diego |
fate: cosmetics: Group idct8x8 test together with all other libavcodec …
|
|
|
@7d420a42
|
12 years |
diego |
fate: More fine-grained dependencies for libavcodec test programs
|
|
|
@8b8899ac
|
12 years |
diego |
fate: Declare avcodec/avformat deps in the respective Makefile snippets
|
|
|
@e273a1a5
|
12 years |
diego |
fate: Add dependencies for WMA and WavPack tests
|
|
|
@8f4c414d
|
12 years |
diego |
Improve wording and spelling of av_log_missing_feature messages.
|
|
|
@00ed7f59
|
12 years |
anton |
lavu: remove disabled FF_API_AV_FIFO_PEEK cruft
|
|
|
@c692957c
|
12 years |
anton |
lavu: remove disabled avoptions cruft
|
|
|
@8207c67a
|
12 years |
anton |
lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft
|
|
|
@468ea9d5
|
12 years |
anton |
Revert "avutil: make some tables visible again"
This reverts commit …
|
|
|
@c6b25d1d
|
12 years |
anton |
Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore …
|
|
|
@add3a690
|
12 years |
anton |
lavu: bump major to 52
In addition to the recent tables mess, the …
|
|
|
@2b8dd371
|
12 years |
anton |
lavu: postpone recent deprecations until the next major bump
|
|
|
@9cac8a51
|
12 years |
anton |
APIchanges: update lavr bump date
|
|
|
@4e61a38a
|
12 years |
anton |
avconv: only apply presets when we have an encoder.
Fixes a crash …
|
|
|
@a1f4cd37
|
12 years |
justin.ruggles |
atrac3: replace a calculation with FFALIGN()
This allocates 4 bytes …
|
|
|
@808686fc
|
12 years |
justin.ruggles |
atrac3: remove unused ATRAC3Context field, sample_rate
|
|
|
@89a6c32
|
12 years |
justin.ruggles |
atrac3: use sizeof(variable) instead of sizeof(type)
|
|
|
@327747de
|
12 years |
justin.ruggles |
atrac3: simplify MDCT window calculation
|
|
|
@5d1007f7
|
12 years |
justin.ruggles |
atrac3: initialize static tables in AVCodec.init_static_data()
|
|
|
@78edce3f
|
12 years |
justin.ruggles |
atrac3: separate window initialization from IMDCT initialization
|
|
|
@c51311b9
|
12 years |
justin.ruggles |
atrac3: move the 'frame_factor' field from ATRAC3Context to where it …
|
|
|
@7e76f270
|
12 years |
justin.ruggles |
atrac3: remove unused ATRAC3Context field, bit_rate
|
|
|
@a2664c91
|
12 years |
justin.ruggles |
atrac3: move the 'samples_per_frame' field from ATRAC3Context to where …
|
|
|
@7c1f93af
|
12 years |
justin.ruggles |
atrac3: remove unused ATRAC3Context field, samples_per_channel
|
|
|
@cdd0e0de
|
12 years |
justin.ruggles |
atrac3: use AVCodecContext.block_align instead of keeping a private copy
|
|
|
@64ebbb8f
|
12 years |
justin.ruggles |
atrac3: move the 'delay' field from ATRAC3Context to where it is used
|
|
|
@56a9d2b
|
12 years |
justin.ruggles |
atrac3: move the 'version' field from ATRAC3Context to where it is used
|
|
|
@5ac673b5
|
12 years |
justin.ruggles |
atrac3: use AVCodecContext.channels instead of keeping a private copy
|
|
|
@aefdb735
|
12 years |
justin.ruggles |
atrac3: simplify some loop indexing
|
|
|
@e55d5390
|
12 years |
justin.ruggles |
atrac3: cosmetics: pretty-printing and renaming
also does some minor …
|
|
|
@abdee95
|
12 years |
mans |
pcm: define AVCodec instances only for enabled codecs
This defines an …
|
|
|
@5957aef
|
12 years |
anton |
libxvid: remove useless doxy comments.
|
|
|
@b691135d
|
12 years |
anton |
lavc: remove stats_out from the options table.
Since it is declared …
|
|
|
@6173a8fe
|
12 years |
anton |
riff: remove a write-only variable
|
|
|
@d6f4fe68
|
12 years |
anton |
lavc: extend frame_size doxy.
|
|
|
@46a86c61
|
12 years |
justin.ruggles |
alacdec: set bits_per_raw_sample
|
|
|
@c3e15f7b
|
12 years |
martin |
rtpdec: Don't pass a non-AVClass pointer as log context
The log …
|
|
|
@e0d5ac6a
|
12 years |
martin |
rtsp: Update a comment to the current filename scheme
Signed-off-by: …
|
|
|
@c854102d
|
12 years |
lu_zero |
avcodec: handle AVERROR_EXPERIMENTAL
Error out on init if a codec …
|
|
|
@a893655
|
12 years |
lu_zero |
avutil: Add AVERROR_EXPERIMENTAL
Signed-off-by: Luca Barbato …
|
|
|
@a4aa20f
|
12 years |
lu_zero |
avcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL
…
|
|
|
@620345f9
|
12 years |
diego |
fate: adpcm: cosmetics: Sort test entries
This also places tests of …
|
|
|
@2e0c4104
|
12 years |
diego |
fate: adpcm: Add dependencies
|
|
|
@af1ede06
|
12 years |
diego |
svq3: cosmetics: Drop useless parentheses
|
|
|
@a7d2861
|
12 years |
diego |
svq3: K&R formatting cosmetics
|
|
|
@88608782
|
12 years |
diego |
fate: Introduce ENCMUX macro for tests that require encoders and a muxer
|
|
|
@6cfca5b
|
12 years |
diego |
ffv1: Add missing #includes to header file
|
|
|
@2d09b36c
|
12 years |
derek.buitenhuis |
doc/platform: Add info on shared builds with MSVC
Signed-off-by: …
|
|
|
@f2a7236d
|
12 years |
derek.buitenhuis |
doc/platform: Move a caveat down to the notes section
Signed-off-by: …
|
|
|
@ebe46b80
|
12 years |
mans |
ARM: reinstate optimised intmath.h
Use of the ARM optimised intmath.h …
|
|
|
@0f13cd31
|
12 years |
lu_zero |
ffv1: update to ffv1 version 3
Based on code from Carl Eugen Hoyos, …
|
|
|
@4a2a452
|
12 years |
lu_zero |
ffv1: propagate errors
|
|
|
@71f7b22d
|
12 years |
lu_zero |
ffv1: split decoder and encoder
|
|
|
@d15c21e5
|
12 years |
martin |
avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI …
|
|
|