|
|
|
@3cd329a3
|
16 years |
Carl Eugen Hoyos |
Fix compilation with --enable-libxvid.
Originally committed as …
|
|
|
@2bb6eba2
|
16 years |
Aurélien Jacobs |
remove ff_get_fourcc() and use AV_RL32() instead
Originally committed …
|
|
|
@9ce6c138
|
16 years |
Aurélien Jacobs |
export gcd function as av_gcd()
Originally committed as revision …
|
|
|
@3194b004
|
16 years |
lessen42 |
Cosmetics: indent
Originally committed as revision 16652 to …
|
|
|
@1c3db2aa
|
16 years |
lessen42 |
Treat disposition==0 as undefined and don't write the default flag
…
|
|
|
@8a86aaa
|
16 years |
lessen42 |
Flush the buffer after writing the header and when done with writing …
|
|
|
@0d3d172
|
16 years |
Carl Eugen Hoyos |
Remove CODEC_ID_H264_VDPAU.
Originally committed as revision 16649 to …
|
|
|
@78471234
|
16 years |
stefano.sabatini-lala |
Print a warning and fail if the graph description cannot be
parsed.
…
|
|
|
@439c6503
|
16 years |
stefan.gehrer |
remove duplicate tables
Originally committed as revision 16647 to …
|
|
|
@7906f3ca
|
16 years |
tempn |
hybrid wavpack support
Originally committed as revision 16646 to …
|
|
|
@e2260faa
|
16 years |
tempn |
add LM20 mimic in avi fourcc
Originally committed as revision 16645 …
|
|
|
@74a4371
|
16 years |
stefan.gehrer |
use assignment of structure instead of memcpy
Originally committed as …
|
|
|
@2c96535a
|
16 years |
kostya.shishkov |
WavPack hybrid mode support
Originally committed as revision 16643 to …
|
|
|
@bef01ca0
|
16 years |
stefan.gehrer |
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
…
|
|
|
@e685e8e
|
16 years |
stefan.gehrer |
rename vector_t to cavs_vector
Originally committed as revision 16641 …
|
|
|
@2b324225
|
16 years |
Carl Eugen Hoyos |
Add mpeg1_vdpau decoder.
Originally committed as revision 16640 to …
|
|
|
@0c5a43d6
|
16 years |
Reimar.Doeffinger |
Merge declaration and initialization of io_buffer_size
Originally …
|
|
|
@2bdaf78c
|
16 years |
Reimar.Doeffinger |
Make io_buffer_size unsigned to avoid a warning about comparing
signed …
|
|
|
@0ba39dd
|
16 years |
benoit.fouet |
Split ff_log_missing_feature into ff_log_missing_feature
and …
|
|
|
@0e7ceb24
|
16 years |
Reimar.Doeffinger |
Return AVERROR(ENOMEM) instead of -1 when malloc fails in …
|
|
|
@aa805f94
|
16 years |
Reimar.Doeffinger |
Use AV_WB32 instead of reimplementing it.
Originally committed as …
|
|
|
@dc2c2eea
|
16 years |
Reimar.Doeffinger |
Use av_mallocz instead of explicitly zeroing in …
|
|
|
@7ce820ef
|
16 years |
Reimar.Doeffinger |
Replace nonsense -1234 return value in dyn_buf_write by proper …
|
|
|
@9d9aac84
|
16 years |
benoit.fouet |
Make unsigned int a variable that does not need to be explicitely 32 …
|
|
|
@0ac1dc6f
|
16 years |
tempn |
add svq3 watermark support entry
Originally committed as revision …
|
|
|
@e7edb2ea
|
16 years |
Carl Eugen Hoyos |
12l: Fix compilation with --disable-vdpau.
Originally committed as …
|
|
|
@76bd1cd8
|
16 years |
robert.swain |
Add maxrate and bufsize specifications for iPod presets. I omitted …
|
|
|
@4e2b4876
|
16 years |
Carl Eugen Hoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will …
|
|
|
@d37edddc
|
16 years |
Carl Eugen Hoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can …
|
|
|
@3700d800
|
16 years |
baptiste.coudurier |
support h264 extradata with 0x000001 startcode
Originally committed …
|
|
|
@71e685b
|
16 years |
baptiste.coudurier |
use ff_avc_parse_nal_units_buf because output size might differ from …
|
|
|
@c844520
|
16 years |
baptiste.coudurier |
10l, fix prototype
Originally committed as revision 16625 to …
|
|
|
@d2984120
|
16 years |
baptiste.coudurier |
export ff_avc_parse_nal_units_buf
Originally committed as revision …
|
|
|
@5d2160a0
|
16 years |
baptiste.coudurier |
move actual writing before so new size can be taken into account
…
|
|
|
@a97772b1
|
16 years |
baptiste.coudurier |
return size written in ff_avc_parse_nal_units
Originally committed as …
|
|
|
@764551c6
|
16 years |
Aurélien Jacobs |
add -Wundef compiler flag, to catch typo in #if or similar situations
…
|
|
|
@8b192330
|
16 years |
Aurélien Jacobs |
explicitly disable CONFIG_AUDIO_NONSHORT
Originally committed as …
|
|
|
@d80a7fe5
|
16 years |
Aurélien Jacobs |
move NULL_IF_CONFIG_SMALL() definition into internal header
…
|
|
|
@2f5421d5
|
16 years |
Aurélien Jacobs |
move timer related code in a new timer.h file
Originally committed as …
|
|
|
@ca93bc17
|
16 years |
lucabe72 |
Reindent after last commit
Originally committed as revision 16617 to …
|
|
|
@0a63a676
|
16 years |
lucabe72 |
Do not reallocate AVPacket's data when muxing a packet
Originally …
|
|
|
@2ea512a6
|
16 years |
robert.swain |
Factorise id3v2 header parsing from mp3.c to be shared
Patch by Alex …
|
|
|
@f3ba7c54
|
16 years |
baptiste.coudurier |
use delay for subs and dirac too
Originally committed as revision …
|
|
|
@a57fb91
|
16 years |
baptiste.coudurier |
add aud nal unit if not present in h264 bitstream
Originally …
|
|
|
@e0e4be59
|
16 years |
Aurélien Jacobs |
matroskadec: ensure we only consider chapters which are properly …
|
|
|
@89ac55ad
|
16 years |
baptiste.coudurier |
consider other codecs packets contain only one access unit, not just …
|
|
|
@3d0a94f6
|
16 years |
baptiste.coudurier |
calculate pat, pmt and sdt exact size and adjust total bitrate
…
|
|
|
@620b9df7
|
16 years |
baptiste.coudurier |
allow user to specify muxrate
Originally committed as revision 16609 …
|
|
|
@469f5f25
|
16 years |
Aurélien Jacobs |
WORDS_BIGENDIAN must be checked with #ifdef
Originally committed as …
|
|
|
@811a0aa7
|
16 years |
baptiste.coudurier |
warn if dts < pcr which means TS is invalid
Originally committed as …
|
|
|
@31a25063
|
16 years |
baptiste.coudurier |
update seek regression tests due to ts modifications
Originally …
|
|
|
@5541759f
|
16 years |
baptiste.coudurier |
only write dts if they differ from pts, according to specs
Originally …
|
|
|
@46911c7a
|
16 years |
baptiste.coudurier |
use delay to avoid negative dts
Originally committed as revision …
|
|
|
@de34dc39
|
16 years |
baptiste.coudurier |
set pts and dts of pes packets exactly according to specs
Originally …
|
|
|
@49cdad8
|
16 years |
Aurélien Jacobs |
simplify: group all the AUDIO_NONSHORT parameters in the same place
…
|
|
|
@e29a95b1
|
16 years |
Aurélien Jacobs |
libavutil/lzo.h is a local header
Originally committed as revision …
|
|
|
@49fb20cb
|
16 years |
Aurélien Jacobs |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ …
|
|
|
@7356aaa7
|
16 years |
mans |
Fix mpeg audio regression test failure
Originally committed as …
|
|
|
@0f6a659d
|
16 years |
diego |
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
CONFIG_ …
|
|
|
@576286ba
|
16 years |
diego |
Remove one more forgotten instance of USE_HIGHPRECISION indirection.
…
|
|
|
@b5931348
|
16 years |
baptiste.coudurier |
compute pcr more accurately, regression tests need update
Originally …
|
|
|
@c91662ce
|
16 years |
baptiste.coudurier |
include intreadwrite.h, fix compilation, img2.c use AV_RL32
…
|
|
|
@ad1eebe3
|
16 years |
diego |
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION …
|
|
|
@ddda628e
|
16 years |
diego |
Remove pointless #if around header #includes.
Originally committed as …
|
|
|
@ff5d91d9
|
16 years |
Carl Eugen Hoyos |
Fix compilation.
Originally committed as revision 16592 to …
|
|
|
@6d32ec6c
|
16 years |
baptiste.coudurier |
cleanup gif, use BISTREAM_WRITER_LE
Originally committed as revision …
|
|
|
@b63f641e
|
16 years |
Aurélien Jacobs |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
They are now always …
|
|
|
@b250f9c6
|
16 years |
Aurélien Jacobs |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
They are now always …
|
|
|
@959da985
|
16 years |
stefano.sabatini-lala |
Include libavformat/avformat.h before all the other libav* headers. …
|
|
|
@17bdc29
|
16 years |
victorpaesa |
Document the ld, st, while statements.
Originally committed as …
|
|
|
@062e7c3c
|
16 years |
michaelni |
Avoid using sub_id in mpeg1/2video.
Originally committed as revision …
|
|
|
@593b3219
|
16 years |
victorpaesa |
Document the same functions, in the same order, that eval.c has.
…
|
|
|
@27ab726
|
16 years |
robert.swain |
Add presets for Apple iPod constraints
Originally committed as …
|
|
|
@a6c2a5ef
|
16 years |
robert.swain |
Add presets to use as constraints for H.264 Baseline and Main profiles …
|
|
|
@c9b3c0c7
|
16 years |
michaelni |
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
…
|
|
|
@a14d138c
|
16 years |
michaelni |
Let the mpeg audio parser correct the codec_id.
Originally committed …
|
|
|
@cb595b7f
|
16 years |
michaelni |
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 …
|
|
|
@7f507b2d
|
16 years |
michaelni |
Add CODEC_ID_MP1.
Originally committed as revision 16580 to …
|
|
|
@ed0879ed
|
16 years |
tempn |
add SLMJ fourcc to mjpeg
Originally committed as revision 16579 to …
|
|
|
@7a96cd31
|
16 years |
kostya.shishkov |
VC-1 display dimensions should affect coded dimensions only (I think)
…
|
|
|
@e9ca5f08
|
16 years |
kostya.shishkov |
Print VC-1 aspect ratio in debug
Originally committed as revision …
|
|
|
@820089cb
|
16 years |
kostya.shishkov |
421l: fix loop filter for P-frames in VC-1
Originally committed as …
|
|
|
@34f3f6d
|
16 years |
kostya.shishkov |
Cinepak strip ID is a single byte
Originally committed as revision …
|
|
|
@d94b1f12
|
16 years |
kostya.shishkov |
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought …
|
|
|
@1cd11856
|
16 years |
mans |
configure: add Alpha CPU types
Originally committed as revision 16573 …
|
|
|
@8eec0fb6
|
16 years |
Aurélien Jacobs |
fix version protection
Originally committed as revision 16572 to …
|
|
|
@af5f434f
|
16 years |
Aurélien Jacobs |
add the necessary include for LIBAV*_VERSION_*
Originally committed …
|
|
|
@9a0cf9f
|
16 years |
mans |
ARM: use push/pop pseudo-instructions in simple_idct_armv6.S
…
|
|
|
@e949794
|
16 years |
mans |
ARM: simple_idct_armv6.S whitespace cosmetics
Originally committed as …
|
|
|
@7f727ace
|
16 years |
mans |
ARM: clean up pc-relative references in simple_idct_armv6.S
…
|
|
|
@3b16c719
|
16 years |
mans |
ARM: use rX register names in simple_idct_armv6.S
Originally …
|
|
|
@90993b38
|
16 years |
stefano.sabatini-lala |
Reindent after the last commit, while at it also add some spaces for …
|
|
|
@689a5f49
|
16 years |
stefano.sabatini-lala |
Make avfilter_open() set to NULL the pads and the filters when the …
|
|
|
@7b114c09
|
16 years |
mans |
AVI: add bswap.h include needed on big endian
Originally committed as …
|
|
|
@a8e28698
|
16 years |
mans |
configure: fix PIC activation for x86_64 shared libs
Originally …
|
|
|
@d9513de6
|
16 years |
stefano.sabatini-lala |
Add missing inclusion of libavutil/intreadwrite.h, fix compilation …
|
|
|
@6cdbff63
|
16 years |
lessen42 |
Use the dimensions in tkhd for timed text tracks
Originally committed …
|
|
|
@d52481b9
|
16 years |
ramiro.polla |
Pass subarch instead of arch to YASMFLAGS
Originally committed as …
|
|
|
@7b5e8a27
|
16 years |
diego |
Extend 'checkheaders' target to architecture-specific subdirectories.
…
|
|
|
@62045d48
|
16 years |
diego |
Split arch variable into arch and subarch.
Originally committed as …
|
|
|