|
|
|
@a6b3e6d0
|
13 years |
michaelni |
mov: Fix memory leaks on aborted header parsing.
If mov_read_header …
|
|
|
@ab3fcd93
|
13 years |
michaelni |
mov: zero extradata_size on deallocation of extradata.
This prevents …
|
|
|
@b5ada68e
|
13 years |
michaelni |
matroska: Fix leaking memory allocated for laces.
During error …
|
|
|
@fd165a0b
|
13 years |
michaelni |
mov: Fix harmless OOB read.
Convert key_off initialize to use the …
|
|
|
@a9d114dc
|
13 years |
michaelni |
pthread: Fix crash due to fctx->delaying not being cleared.
corrects …
|
|
|
@e9dc6164
|
13 years |
michaelni |
vp3: Assert on invalid filter_limit values.
Signed-off-by: Dale …
|
|
|
@bd3ea317
|
13 years |
michaelni |
ffmpeg: Compensate non monotonicity errors in the audio TSs.
Audio …
|
|
|
@ca19862d
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@5eeecde8
|
13 years |
stefasab |
lavfi/mp: remove 2xsai wrapped filter
It was ported to a native …
|
|
|
@b7a7830d
|
13 years |
stefasab |
lavfi: port 2xsai filter from libmpcodecs
Partially based on the port …
|
|
|
@e21dac3a
|
13 years |
stefasab |
examples/decoding_encoding: remove unused variable "size"
Remove …
|
|
|
@162e4004
|
13 years |
stefasab |
lavfi: install asrc_abuffer.h header
The header is part of the public …
|
|
|
@4561feb4
|
13 years |
Reimar.Doeffinger |
vorbisdec: use correct channels variable.
All code should use the …
|
|
|
@d1a58afb
|
13 years |
Reimar.Doeffinger |
latmenc: validate extradata size.
Fixes potential out-of-bounds …
|
|
|
@9540476
|
13 years |
Reimar.Doeffinger |
latmenc: simplify using avpriv_copy_bits.
Signed-off-by: Reimar …
|
|
|
@eb24def4
|
13 years |
Reimar.Doeffinger |
latmenc: Document assumptions when copying the AAC header.
…
|
|
|
@0c1e9c2d
|
13 years |
Reimar.Doeffinger |
latmenc: copy pce config from proper location.
For the FATE test …
|
|
|
@912a838e
|
13 years |
Reimar.Doeffinger |
latmenc: fix muxing of byte-aligned DSE.
This will only work for DSEs …
|
|
|
@18e8fef7
|
13 years |
diego |
libxvid: remove disabled code
|
|
|
@8274b21c
|
13 years |
michaelni |
ffmpeg: fix ticks_per_frame for the avi stream copy case
Should not …
|
|
|
@e8c63981
|
13 years |
michaelni |
ratecontrol: Use ticks_per_frame to calculate fps.
Signed-off-by: …
|
|
|
@3b00fd59
|
13 years |
michaelni |
wmalosslessdec: Reset residues to 0 if they were not decoded from …
|
|
|
@9f3e781
|
13 years |
mans |
qdm2: make a table static const
Signed-off-by: Mans Rullgard …
|
|
|
@9ffe8ee7
|
13 years |
mans |
qdm2: simplify bitstream reader setup for some subpacket types
…
|
|
|
@a31787ee
|
13 years |
mans |
qdm2: use get_bits_left()
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@9e938d22
|
13 years |
michaelni |
msmpeg4enc: fix stored fps value
Signed-off-by: Michael Niedermayer …
|
|
|
@75b38674
|
13 years |
michaelni |
lavf: compute_pkt_fields, limit the pts upcorrection to mpeg
The pts …
|
|
|
@733cf0ad
|
13 years |
nicolas.george |
ffmpeg: add -benchmark_all option.
|
|
|
@81a9d32f
|
13 years |
nicolas.george |
ffmpeg: move getutime to the start of the file.
|
|
|
@7bb3a302
|
13 years |
diego |
build: Consistently handle conditional compilation for all …
|
|
|
@2ef15b46
|
13 years |
diego |
avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics
|
|
|
@0cd17a62
|
13 years |
michaelni |
mjpeg: fix crash with lowres and flipped images
Fixes Ticket1155
…
|
|
|
@c0af8755
|
13 years |
michaelni |
vf_lut: fix rgba map regression
Fixes Ticket1184
Signed-off-by: …
|
|
|
@277f20c3
|
13 years |
Reimar.Doeffinger |
lavf: always call avio_flush in av_write_trailer.
Otherwise for …
|
|
|
@4f6df20
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avplay: …
|
|
|
@992f71e9
|
13 years |
justin.ruggles |
msrle: convert MS RLE decoding function to bytestream2.
…
|
|
|
@8e357e8e
|
13 years |
Reimar.Doeffinger |
latmenc: error out when packet size is too large.
Previously it would …
|
|
|
@a736eb4a
|
13 years |
Reimar.Doeffinger |
latmenc: Fix ALS in LATM.
"Fix" in so far as at least it will no …
|
|
|
@fa8a638
|
13 years |
Reimar.Doeffinger |
latmenc: remove unused return value.
Signed-off-by: Reimar Döffinger …
|
|
|
@729f90e2
|
13 years |
justin.ruggles |
x86inc improvements for 64-bit
Add support for all x86-64 registers …
|
|
|
@e6ad943
|
13 years |
Reimar.Doeffinger |
latmenc: remove dead code.
Signed-off-by: Reimar Döffinger …
|
|
|
@5735f768
|
13 years |
Reimar.Doeffinger |
h261: move tables from header to .c file.
Currently they end up twice …
|
|
|
@6952301f
|
13 years |
michaelni |
ff_samples_to_time_base: support AV_NOPTS_VALUE
Signed-off-by: …
|
|
|
@e1ce7568
|
13 years |
alex.converse |
avplay: Don't free video filters string until the end of decoding.
…
|
|
|
@309a931a
|
13 years |
michaelni |
Fix memory leaks on failed ff_h264_decode_init()
During failure …
|
|
|
@ca4a3f4a
|
13 years |
michaelni |
oggparsevorbis: Remove code messing with cur_dts.
This code caused …
|
|
|
@44239bd9
|
13 years |
michaelni |
swr: add a swr_flags AVOption
Using swr_flags instead of plain flags …
|
|
|
@6c704d9c
|
13 years |
michaelni |
ffmpeg: support changing dither parameters for swr
Signed-off-by: …
|
|
|
@be4cde22
|
13 years |
michaelni |
cmdutils: parse options for swr
Signed-off-by: Michael Niedermayer …
|
|
|
@c1d404b9
|
13 years |
michaelni |
swr: add a dither_scale parameter to tune the amplitude of the dither. …
|
|
|
@a2c92e60
|
13 years |
michaelni |
swr: pass context to swri_get_dither()
Signed-off-by: Michael …
|
|
|
@ebbede22
|
13 years |
martin |
movenc: small refactor mov_write_packet
Share the formerly internal …
|
|
|
@18b59956
|
13 years |
martin |
movenc: remove redundant check
The proper check is already in …
|
|
|
@f8a237a3
|
13 years |
michaelni |
swr: add triangular highpass dither
Signed-off-by: Michael …
|
|
|
@1fc4ff22
|
13 years |
michaelni |
swr: generate more dither noise to improve quality.
Signed-off-by: …
|
|
|
@22057e8e
|
13 years |
michaelni |
swr: add swr_get_class()
Signed-off-by: Michael Niedermayer …
|
|
|
@9676d8eb
|
13 years |
diego |
interplayvideo: fix av_dlog parameter type mismatch
…
|
|
|
@f9a2c5bc
|
13 years |
michaelni |
swr: simplify code by using av_get_bytes_per_sample()
Signed-off-by: …
|
|
|
@6e9c634c
|
13 years |
michaelni |
swr: fix copy & pasted comment to match the code.
Signed-off-by: …
|
|
|
@8702e35b
|
13 years |
michaelni |
vda: try to fix compile
Signed-off-by: Michael Niedermayer …
|
|
|
@e387c9d5
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (22 …
|
|
|
@b1ef4dc4
|
13 years |
michaelni |
swr: add triangular dither support
Signed-off-by: Michael Niedermayer …
|
|
|
@0cff3e13
|
13 years |
michaelni |
swr: remove unused variable
Signed-off-by: Michael Niedermayer …
|
|
|
@01708893
|
13 years |
michaelni |
swr: add SWR_DITHER_RECTANGULAR to AVOptions array
Signed-off-by: …
|
|
|
@1ac606ba
|
13 years |
Reimar.Doeffinger |
aacsbr: silence message for SBR extension "padding".
Some files …
|
|
|
@5b2be9bc
|
13 years |
michaelni |
swr-test: include opt.h, this is needed for changing options for …
|
|
|
@7c673d73
|
13 years |
michaelni |
swr: use assert in swri_sum2 to check that only supported formats are …
|
|
|
@db2eadb
|
13 years |
michaelni |
swr: add dither support.
Signed-off-by: Michael Niedermayer …
|
|
|
@5c1f3128
|
13 years |
michaelni |
swr: update copyright year for rematrix
Signed-off-by: Michael …
|
|
|
@679481b3
|
13 years |
diego |
Drop some pointless #ifdefs.
The files are only compiled if the …
|
|
|
@2130bd8f
|
13 years |
rsbultje |
rv40dsp x86: use only one register, for both increment and loop …
|
|
|
@272b252
|
13 years |
rsbultje |
rv40dsp: implement prescaled versions for biweight.
Quite often, the …
|
|
|
@d3c59d50
|
13 years |
justin.ruggles |
avconv: use default channel layouts when they are unknown
If either …
|
|
|
@95a8dac5
|
13 years |
justin.ruggles |
avconv: parse channel layout string
This allows the user to use …
|
|
|
@40b7a27b
|
13 years |
nicolas.george |
vf_drawtext: fontconfig support.
|
|
|
@be9b0d2c
|
13 years |
nicolas.george |
vf_drawtext: fix memory leak of draw expression.
|
|
|
@423047ea
|
13 years |
nicolas.george |
vf_drawtext: fix memory leak of glyph data.
|
|
|
@a559d65
|
13 years |
diego |
nutdec: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@a40ba3af
|
13 years |
martin |
vda: Signal 4 byte NAL headers to the decoder regardless of what's in …
|
|
|
@24ab1abf
|
13 years |
michaelni |
resample: support double precission resampling
This commit is …
|
|
|
@3d9338b1
|
13 years |
michaelni |
swr: support int32 and float as internal sample formats
…
|
|
|
@7f1ae79d
|
13 years |
michaelni |
swr: support float & int32 in the resampler
Signed-off-by: Michael …
|
|
|
@605bcf61
|
13 years |
michaelni |
swr-test: Add newline to test output
Signed-off-by: Michael …
|
|
|
@2f080152
|
13 years |
michaelni |
resample: update copyright years, they where incorrect.
…
|
|
|
@14f063d2
|
13 years |
martin |
mem: Consistently return NULL for av_malloc(0)
Plain POSIX malloc(0) …
|
|
|
@6bfb304
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avconv: …
|
|
|
@7f66912f
|
13 years |
Reimar.Doeffinger |
Fix gif regression test on big-endian.
Decode output must be …
|
|
|
@e36b25d1
|
13 years |
anton |
vf_overlay: implement poll_frame()
Signal that it can output a frame …
|
|
|
@90f65dc6
|
13 years |
anton |
vf_scale: support named constants for sws flags.
|
|
|
@7c59b5c2
|
13 years |
anton |
lavc doxy: add all installed headers to doxy groups.
|
|
|
@ec57b7de
|
13 years |
anton |
lavc doxy: add avfft to the main lavc group.
|
|
|
@8a74029
|
13 years |
anton |
lavc doxy: add remaining avcodec.h functions to a misc doxygen group.
|
|
|
@6aadfbda
|
13 years |
anton |
lavc doxy: add AVPicture functions to a doxy group.
|
|
|
@56512ce1
|
13 years |
anton |
lavc doxy: add resampling functions to a doxy group.
|
|
|
@40ca0e6
|
13 years |
anton |
lavc doxy: replace \ with /
It's the more proper symbol to use and it …
|
|
|
@f038515f
|
13 years |
anton |
lavc doxy: add encoding functions to a doxy group.
|
|
|
@c8ef8464
|
13 years |
anton |
lavc doxy: add decoding functions to a doxy group.
|
|
|
@199ada49
|
13 years |
anton |
lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}
|
|
|
@30f3f625
|
13 years |
anton |
lavc doxy: add AVPacket-related stuff to a separate doxy group.
Also …
|
|
|
@294b3a50
|
13 years |
anton |
lavc doxy: add core functions/definitions to a doxy group.
|
|
|