|
|
|
@3922deb5
|
15 years |
uhmmmm |
Add video filter to manipulate aspect ratio
Originally committed as …
|
|
|
@68f0bc7e
|
15 years |
michaelni |
Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.
…
|
|
|
@c7f625ee
|
15 years |
mans |
Fix erroneous behaviour when format probe hits end of file
If the …
|
|
|
@3bd74e92
|
15 years |
mans |
Simplify arch-specific object file lists
Originally committed as …
|
|
|
@43f60eba
|
15 years |
mans |
Move arch-specific makefile parts into $arch/Makefile
Originally …
|
|
|
@e0e335a0
|
15 years |
mans |
configure: do not use $_
Both bash and ksh abuse this variable even …
|
|
|
@2f821b03
|
15 years |
victorpaesa |
Add compilation hints for Cygwin 1.7 and remove the ones for 1.5
…
|
|
|
@562f22a6
|
15 years |
rsbultje |
Typo: if output (video) stream's pix_fmt is not set, then the stream …
|
|
|
@4693b031
|
15 years |
mans |
Move H264 dsputil functions into their own struct
This moves the …
|
|
|
@f5beb9a8
|
15 years |
baptiste.coudurier |
100L, revert r22560, already present
Originally committed as revision …
|
|
|
@4a0cf68
|
15 years |
daniel |
patcheck: Escape parentheses in grep calls
Originally committed as …
|
|
|
@972ffe6
|
15 years |
Aurélien Jacobs |
rename av_read_frame_flush to ff_read_frame_flush
it is an internal …
|
|
|
@588af13f
|
15 years |
Aurélien Jacobs |
rename av_program_add_stream_index to ff_program_add_stream_index
it …
|
|
|
@48b2ef95
|
15 years |
baptiste.coudurier |
mpegts muxer now needs mpeg4audio code like adts muxer
Originally …
|
|
|
@fbe8c56d
|
15 years |
baptiste.coudurier |
Correctly write last 0 lacing value when packet size is multiple of …
|
|
|
@404793f4
|
15 years |
mans |
H264: fix signed overflow in constant multiplication
This fixes …
|
|
|
@493f54ad
|
15 years |
michaelni |
Add AVSEEK_FORCE flag to indicate that the code should attempt to seek …
|
|
|
@53f66cee
|
15 years |
michaelni |
Add ff_ prefix for mpeg2_dc_scale_table.
Originally committed as …
|
|
|
@6dfa52c8
|
15 years |
Aurélien Jacobs |
matroskadec: fix missing dependency
Originally committed as revision …
|
|
|
@6506c3d2
|
15 years |
michaelni |
Support intra_dc_precision>8 in jpeg
Originally committed as revision …
|
|
|
@80232350
|
15 years |
michaelni |
Allow mpeg style yuv in jpeg when strict standard compliance is small …
|
|
|
@2fad0977
|
15 years |
mans |
Add FATE tests
This adds a "fate" make target which runs the full …
|
|
|
@f75ab7a
|
15 years |
jmenon86 |
cosmetics : Print newline after error message.
Originally committed …
|
|
|
@bd57cae
|
15 years |
michaelni |
use mpeg2 quantization bias for mjpeg.
this seems to improve RD …
|
|
|
@db12880
|
15 years |
martin |
Reindent
Originally committed as revision 22549 to …
|
|
|
@ad2ae6db
|
15 years |
martin |
Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in …
|
|
|
@ec55edba
|
15 years |
martin |
Make rtsp_skip_packet non-static, add ff prefix
Originally committed …
|
|
|
@c040badb
|
15 years |
martin |
Reindent
Originally committed as revision 22546 to …
|
|
|
@c07c6f8
|
15 years |
martin |
RTSP: Synchronize the start time of the chained RTP muxers
This makes …
|
|
|
@4a287145
|
15 years |
benoit.fouet |
Remove avcodec_thread_execute from avcodec.h, and make static …
|
|
|
@b1d55e5e
|
15 years |
martin |
Use AVFormatContext.start_time_realtime in the RTP muxer
Originally …
|
|
|
@2dad0dce
|
15 years |
martin |
Move the NTP offset definitions to internal.h
Originally committed as …
|
|
|
@a5b3d34b
|
15 years |
martin |
Add APIchanges entry for AVFormatContext.start_time_realtime
…
|
|
|
@b8819c85
|
15 years |
martin |
Add a new field AVFormatContext.start_time_realtime
Currently …
|
|
|
@63100f58
|
15 years |
benoit.fouet |
riff: don't pad extradata when writing ASF.
Patch by Anton Khirnov …
|
|
|
@0298cc04
|
15 years |
martin |
Add dependencies used by the RDT and ASF/RTP code
Originally …
|
|
|
@d55065a2
|
15 years |
astrange |
ffmpeg: Combine variable declaration and definition
Originally …
|
|
|
@47b229db
|
15 years |
astrange |
ffmpeg: Factor out redundant sync_ipts calculation
Originally …
|
|
|
@e536ccd6
|
15 years |
Aurélien Jacobs |
matroskadec: use more appropriate error code
Originally committed as …
|
|
|
@e4a9e3cc
|
15 years |
Aurélien Jacobs |
move ff_url_split() and ff_url_join() declarations to internal.h
those …
|
|
|
@66b50bc0
|
15 years |
Carl Eugen Hoyos |
Cosmetics: Fix a comment.
Originally committed as revision 22533 to …
|
|
|
@eadd495d
|
15 years |
stefano.sabatini-lala |
Move the probe loop from av_open_input_file() into its own method …
|
|
|
@1e470fad
|
15 years |
mans |
DWT: x86 init should depend on HAVE_MMX
The init function is only …
|
|
|
@6d2877f4
|
15 years |
mans |
error.h: test EDOM instead of EINVAL
C99 doesn't require EINVAL, only …
|
|
|
@e4836e3c
|
15 years |
mans |
Add missing includes to libavutil/error.h
Originally committed as …
|
|
|
@73ddbd9d
|
15 years |
stefano.sabatini-lala |
Change the definition of AVERROR_NUMEXPECTED at the next libavutil …
|
|
|
@c26bce10
|
15 years |
Reimar.Doeffinger |
Allow hard-coding of the 32kB cubic-root table for AAC.
Originally …
|
|
|
@7732f64
|
15 years |
mans |
Fix brief make output for generated tables
Originally committed as …
|
|
|
@062777b3
|
15 years |
Reimar.Doeffinger |
Allow hard-coding several QDM2 tables (about 32 kB size).
Originally …
|
|
|
@108d262c
|
15 years |
Reimar.Doeffinger |
Add some more table-printing functions needed for future patches.
…
|
|
|
@33996217
|
15 years |
mans |
Add ff_ prefix to dwt functions
Originally committed as revision …
|
|
|
@05aec7bb
|
15 years |
mans |
Separate DWT from snow and dsputil
This moves the DWT functions from …
|
|
|
@28eb5773
|
15 years |
Reimar.Doeffinger |
Avoid creating tiny (possibly only 64 bytes large) audio packets …
|
|
|
@686c7817
|
15 years |
michaelni |
Make sure all mvs of a mb are set in the error concealment code.
…
|
|
|
@c6a7b97c
|
15 years |
stefano.sabatini-lala |
Mark AVERROR_ENOENT for deletion at the next libavutil major bump.
…
|
|
|
@9b359f51
|
15 years |
stefano.sabatini-lala |
Lexically sort the error code definitions.
Originally committed as …
|
|
|
@bb4fcfa3
|
15 years |
michaelni |
Ensure that the deblock filter accesses the correct MVs for h264.
…
|
|
|
@b3e5931d
|
15 years |
alex.converse |
aacsbr: DSPUtilize analysis input scaling.
Originally committed as …
|
|
|
@f8a93a20
|
15 years |
alex.converse |
aac: Don't bias output during the IMDCT if SBR will be used.
…
|
|
|
@7c074320
|
15 years |
stefano.sabatini-lala |
Mark AVERROR_ENOMEM to be deleted at the next major bump.
…
|
|
|
@5ae092ee
|
15 years |
stefano.sabatini-lala |
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark …
|
|
|
@0edfa79b
|
15 years |
stefano.sabatini-lala |
Make iff.c:decode_init return the value returned by …
|
|
|
@382b5b3a
|
15 years |
Aurélien Jacobs |
CODEC_ID_XVID is not used anywhere, remove it at next major bump
…
|
|
|
@74dc70c4
|
15 years |
Aurélien Jacobs |
bump minor avcodec version for libxvid codec id change (r22489)
…
|
|
|
@89fb9ae9
|
15 years |
stefano.sabatini-lala |
Make the scale filter pass the pkt.pos information to the output …
|
|
|
@8955a324
|
15 years |
stefano.sabatini-lala |
Bump libavfilter minor version and add APIchanges entry after the …
|
|
|
@bb409513
|
15 years |
stefano.sabatini-lala |
Make ffplay pass the packet.pos information to the filterchain, get it …
|
|
|
@5bb5c1dc
|
15 years |
stefano.sabatini-lala |
Add AVFilterPicRef.pos field and make libavfilter propagate stream …
|
|
|
@ec7ab610
|
15 years |
stefano.sabatini-lala |
Extend the slice filter to make it issue slice height values randomly …
|
|
|
@14268254
|
15 years |
lessen42 |
vp3: Split out motion vectors to their own array
1.5% faster overall …
|
|
|
@99de2b59
|
15 years |
stefano.sabatini-lala |
Add APIchanges entry for the libavutil/error.h addition.
Originally …
|
|
|
@dbfa5e78
|
15 years |
stefano.sabatini-lala |
Add missing parentheses around the AVERROR_PATCHWELCOME macro …
|
|
|
@60c144f
|
15 years |
stefano.sabatini-lala |
Move error code definitions from libavcodec/avcodec.h to …
|
|
|
@1e76a1da
|
15 years |
lessen42 |
theora: Add support for 4:2:2 and 4:4:4 subsampling
Originally …
|
|
|
@1a856042
|
15 years |
lessen42 |
vp3: remove unneeded error, this is internal and doesn't happen
…
|
|
|
@57783884
|
15 years |
lessen42 |
vp3: Make fragment_width _height by plane
Originally committed as …
|
|
|
@1c183aa4
|
15 years |
lessen42 |
vp3: we only need a temp MV array of size 4
Originally committed as …
|
|
|
@703acd54
|
15 years |
lessen42 |
vp3: Use memset to clear the fragment array
Originally committed as …
|
|
|
@cd9c03f5
|
15 years |
lessen42 |
vp3: Init MVs to 0
Originally committed as revision 22495 to …
|
|
|
@a16389c1
|
15 years |
lessen42 |
vp3: Simplify init_block_mapping
Originally committed as revision …
|
|
|
@3477897e
|
15 years |
lessen42 |
oggdec: Set packet duration for ogm streams
Originally committed as …
|
|
|
@6b10228a
|
15 years |
Aurélien Jacobs |
matroskadec: add support for SIPR audio tracks
Originally committed …
|
|
|
@1ab0406d
|
15 years |
Aurélien Jacobs |
export rm_reorder_sipr_data() for future use by matroska demuxer
…
|
|
|
@adae9fa6
|
15 years |
Aurélien Jacobs |
export sipr_subpk_size for future use by matroska demuxer
Originally …
|
|
|
@2325bdad
|
15 years |
Aurélien Jacobs |
libxvid is producing standard mpeg4 so it don't need its own codec id
…
|
|
|
@4f4e4008
|
15 years |
diego |
Replace BSD-specific integer types by their POSIX equivalents.
Mark …
|
|
|
@2138dc99
|
15 years |
diego |
Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.
This make NetBSD compile …
|
|
|
@2c4bc23e
|
15 years |
michaelni |
Fix guess_mv() so that it works correctly with 4x4 MV blocks.
…
|
|
|
@5820b90d
|
15 years |
michaelni |
Fix indention
Originally committed as revision 22484 to …
|
|
|
@2ce1c2e0
|
15 years |
michaelni |
Always reset slice_table.
Previously, the area of a lost slice would …
|
|
|
@382f3a5
|
15 years |
michaelni |
Print skip_frames variable.
Originally committed as revision 22482 to …
|
|
|
@bb55e3a
|
15 years |
ramiro.polla |
Document --disable-everything in configure --help.
Originally …
|
|
|
@7a397a2e
|
15 years |
Aurélien Jacobs |
fix compilation with --disable-everything --enable-muxer=mpegts
…
|
|
|
@97197beb
|
15 years |
Aurélien Jacobs |
fix compilation with --disable-everything --enable-decoder=twinvq
…
|
|
|
@81b743eb
|
15 years |
lessen42 |
oggdec: Pass packets to header() until the stream is done with them
…
|
|
|
@8730fad5
|
15 years |
lessen42 |
oggdec: Parse ogm chapters
Originally committed as revision 22477 to …
|
|
|
@2e50858
|
15 years |
lessen42 |
oggdec: Cosmetics
Originally committed as revision 22476 to …
|
|
|
@d8ba748
|
15 years |
lessen42 |
oggdec: Read ogm metadata
Originally committed as revision 22475 to …
|
|
|
@533c30fc
|
15 years |
lessen42 |
Const correctness for vorbis_comment
Originally committed as revision …
|
|
|
@b53cde4
|
15 years |
lessen42 |
oggdec: Metadata is per-stream; don't merge multiple streams' together …
|
|
|