|
|
|
@9451b59
|
15 years |
ramiro.polla |
Remove ; after while(0) in macros.
Originally committed as revision …
|
|
|
@e20b196
|
15 years |
ramiro.polla |
Remove ; after while(0) in macros.
Originally committed as revision …
|
|
|
@0345f36b
|
15 years |
ramiro.polla |
eval: Check for return value of memory allocations.
Originally …
|
|
|
@7ef61879
|
15 years |
ramiro.polla |
Check for return value of some context allocations.
Originally …
|
|
|
@600b9c5c
|
15 years |
vitor1001 |
Do not do free AVStream in case of error, this is not supposed to be …
|
|
|
@2dbcb03a
|
15 years |
banan |
Remove table that was forgotten in the split.
Originally committed as …
|
|
|
@acc69c1c
|
15 years |
banan |
Fix doxygen comment
Originally committed as revision 19823 to …
|
|
|
@bc7f96b1
|
15 years |
saschasommer |
reinit get_bits for every decode_packet call
Originally committed as …
|
|
|
@6fa6c48
|
15 years |
benoit.fouet |
Make get_ur_golomb capable of reading 16 bit values.
Patch by Lars …
|
|
|
@6249c33e
|
15 years |
benoit.fouet |
Fix a typo in the documentation.
Patch by Lars Täuber: firstname …
|
|
|
@edc0f5dc
|
15 years |
mans |
ARM: NEON optimised MDCT
Originally committed as revision 19819 to …
|
|
|
@46c32e26
|
15 years |
mans |
Prepare for optimised forward MDCT implementations
This adds a …
|
|
|
@750f5034
|
15 years |
mans |
ARM: faster NEON IMDCT
Originally committed as revision 19817 to …
|
|
|
@61d00297
|
15 years |
banan |
Cosmetics, add spaces
Originally committed as revision 19816 to …
|
|
|
@c64c0a9b
|
15 years |
banan |
Move get_arg to avoid future declaration of function when
new code is …
|
|
|
@7141c859
|
15 years |
banan |
Use reget_buffer instead of get_buffer. Fixes issue1367.
Patch by …
|
|
|
@223e8df
|
15 years |
banan |
Add ATRAC1 codec ID.
Originally committed as revision 19813 to …
|
|
|
@d0b57c6f
|
15 years |
banan |
Initial commit of the MD studio demuxer, not hooked up yet
Originally …
|
|
|
@dbb0f96f
|
15 years |
banan |
Initial commit of the atrac1 decoder, not hooked up yet
Originally …
|
|
|
@76ec34a5
|
15 years |
banan |
Remove redundant code forgotten in the split
Originally committed as …
|
|
|
@b52b0913
|
15 years |
michaelni |
Check for thread_count==0.
fixed issue1333
Originally committed as …
|
|
|
@19a9a49e
|
15 years |
Reimar.Doeffinger |
Simplify: reget_buffer behaves exactly like get_buffer if the buffer …
|
|
|
@2205da0d
|
15 years |
diego |
Fix typo: '.' was used instead of '/' as directory separator.
…
|
|
|
@648d7920
|
15 years |
mans |
ARM: NEON optimised FFT and MDCT
Vorbis and AC3 ~3x faster.
Parts by …
|
|
|
@6d9d289e
|
15 years |
mans |
DCA: move an aligned array from stack to context
Originally committed …
|
|
|
@95e561ec
|
15 years |
mans |
configure: add -g to ASFLAGS when debug is enabled
Originally …
|
|
|
@f7ba16a7
|
15 years |
Reimar.Doeffinger |
Fix typo in configure error message.
Originally committed as revision …
|
|
|
@e5f58f81
|
15 years |
Carl Eugen Hoyos |
Document padding for AVProbeData.
Patch by roundup user shinya, …
|
|
|
@e43198af
|
15 years |
michaelni |
Check thread count as multithreaded decoding is not supported.
Fixes …
|
|
|
@30715d42
|
15 years |
ramiro.polla |
Document that slices can be bottom to top or top to bottom.
…
|
|
|
@46f3b40e
|
15 years |
Reimar.Doeffinger |
Add warnings to av_strlcat and av_strlcpy doxygen that the input …
|
|
|
@76bcd87b
|
15 years |
banan |
Change developer doc to reflect reality
Originally committed as …
|
|
|
@2c14ded3
|
15 years |
Carl Eugen Hoyos |
Fix a bug with reading non-interleaved AVI if one the streams is …
|
|
|
@b60de406
|
15 years |
Carl Eugen Hoyos |
Factorise st->nb_index_entries check.
Patch by Maksym Veremeyenko, …
|
|
|
@0e1baede
|
15 years |
banan |
Split out common routines needed in the atrac1 decoder from atrac3.c …
|
|
|
@b057170f
|
15 years |
diego |
Remove pointless debug statement that fails to compile.
Originally …
|
|
|
@17f0c3be
|
15 years |
Reimar.Doeffinger |
Try to clarify that anyone using get_bits must check for buffer …
|
|
|
@e4bc8af
|
15 years |
baptiste.coudurier |
check entries against field_size, potential malloc overflow in …
|
|
|
@1c4bf2e
|
15 years |
baptiste.coudurier |
add one missing check for stream existence in read_elst, fix #1364
…
|
|
|
@7d73d1c3
|
15 years |
ramiro.polla |
Indent.
Originally committed as revision 29654 to …
|
|
|
@b126dee9
|
15 years |
diego |
Use all 32 bits of the timestamp when calculating flv duration.
At the …
|
|
|
@35c433d
|
15 years |
Carl Eugen Hoyos |
Cosmetics: Fix typo.
Originally committed as revision 19790 to …
|
|
|
@2ba83017
|
15 years |
Reimar.Doeffinger |
Mark all pix_fmts and supported_framerates compound literals as const. …
|
|
|
@af8aae3f
|
15 years |
schreter |
disable new seeking code in mpeg-ts per #ifdef (use old read_seek by …
|
|
|
@b5f09d31
|
15 years |
Reimar.Doeffinger |
Make sample_fmts and channel_layouts compound literals const to reduce …
|
|
|
@88e70e1b
|
15 years |
Reimar.Doeffinger |
ff_rm_metadata is const.
Originally committed as revision 19786 to …
|
|
|
@c55e5b5f
|
15 years |
Reimar.Doeffinger |
ff_sine_windows table contains only constant data, too.
Originally …
|
|
|
@faca5619
|
15 years |
Reimar.Doeffinger |
The ff_cos_tabs table itself is constant, too, so mark it as such.
…
|
|
|
@f470fff3
|
15 years |
Reimar.Doeffinger |
The pointers in ff_sin_tabs themselves are constant, so mark them …
|
|
|
@7eb1c364
|
15 years |
Reimar.Doeffinger |
ff_swb_offset_* tables should be const.
Originally committed as …
|
|
|
@ed034f6c
|
15 years |
Reimar.Doeffinger |
ff_id3v1_genre_str table should be const.
Originally committed as …
|
|
|
@4d2a4dfd
|
15 years |
Reimar.Doeffinger |
100l, all avlanguage tables should be both static and const.
…
|
|
|
@b879158
|
15 years |
Reimar.Doeffinger |
compatible_frame array can be static const, too.
Originally committed …
|
|
|
@5f28b5e7
|
15 years |
saschasommer |
do not decode more than one audio frame in a decode packet call
…
|
|
|
@7dca334d
|
15 years |
saschasommer |
avoid extra memcpy during scale factor decoding
Originally committed …
|
|
|
@d31dbec3
|
15 years |
ramiro.polla |
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and …
|
|
|
@9cf484d
|
15 years |
ramiro.polla |
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and …
|
|
|
@c2613a31
|
15 years |
ramiro.polla |
Indent.
Originally committed as revision 29651 to …
|
|
|
@35f6c154
|
15 years |
ramiro.polla |
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Patch …
|
|
|
@991e579c
|
15 years |
ramiro.polla |
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Patch …
|
|
|
@5333450c
|
15 years |
Reimar.Doeffinger |
Use memcpy to copy till end of line in one go instead of copying pixel …
|
|
|
@7a656933
|
15 years |
schreter |
cosmetic changes (indentation, doxygen comments, braces, put …
|
|
|
@64b8e620
|
15 years |
Reimar.Doeffinger |
Slightly simplify detection of end of compressed data in xan_unpack
…
|
|
|
@bb991087
|
15 years |
Reimar.Doeffinger |
Make vp3 arrays static const where possible.
Originally committed as …
|
|
|
@8444059f
|
15 years |
Reimar.Doeffinger |
Remove useless ulti_decode_end function.
Originally committed as …
|
|
|
@61e8efd3
|
15 years |
Reimar.Doeffinger |
Search for ipmovie signature beyond the start of the file.
This allows …
|
|
|
@78bfe6c3
|
15 years |
Reimar.Doeffinger |
Extend ipmovie signature to match exactly one place in mve files that …
|
|
|
@d87d5025
|
15 years |
diego |
prettyprinting cosmetics
Originally committed as revision 19767 to …
|
|
|
@bbb0bdd5
|
15 years |
saschasommer |
fix handling of packet loss when the output buffer is full
Originally …
|
|
|
@9244370a
|
15 years |
saschasommer |
reindent
Originally committed as revision 19765 to …
|
|
|
@42ea9681
|
15 years |
saschasommer |
remove no longer needed debug output
Originally committed as revision …
|
|
|
@7551a559
|
15 years |
saschasommer |
reduce output buffer needs
(fixes playback of some multichannel files) …
|
|
|
@20169324
|
15 years |
saschasommer |
store packet GetBitContext in the decoder context
Originally …
|
|
|
@d2a47a57
|
15 years |
justin.ruggles |
Remove fake Speex header creation from FLV demuxer. Having it there …
|
|
|
@1d07029f
|
15 years |
justin.ruggles |
Add frame_size as a codec parameter requirement for Speex in …
|
|
|
@83614f2d
|
15 years |
diego |
Reduce pointless verbosity after seeks in the MP3 decoder.
Originally …
|
|
|
@5ce6934
|
15 years |
ramiro.polla |
Add a newline in error message in CHECKED_ALLOC(Z).
Originally …
|
|
|
@315fa33f
|
15 years |
ramiro.polla |
Indent.
Originally committed as revision 19757 to …
|
|
|
@a9decf00
|
15 years |
ramiro.polla |
Use if(0){} instead of #if 0 to prevent debug code to rot.
Originally …
|
|
|
@d6ee035d
|
15 years |
justin.ruggles |
libspeex: Do not set AVCodecContext.frame_size in decoder init if …
|
|
|
@e69bb386
|
15 years |
mans |
configure: fix check for x264
libx264 recently started mangling the …
|
|
|
@e0b1d660
|
15 years |
diego |
cosmetics: indentation and other prettyprinting fixes
Originally …
|
|
|
@c1061cc7
|
15 years |
saschasommer |
add missing wmapro decoder parts
Originally committed as revision …
|
|
|
@ee155011
|
15 years |
diego |
whitespace cosmetics, prettyprinting
Originally committed as revision …
|
|
|
@f4258b13
|
15 years |
diego |
Update ffv1 codec long name in the documentation as well.
Originally …
|
|
|
@7c6208d4
|
15 years |
diego |
Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long …
|
|
|
@f2086fb5
|
15 years |
Carl Eugen Hoyos |
Fix incorrect display of ASF/WMV duration after r12926.
Patch by Josh …
|
|
|
@c6dbbc45
|
15 years |
justin.ruggles |
Add function to compute ceil(log2(x)).
Patch by Thilo Borgmann …
|
|
|
@13695827
|
15 years |
kostya.shishkov |
Convert ZERO8x2 macro into inline function
Originally committed as …
|
|
|
@23638d87
|
15 years |
Reimar.Doeffinger |
Remove unused variable.
Originally committed as revision 19745 to …
|
|
|
@b7eb7ef6
|
15 years |
kostya.shishkov |
Zeroing pic->motion_val in RV3/4 causes alignment problems on some …
|
|
|
@20622c4a
|
15 years |
kostya.shishkov |
Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing …
|
|
|
@67c2c5bb
|
15 years |
ramiro.polla |
Curly brackets cosmetics for previous commit.
Originally committed as …
|
|
|
@1ddb5747
|
15 years |
ramiro.polla |
Check for return value of initFilter().
Originally committed as …
|
|
|
@dd653355
|
15 years |
ramiro.polla |
Revert mistakenly commited hunk.
Originally committed as revision …
|
|
|
@7248797c
|
15 years |
ramiro.polla |
swscale: Check for return values of malloc.
Originally committed as …
|
|
|
@e48a0966
|
15 years |
ramiro.polla |
Add CHECKED_ALLOC macro.
It works the same as CHECKED_ALLOCZ except …
|
|
|
@6833385d
|
15 years |
justin.ruggles |
Store the frame size in the LibSpeexContext in case the header does …
|
|
|
@e78516c6
|
15 years |
mans |
One declaration of mm_flags is enough
Originally committed as …
|
|
|
@4e36a5b4
|
15 years |
mans |
Move declarations of some mmx functions to dsputil_mmx.h
Originally …
|
|
|