|
|
|
@b62d4c16
|
12 years |
derek.buitenhuis |
Revert "cbrt_tablegen: Include libm.h"
This code runs on the host and …
|
|
|
@7a1a9dd5
|
12 years |
lu_zero |
pthread: make sure AVFrame.extended_data is set properly.
…
|
|
|
@c8ba8be2
|
12 years |
martin |
libfdk-aac: reindent after last commit
Signed-off-by: Martin Storsjö …
|
|
|
@94a69de
|
12 years |
martin |
libfdk-aac: Limit to supported sample rates.
Signed-off-by: Martin …
|
|
|
@2768b717
|
12 years |
derek.buitenhuis |
cbrt_tablegen: Include libm.h
Needed for cbrtf fallback on systems …
|
|
|
@0336dea2
|
12 years |
lu_zero |
oggparsetheora: make it more robust
|
|
|
@bb146bb
|
12 years |
lu_zero |
ogg: prevent NULL pointer deference in theora gptopts
Additional …
|
|
|
@d1f05dd1
|
12 years |
lu_zero |
ogg: calculate the start position once all the headers are parsed
The …
|
|
|
@7751e469
|
12 years |
lu_zero |
ogg: check that the expected number of headers had been parsed
Not …
|
|
|
@a716006a
|
12 years |
anton |
libx264: change default to closed gop to match x264cli
open-gop can …
|
|
|
@11d1ca4b
|
12 years |
anton |
Use avcodec_free_frame() to free AVFrames.
|
|
|
@9eb29657
|
12 years |
anton |
lavf: use a malloced AVFrame in try_decode_frame().
This allows using …
|
|
|
@a42aadab
|
12 years |
anton |
lavc: add avcodec_free_frame().
Since an AVFrame now has malloced …
|
|
|
@b437cec1
|
12 years |
anton |
lavc: ensure extended_data is set properly on decoding
|
|
|
@2bc0de38
|
12 years |
anton |
lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()
|
|
|
@c084a975
|
12 years |
anton |
lavc: use av_mallocz to allocate AVFrames.
Otherwise the frame is …
|
|
|
@a83499b1
|
12 years |
anton |
lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults
…
|
|
|
@cee1950b
|
12 years |
martin |
rtp: Packetization of JPEG (RFC 2435)
|
|
|
@71908f08
|
12 years |
martin |
smoothstreamingenc: Copy the SAR on the AVStreams as well
This is …
|
|
|
@0ccf051a
|
12 years |
justin.ruggles |
avcodec: fix memleak in avcodec_encode_audio2()
Ensure that …
|
|
|
@c54e0061
|
12 years |
siretart |
sipr: fall back to setting mode based on bit_rate.
Not all …
|
|
|
@e52e4fe1
|
12 years |
anton |
libx264: add forgotten ;
|
|
|
@87b017a2
|
12 years |
anton |
matroskadec: fix a sanity check.
|
|
|
@bdb939ad
|
12 years |
anton |
matroskadec: only return corrupt packets that actually contain data
…
|
|
|
@1cc569d
|
12 years |
anton |
lavf: zero data/size of the packet passed to read_packet().
|
|
|
@8995d349
|
12 years |
mans |
ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code
The Apple …
|
|
|
@cdb7db5a
|
12 years |
mans |
ARM: align PIC offset pools to 4 bytes
When building Thumb2 code, the …
|
|
|
@a27a690
|
12 years |
mans |
ARM: swap source operands in some add instructions
This allows using …
|
|
|
@0122118e
|
12 years |
mans |
configure: update tms470 detection for latest version
v5.0 of the TI …
|
|
|
@6746cd7f
|
12 years |
janne-libav |
lavf probe: prevent codec probe with no data at all seen
This occurs …
|
|
|
@a34a609f
|
12 years |
mans |
motion_est: fix use of inline on extern functions
Inline functions …
|
|
|
@50d1f443
|
12 years |
anton |
mp3dec: read Xing frame TOC index
|
|
|
@2d1a1a7f
|
12 years |
anton |
mp3dec: use named constants for Xing header flags
|
|
|
@9bf41210
|
12 years |
anton |
libx264: add support for nal-hrd, required for Blu-ray streams.
…
|
|
|
@d17d0ec8
|
12 years |
lu_zero |
mov: support random access point grouping
Frames described by this …
|
|
|
@7d843100
|
12 years |
lu_zero |
matroskadec: properly support BlockDuration
|
|
|
@c831ebf6
|
12 years |
lu_zero |
matroskadec: split frame parsing
|
|
|
@2d0e7713
|
12 years |
lu_zero |
matroskadec: split laces parsing
|
|
|
@117d8c6d
|
12 years |
lu_zero |
matroska: implement support for ProRes
Support Matroska native …
|
|
|
@8071dca3
|
12 years |
lu_zero |
matroska: implement support for ALAC
Support Matroska native …
|
|
|
@870e7552
|
12 years |
lu_zero |
matroskadec: validate lace_size when parsed
Stricter validation, …
|
|
|
@c9a39cec
|
12 years |
lu_zero |
matroskadec: return meaningful errors in matroska_decode_buffer
|
|
|
@df1d8412
|
12 years |
lu_zero |
matroskadec: fix incorrect unsigned->signed conversion
|
|
|
@8d4dd55c
|
12 years |
lu_zero |
matroskadec: refactor matroska_decode_buffer
Make …
|
|
|
@581281e2
|
12 years |
lu_zero |
matroskadec: check realloc in lzo encoding
Make all the compression …
|
|
|
@cd4739c4
|
12 years |
lu_zero |
matroska: honor error_recognition on unknown doctypes
|
|
|
@df6c3f9f
|
12 years |
alex.converse |
tiffdec: Add support for GRAY16LE.
Tested with the GraphicsMagick …
|
|
|
@298ed797
|
12 years |
alex.converse |
tiffenc: Add support for little endian RGB48 and GRAY16
|
|
|
@8701f4f8
|
12 years |
janne-libav |
mpeg4: support frame parameter changes with frame-mt
Adds a flag …
|
|
|
@01fc5d66
|
12 years |
janne-libav |
mpegvideo: check ff_find_unused_picture() return value for errors
|
|
|
@32c7589b
|
12 years |
janne-libav |
mpegvideo: release frame buffers before freeing them
Fixes triggering …
|
|
|
@ac3a9b51
|
12 years |
mans |
configure: msvc: default to 'lib' as 'ar' tool
Signed-off-by: Mans …
|
|
|
@3dbc777c
|
12 years |
mans |
build: support some non-standard ar variants
This adds support for …
|
|
|
@b16d001
|
12 years |
janne-libav |
rv34: use ff_MPV_common_frame_size_change()
Specialised functionality …
|
|
|
@435c0b87
|
12 years |
janne-libav |
mpegvideo: add reinit function for frame parameter changes
This is …
|
|
|
@1b3439b3
|
12 years |
janne-libav |
mpegvideo: move frame size dependent memory management to separate …
|
|
|
@aeeb782c
|
12 years |
mans |
configure: add --toolchain option
This allows creating canned …
|
|
|
@e772f9fa
|
12 years |
martin |
configure: Make the smoothstreaming muxer enable the ismv muxer
This …
|
|
|
@84cc314e
|
12 years |
martin |
smoothstreaming: Export the mp4 codec tags
This fixes stream copy …
|
|
|
@9888ffb1
|
12 years |
lu_zero |
mov: check for EOF in long lasting loops
A quite widespread pattern …
|
|
|
@419ffb23
|
12 years |
lu_zero |
avcodec: cleanup utils.c
|
|
|
@ee90119e
|
12 years |
justin.ruggles |
binkaudio: remove unneeded GET_BITS_SAFE macro
Normal get_bits() …
|
|
|
@7bfd1766
|
12 years |
justin.ruggles |
binkaudio: use float sample format
Use planar for DCT codec, …
|
|
|
@0801b597
|
12 years |
justin.ruggles |
binkaudio: use a different value for the coefficient scale for the DCT …
|
|
|
@6a08955c
|
12 years |
lu_zero |
flvenc: silence bogus warning
The compiler fails to figure out that …
|
|
|
@2a8a860a
|
12 years |
mans |
configure: include flags in nm variable
This simplifies ensuring …
|
|
|
@ee0f53e9
|
12 years |
justin.ruggles |
alsdec: fix misplaced parentheses.
Signed-off-by: Justin Ruggles …
|
|
|
@ac3f5a68
|
12 years |
justin.ruggles |
alsdec: check return values.
Signed-off-by: Justin Ruggles …
|
|
|
@66197988
|
12 years |
justin.ruggles |
alsdec: fix number of decoded samples in first sub-block in BGMC mode. …
|
|
|
@97f0efbf
|
12 years |
justin.ruggles |
alsdec: Fix out of ltp_gain_values read.
Found-by: Mateusz "j00ru" …
|
|
|
@5b051ec3
|
12 years |
justin.ruggles |
alsdec: Check that quantized parcor coeffs are within range.
ALS …
|
|
|
@9853e41a
|
12 years |
justin.ruggles |
alsdec: check opt_order.
Fixes out of array write in quant_cof.
Also …
|
|
|
@23aae62c
|
12 years |
justin.ruggles |
alsdec: Check k used for rice decoder.
Values that fail this check …
|
|
|
@e3496e5d
|
12 years |
anton |
avfiltergraph: silence an uninitialized variable warning
The warning …
|
|
|
@34ebbbf
|
12 years |
anton |
xsubenc: reindent
|
|
|
@466b39e
|
12 years |
anton |
lavc: replace AVCodecContext.encode with subtitle-specific callback
…
|
|
|
@9f64c821
|
12 years |
anton |
lavc: add const to private codec class initialization.
Silences a …
|
|
|
@58dee6e6
|
12 years |
anton |
avconv: don't pass a bogus parameter to …
|
|
|
@049ce4f
|
12 years |
anton |
id3v2: strdup the genre name explicitly.
It would have been done …
|
|
|
@ffdd2e91
|
12 years |
anton |
lavf/id3v2: do not export empty fields.
This also avoids a memleak.
…
|
|
|
@4e48aa86
|
12 years |
anton |
buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()
|
|
|
@1fce361d
|
12 years |
mans |
lavfi: replace empty input/output lists with null pointers
…
|
|
|
@2f34021d
|
12 years |
janne-libav |
avconv: flush filtered frames before reconfiguring filters
This …
|
|
|
@a5ea623
|
12 years |
lu_zero |
mov: stsd entries must be at least 16 byte
Fix near infinite loop in …
|
|
|
@9db67bed
|
12 years |
lu_zero |
mov: detect EOF in mov_read_dref()
Avoid a near infinite loop.
Issue …
|
|
|
@4ed5ac50
|
12 years |
lu_zero |
file: return proper error on seek failures
|
|
|
@2568646
|
12 years |
mans |
mpegvideo: drop unnecessary arguments to hpel_motion()
These …
|
|
|
@66f5a6b4
|
12 years |
mans |
mpegvideo: drop 'inline' from some functions
These functions do not …
|
|
|
@66f52d0c
|
12 years |
anton |
nellymoserdec: drop support for s16 output.
It internally decodes as …
|
|
|
@8b78c296
|
12 years |
anton |
bmpdec: only initialize palette for pal8.
Gray8 is not considered to …
|
|
|
@1c9d54b
|
12 years |
derek.buitenhuis |
build: Properly remove object files while cleaning
Previously, object …
|
|
|
@7689eea4
|
12 years |
mans |
flacdsp: arm optimised lpc filter
|
|
|
@c1c8fdab
|
12 years |
derek.buitenhuis |
compat/vsnprintf: return number of bytes required on truncation.
This …
|
|
|
@3f7fd59
|
12 years |
lu_zero |
avformat: fix typo in avformat_close_input
The condition should not be &&.
|
|
|
@7040c9fa
|
12 years |
anton |
mp3enc: write Xing TOC
Based on the code by:
Peter Belkner …
|
|
|
@ca8e39dd
|
12 years |
anton |
mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.
|
|
|
@6365e4db
|
12 years |
anton |
mp3enc: downgrade some errors in writing Xing frame to warnings
Also …
|
|
|
@3b4bb19e
|
12 years |
anton |
lavf: flush the output AVIOContext in av_write_trailer().
This is …
|
|
|
@0c270239
|
12 years |
anton |
lavf: cosmetics, reformat av_write_trailer().
|
|
|
@5d1203f0
|
12 years |
anton |
avio: flush the internal buffer in avio_close()
This is consistent …
|
|
|