|
|
|
@56c6cf28
|
15 years |
benoit.fouet |
Fix mem leak when user preallocates an AVFormatContext, passes it to …
|
|
|
@5c56e746
|
15 years |
diego |
Baptiste will maintain qt-faststart from now on.
Originally committed …
|
|
|
@0a4a0aa7
|
15 years |
diego |
Mention removal of libamr support in the changelog.
Originally …
|
|
|
@6ae5c1f
|
15 years |
diego |
whitespace cosmetics: Realign colums after last commit.
Originally …
|
|
|
@36b38500
|
15 years |
diego |
Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just …
|
|
|
@fc1206a4
|
15 years |
diego |
Remove support for nonfree libamr library for AMR-NB/WB …
|
|
|
@df2bd71
|
15 years |
Aurélien Jacobs |
flvdec: expose metadata through the generic metadata API
original …
|
|
|
@09e54e1f
|
15 years |
Aurélien Jacobs |
flvdec: re-enable metadata parsing
duration and videodatarate values …
|
|
|
@8caa0f06
|
15 years |
Aurélien Jacobs |
flvdec: don't set format and codec context from metadata values
This …
|
|
|
@96f0731a
|
15 years |
Reimar.Doeffinger |
Check for packet_length 0, it is already treated as invalid by the …
|
|
|
@4f76697
|
15 years |
Reimar.Doeffinger |
Change av_free to av_freep
Originally committed as revision 19360 to …
|
|
|
@16c83185
|
15 years |
Reimar.Doeffinger |
Reallocate internal buffer when coded frame size changes.
Fixes …
|
|
|
@28bcc76a
|
15 years |
Reimar.Doeffinger |
Change iv_decode_frame to get AVCodecContext as argument, so that …
|
|
|
@c79c960a
|
15 years |
Reimar.Doeffinger |
Remove useless ret variable added in last revision again.
Originally …
|
|
|
@7cda8150
|
15 years |
Reimar.Doeffinger |
100l, theora_decode_init must pass on errors from vp3_decode_init
…
|
|
|
@c4b7b8bf
|
15 years |
Reimar.Doeffinger |
Make decode_init fail if the huffman tables are invalid and thus …
|
|
|
@31457d7a
|
15 years |
baptiste.coudurier |
Do not fail if 'uuid' atom is encountered before 'moov'.
Patch by …
|
|
|
@d03936e5
|
15 years |
diego |
libfaac no longer claims to be LGPL.
Originally committed as revision …
|
|
|
@29ce0433
|
15 years |
diego |
The AltiVec code in libswscale no longer is under GPL.
Remove one …
|
|
|
@e13cca4b
|
15 years |
Reimar.Doeffinger |
Ensure that the filter limit values do not exceed the maximum allowed …
|
|
|
@7fa5f999
|
15 years |
Reimar.Doeffinger |
Extend init_loop_filter to work for filter limit values up to 127 …
|
|
|
@ad921086
|
15 years |
Reimar.Doeffinger |
Add a check to vp6_parse_coeff_huffman to ensure it does not overread …
|
|
|
@7576516
|
15 years |
Aurélien Jacobs |
vp56dec: ensure range coder won't read past the end of input buffer
…
|
|
|
@5be5daf1
|
15 years |
Reimar.Doeffinger |
Check that palctrl is available on init instead of crashing when …
|
|
|
@e30004fa
|
15 years |
lorenm |
fix a buffer overrun on corrupt huffyuv streams
Originally committed …
|
|
|
@2483298a
|
15 years |
lessen42 |
ARM: NEON VP3 IDCT
15% faster VP3/Theora, 10% faster VP6
Originally …
|
|
|
@82c9182f
|
15 years |
Reimar.Doeffinger |
If the end of the input buffer is reached while decoding MJPEG and at …
|
|
|
@1496b04c
|
15 years |
Reimar.Doeffinger |
Make the MJPEG decoder return -1 when no image was decoded so that …
|
|
|
@643fd8a1
|
15 years |
Reimar.Doeffinger |
Add a got_picture flag to MJpegDecodeContext which indicates if its …
|
|
|
@b27bf2a7
|
15 years |
Reimar.Doeffinger |
mjpegdec: check that the coded dc_index and ac_index have a valid …
|
|
|
@340e2303
|
15 years |
Carl Eugen Hoyos |
Use enum CodecID instead of int.
Fixes the following icc warning: …
|
|
|
@4eba9cdd
|
15 years |
baptiste.coudurier |
fix and simplify long gop mpeg codec ul computation
Originally …
|
|
|
@df1550f0
|
15 years |
baptiste.coudurier |
set index duration to 0 for cbr, specifying whole container coverage
…
|
|
|
@76b092e2
|
15 years |
baptiste.coudurier |
use ber4 length for descriptors preferred by specs
Originally …
|
|
|
@6a43aab0
|
15 years |
baptiste.coudurier |
write profile and level local tag in mpeg descriptor
Originally …
|
|
|
@e5f61b94
|
15 years |
astrange |
H.264: Check the return value of decode_vui_parameters()
Files with …
|
|
|
@11d058b7
|
15 years |
Reimar.Doeffinger |
Replace invalid Theora frame rate by 25 FPS.
Avoids division by 0 due …
|
|
|
@3dcddf82
|
15 years |
Reimar.Doeffinger |
Check for failed extradata malloc, fixes a crash in out-of-memory …
|
|
|
@5a4a4d78
|
15 years |
Reimar.Doeffinger |
Check size of "strf" header against size of enclosing "LIST" if there …
|
|
|
@b098b309
|
15 years |
Reimar.Doeffinger |
Fix indentation
Originally committed as revision 19331 to …
|
|
|
@68a10b40
|
15 years |
Reimar.Doeffinger |
Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.
…
|
|
|
@0410ee8f
|
15 years |
astrange |
H.264: Don't set data_partitioning for invalid NAL_DPA.
Before, the …
|
|
|
@bda1ad1e
|
15 years |
jmenon86 |
Cleanup properly at the end of MPEG Audio parsing.
Patch by Art Clarke …
|
|
|
@e7e5d1e9
|
15 years |
michaelni |
If either of num or den is 0 make both 0 in av_set_pts_info().
…
|
|
|
@d218a86a
|
15 years |
michaelni |
Make sure av_set_pts_info() does not set the fields of a timebase to …
|
|
|
@6be8b204
|
15 years |
baptiste.coudurier |
Revert r19317, "simplify slice_end, return size of output frame".
It …
|
|
|
@fb6ecd7
|
15 years |
michaelni |
indent
Originally committed as revision 19323 to …
|
|
|
@37458d7e
|
15 years |
michaelni |
Make sure we dont read over the end.
Fixes issue1237.
Originally …
|
|
|
@edb501c4
|
15 years |
stefano.sabatini-lala |
Add an explanation and complete the metadata usage example.
…
|
|
|
@dec14949
|
15 years |
michaelni |
Make arguments of av_set_pts_info() unsigned.
Fixes …
|
|
|
@ec62d942
|
15 years |
mans |
Fix potentially unaligned accesses in ff_copy_bits()
A pointer should …
|
|
|
@f7f1eb6c
|
15 years |
baptiste.coudurier |
simplify slice_end, return size of output frame
Originally committed …
|
|
|
@39c601b5
|
15 years |
kostya.shishkov |
RV3/4 intra types array causes alignment issues (at least on ARM5), …
|
|
|
@06a497af
|
15 years |
diego |
Use slightly more appropriate format strings for printing decimal …
|
|
|
@b4b91702
|
15 years |
mans |
Use enum PixelFormat in sws_format_name() prototype
Originally …
|
|
|
@4a30fff6
|
15 years |
mans |
Fix argument type mismatches for av_picture_crop and av_picture_fill
…
|
|
|
@fb0a835f
|
15 years |
baptiste.coudurier |
add missing \n to error message
Originally committed as revision …
|
|
|
@6816f8b8
|
15 years |
mans |
ADPCM: remove unreachable break statement after return
Originally …
|
|
|
@300ad6c1
|
15 years |
mans |
ARM: use gcc inline asm in bswap.h only when available
Originally …
|
|
|
@fe022ce2
|
15 years |
darkshikari |
Fix libx264.c to not drop SEI userdata from x264 encoder.
Most muxers …
|
|
|
@cb28f954
|
15 years |
diego |
Use more portable 'PRId64' instead of 'llx' as conversion/length …
|
|
|
@d6ced963
|
15 years |
mans |
ARM: enable fast_unaligned when --cpu=armv[67] is specified
…
|
|
|
@8d8409ca
|
15 years |
Reimar.Doeffinger |
Fix nalsize check to avoid an integer overflow that made the check …
|
|
|
@0444a8c5
|
15 years |
michaelni |
Update seek regression checksums due to:
r19300
Rewrite mp3 …
|
|
|
@b399b932
|
15 years |
baptiste.coudurier |
cosmetics, change case and comments alignment
Originally committed as …
|
|
|
@61f9e3c1
|
15 years |
baptiste.coudurier |
correctly compute frame flags with closed gop
Originally committed as …
|
|
|
@470de55a
|
15 years |
stefan.gehrer |
fix slice header checking
Originally committed as revision 19303 to …
|
|
|
@822d0a6e
|
15 years |
michaelni |
Drop code that attempts to decode frames that are prefixed by junk. …
|
|
|
@f3ac96e4
|
15 years |
kostya.shishkov |
Support RGB48 PNG decoding
Originally committed as revision 19301 to …
|
|
|
@2073fc84
|
15 years |
michaelni |
Rewrite mp3 parser. New code is much simpler and does not drop
stuff …
|
|
|
@ad925587
|
15 years |
alex.converse |
Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts …
|
|
|
@07a8eef6
|
15 years |
mans |
Fix build on Net/OpenBSD
The renaming in r19293 missed a few things.
…
|
|
|
@4e622dea
|
15 years |
stefano.sabatini-lala |
Cosmetics: group together indev/outdev dependencies.
Originally …
|
|
|
@684aa302
|
15 years |
rsbultje |
Add doxy to av_log_missing_feature() etc. stating that the function is …
|
|
|
@4811f89b
|
15 years |
rsbultje |
Move av_log_missing_feature() from the internal.h to the public …
|
|
|
@ce863d7f
|
15 years |
rsbultje |
Rename ff_log_missing_feature() to av_log_missing_feature().
…
|
|
|
@38e54a75
|
15 years |
stefano.sabatini-lala |
Make the configure script select the input/output devices using …
|
|
|
@d004179e
|
15 years |
michaelni |
indent
Originally committed as revision 19292 to …
|
|
|
@3fd5a75b
|
15 years |
michaelni |
id3v2.4.0 uses syncsafe integers for sizes of frames.
Fixes issue1234 …
|
|
|
@29024501
|
15 years |
lessen42 |
Revert r19149 "Disable native Vorbis encoder"
Originally committed as …
|
|
|
@2b75bde
|
15 years |
stefano.sabatini-lala |
Remove inconsistent use of a @brief command in av_write_trailer() …
|
|
|
@d1b9adf2
|
15 years |
stefano.sabatini-lala |
Use consistently the third person in doxy, as recommended by the …
|
|
|
@5227bd63
|
15 years |
stefano.sabatini-lala |
Fix braino.
Originally committed as revision 19287 to …
|
|
|
@a3a55b78
|
15 years |
Carl Eugen Hoyos |
Icc does not support attribute flatten, do not try to use it.
…
|
|
|
@39a4f146
|
15 years |
stefano.sabatini-lala |
Update ffmpeg documentation regarding metadata setting. -title, …
|
|
|
@da4c2dab
|
15 years |
Carl Eugen Hoyos |
Remove superfluous const.
Originally committed as revision 19284 to …
|
|
|
@a10de6d
|
15 years |
Carl Eugen Hoyos |
Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: …
|
|
|
@06be9d9d
|
15 years |
Carl Eugen Hoyos |
Icc 11.1 does not support attributes force_align_arg_pointer, …
|
|
|
@d2667090
|
15 years |
voroshil |
Pitch delay decoding
Originally committed as revision 19281 to …
|
|
|
@2b069134
|
15 years |
voroshil |
Replace pitch_delay_int array with single variable.
Originally …
|
|
|
@01a3c821
|
15 years |
darkshikari |
Handle variable input stream pixfmts using the same framework …
|
|
|
@c2b3565e
|
15 years |
stefano.sabatini-lala |
Only link against alsa if enabled.
Originally committed as revision …
|
|
|
@30b1fff6
|
15 years |
stefano.sabatini-lala |
Only checks for jack if it is enabled and hence only links to jack if …
|
|
|
@8b1a6441
|
15 years |
diego |
AltiVec code and runtime cpudetect do not require CONFIG_GPL.
Make …
|
|
|
@1cd44221
|
15 years |
michaelni |
Fix id3v2.2 frame size parsing.
Fixes issue1202.
Originally committed …
|
|
|
@47f42aec
|
15 years |
michaelni |
Fix id3v2.3/4 tag size parsing.
Fixes issue1106
Originally committed …
|
|
|
@57011a1
|
15 years |
baptiste.coudurier |
use AVFormatContext->probesize in av_find_stream_info and raise …
|
|
|
@d23612ef
|
15 years |
baptiste.coudurier |
Only set CODEC_ID_PROBE when a packet from a stream having a PES …
|
|
|
@af122d6a
|
15 years |
baptiste.coudurier |
limit raw packet buffer size used for codec probing
Originally …
|
|
|
@57f6d52a
|
15 years |
diego |
The AltiVec optimizations of libswscale are no longer under GPL.
…
|
|
|