|
|
|
@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.
…
|
|
|
@e912c13a
|
15 years |
diego |
PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT …
|
|
|
@d862fce7
|
15 years |
baptiste.coudurier |
only set par if it does not indicates a rotation, ex iphone 3GS
…
|
|
|
@91d19d47
|
15 years |
rsbultje |
Remove any reference to ASFContext.packet_size and replace it with …
|
|
|
@a752069d
|
15 years |
diego |
Split developer documentation off from general documentation.
…
|
|
|
@d171a651
|
15 years |
stefano.sabatini-lala |
Rewrite doxy for av_strtod().
Originally committed as revision 19268 …
|
|
|
@c1c206b3
|
15 years |
justin.ruggles |
flvdec: Build a Speex header during FLV demuxing using required and …
|
|
|
@c173a088
|
15 years |
Carl Eugen Hoyos |
Improve wording: s/reseted/reset
Patch by Haruhiko Yamagata, h D …
|
|
|
@e1c1b0ff
|
15 years |
Reimar.Doeffinger |
Reindent after last patch.
Originally committed as revision 19265 to …
|
|
|
@3fe4d5d4
|
15 years |
Reimar.Doeffinger |
mov demuxer: Track the current position also for streams that have …
|
|
|
@5dc5c43b
|
15 years |
Reimar.Doeffinger |
mov_read_packet: extract code that searches for the stream/sample to …
|
|
|
@a2f38511
|
15 years |
Reimar.Doeffinger |
mov_read_packet: if dv_get_packet fails, return exactly its error …
|
|
|
@69fc436c
|
15 years |
Reimar.Doeffinger |
In mov_read_packet remember the AVStream we want to demux next instead …
|
|
|
@3c70902b
|
15 years |
voroshil |
LSF (Line Spectral Frequencies) decoding routine.
Originally …
|
|
|
@6a63ff19
|
15 years |
baptiste.coudurier |
check stream existence before assignment, fix #1222
Originally …
|
|
|
@2722c3a3
|
15 years |
Carl Eugen Hoyos |
Fix H.264 picture reordering, 2nd try.
First, reverted one was r19239. …
|
|
|
@ce9dd8f5
|
15 years |
vitor1001 |
Make documentation better match the code. Now …
|
|
|
@7995ed8e
|
15 years |
rsbultje |
Add support for "chunked" data blocks. Patch by Peter Holik (peter …
|
|
|
@74a3059
|
15 years |
kostya.shishkov |
Edge emulation should be used in B-frame MC in mspel mode with
mv_x < …
|
|
|
@1a40491e
|
16 years |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
patch by …
|
|
|
@2795e35
|
16 years |
stefano.sabatini-lala |
Consistently rename variables denoting regression reference file(s) …
|
|
|
@1c2744d1
|
16 years |
stefano.sabatini-lala |
Export av_strtod() to eval.h.
Originally committed as revision 19252 …
|
|
|
@b394438e
|
16 years |
rsbultje |
Document making AVFormatContext.packet_size unsigned API change.
…
|
|
|
@92400be2
|
16 years |
rsbultje |
Change packet_size from signed to unsigned, since it never has a …
|
|
|
@e877eaac
|
16 years |
stefano.sabatini-lala |
Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name …
|
|
|
@87b4dd3b
|
16 years |
justin.ruggles |
oggenc: Change error log text. An error here does not necessarily mean …
|
|
|
@3f2eadf4
|
16 years |
justin.ruggles |
oggenc: return error value from ogg_build_flac_headers()
Originally …
|
|
|
@4315aa8b
|
16 years |
justin.ruggles |
cosmetics: spacing and comments
Originally committed as revision …
|
|
|
@e9a32230
|
16 years |
justin.ruggles |
oggenc: check for failed av_mallocz()
Originally committed as …
|
|
|
@b27758bc
|
16 years |
baptiste.coudurier |
Fetch timestamp for the first frame of field only if frame_offset and …
|
|
|
@f356fc57
|
16 years |
baptiste.coudurier |
clarify encoder and decoder opening error messages
Originally …
|
|
|
@a481293f
|
16 years |
Carl Eugen Hoyos |
Revert unintended hunk of r19241.
Originally committed as revision …
|
|
|
@df028e8c
|
16 years |
Carl Eugen Hoyos |
Revert r19239: It broke four conformance tests.
Originally committed …
|
|
|
@630c97ff
|
16 years |
voroshil |
Convertion of LSF values to coefficients of linear prediction filter
…
|
|
|
@6ee0eb38
|
16 years |
Carl Eugen Hoyos |
Fix H.264 picture reordering.
Patch by Haruhiko Yamagata, h D …
|
|
|
@1efe9fd5
|
16 years |
Carl Eugen Hoyos |
Fix indentation after last commit.
Originally committed as revision …
|
|
|
@d8b2d834
|
16 years |
Carl Eugen Hoyos |
Fix yamaha adpcm stereo (issue 1117).
Patch by Yoshihisa Uchida, …
|
|
|
@3f3f3ba7
|
16 years |
Carl Eugen Hoyos |
Fix onMetaData property count in flv files (issue 1206).
Patch by …
|
|
|
@4c7615c4
|
16 years |
saschasommer |
Make remaining run level decode comments doxygen comments
Originally …
|
|
|
@4df8bdee
|
16 years |
saschasommer |
Simplify run level decoding:
- remove unneeded vlc code < 0 check
- …
|
|
|
@4d67e067
|
16 years |
saschasommer |
Fix indentation after the previous commit
Originally committed as …
|
|
|
@891bd2e5
|
16 years |
saschasommer |
Add support for escape coded wmapro run level coefficients
Originally …
|
|
|
@9970c61b
|
16 years |
saschasommer |
Introduce WMACoef typedef for decoded coefficients
and change default …
|
|
|
@9ed3afcb
|
16 years |
jmenon86 |
Print meaningful error messages when url_fopen fails.
Originally …
|
|
|
@896f2b32
|
16 years |
baptiste.coudurier |
add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot …
|
|
|
@8a4ea200
|
16 years |
baptiste.coudurier |
fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian …
|
|
|
@28c9f069
|
16 years |
diego |
Disable network support if required headers cannot be found.
patch by …
|
|
|
@352666c1
|
16 years |
diego |
Support varying frame sizes in a single file.
patch by Eric Buehl, …
|
|
|
@d52b90bd
|
16 years |
robert.swain |
Add support for id3 tag parsing for ADTS AAC streams
Patch by Patrick …
|
|
|
@50fcd5b
|
16 years |
diego |
Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.
patch by …
|
|
|