source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a5b3d34b   15 years martin Add APIchanges entry for AVFormatContext.start_time_realtime …
(edit) @b8819c85   15 years martin Add a new field AVFormatContext.start_time_realtime Currently …
(edit) @63100f58   15 years benoit.fouet riff: don't pad extradata when writing ASF. Patch by Anton Khirnov …
(edit) @0298cc04   15 years martin Add dependencies used by the RDT and ASF/RTP code Originally …
(edit) @d55065a2   15 years astrange ffmpeg: Combine variable declaration and definition Originally …
(edit) @47b229db   15 years astrange ffmpeg: Factor out redundant sync_ipts calculation Originally …
(edit) @e536ccd6   15 years Aurélien Jacobs matroskadec: use more appropriate error code Originally committed as …
(edit) @e4a9e3cc   15 years Aurélien Jacobs move ff_url_split() and ff_url_join() declarations to internal.h those …
(edit) @66b50bc0   15 years Carl Eugen Hoyos Cosmetics: Fix a comment. Originally committed as revision 22533 to …
(edit) @eadd495d   15 years stefano.sabatini-lala Move the probe loop from av_open_input_file() into its own method …
(edit) @1e470fad   15 years mans DWT: x86 init should depend on HAVE_MMX The init function is only …
(edit) @6d2877f4   15 years mans error.h: test EDOM instead of EINVAL C99 doesn't require EINVAL, only …
(edit) @e4836e3c   15 years mans Add missing includes to libavutil/error.h Originally committed as …
(edit) @73ddbd9d   15 years stefano.sabatini-lala Change the definition of AVERROR_NUMEXPECTED at the next libavutil …
(edit) @c26bce10   15 years Reimar.Doeffinger Allow hard-coding of the 32kB cubic-root table for AAC. Originally …
(edit) @7732f64   15 years mans Fix brief make output for generated tables Originally committed as …
(edit) @062777b3   15 years Reimar.Doeffinger Allow hard-coding several QDM2 tables (about 32 kB size). Originally …
(edit) @108d262c   15 years Reimar.Doeffinger Add some more table-printing functions needed for future patches. …
(edit) @33996217   15 years mans Add ff_ prefix to dwt functions Originally committed as revision …
(edit) @05aec7bb   15 years mans Separate DWT from snow and dsputil This moves the DWT functions from …
(edit) @28eb5773   15 years Reimar.Doeffinger Avoid creating tiny (possibly only 64 bytes large) audio packets …
(edit) @686c7817   15 years michaelni Make sure all mvs of a mb are set in the error concealment code. …
(edit) @c6a7b97c   15 years stefano.sabatini-lala Mark AVERROR_ENOENT for deletion at the next libavutil major bump. …
(edit) @9b359f51   15 years stefano.sabatini-lala Lexically sort the error code definitions. Originally committed as …
(edit) @bb4fcfa3   15 years michaelni Ensure that the deblock filter accesses the correct MVs for h264. …
(edit) @b3e5931d   15 years alex.converse aacsbr: DSPUtilize analysis input scaling. Originally committed as …
(edit) @f8a93a20   15 years alex.converse aac: Don't bias output during the IMDCT if SBR will be used. …
(edit) @7c074320   15 years stefano.sabatini-lala Mark AVERROR_ENOMEM to be deleted at the next major bump. …
(edit) @5ae092ee   15 years stefano.sabatini-lala Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark …
(edit) @0edfa79b   15 years stefano.sabatini-lala Make iff.c:decode_init return the value returned by …
(edit) @382b5b3a   15 years Aurélien Jacobs CODEC_ID_XVID is not used anywhere, remove it at next major bump …
(edit) @74dc70c4   15 years Aurélien Jacobs bump minor avcodec version for libxvid codec id change (r22489) …
(edit) @89fb9ae9   15 years stefano.sabatini-lala Make the scale filter pass the pkt.pos information to the output …
(edit) @8955a324   15 years stefano.sabatini-lala Bump libavfilter minor version and add APIchanges entry after the …
(edit) @bb409513   15 years stefano.sabatini-lala Make ffplay pass the packet.pos information to the filterchain, get it …
(edit) @5bb5c1dc   15 years stefano.sabatini-lala Add AVFilterPicRef.pos field and make libavfilter propagate stream …
(edit) @ec7ab610   15 years stefano.sabatini-lala Extend the slice filter to make it issue slice height values randomly …
(edit) @14268254   15 years lessen42 vp3: Split out motion vectors to their own array 1.5% faster overall …
(edit) @99de2b59   15 years stefano.sabatini-lala Add APIchanges entry for the libavutil/error.h addition. Originally …
(edit) @dbfa5e78   15 years stefano.sabatini-lala Add missing parentheses around the AVERROR_PATCHWELCOME macro …
(edit) @60c144f   15 years stefano.sabatini-lala Move error code definitions from libavcodec/avcodec.h to …
(edit) @1e76a1da   15 years lessen42 theora: Add support for 4:2:2 and 4:4:4 subsampling Originally …
(edit) @1a856042   15 years lessen42 vp3: remove unneeded error, this is internal and doesn't happen …
(edit) @57783884   15 years lessen42 vp3: Make fragment_width _height by plane Originally committed as …
(edit) @1c183aa4   15 years lessen42 vp3: we only need a temp MV array of size 4 Originally committed as …
(edit) @703acd54   15 years lessen42 vp3: Use memset to clear the fragment array Originally committed as …
(edit) @cd9c03f5   15 years lessen42 vp3: Init MVs to 0 Originally committed as revision 22495 to …
(edit) @a16389c1   15 years lessen42 vp3: Simplify init_block_mapping Originally committed as revision …
(edit) @3477897e   15 years lessen42 oggdec: Set packet duration for ogm streams Originally committed as …
(edit) @6b10228a   15 years Aurélien Jacobs matroskadec: add support for SIPR audio tracks Originally committed …
(edit) @1ab0406d   15 years Aurélien Jacobs export rm_reorder_sipr_data() for future use by matroska demuxer …
(edit) @adae9fa6   15 years Aurélien Jacobs export sipr_subpk_size for future use by matroska demuxer Originally …
(edit) @2325bdad   15 years Aurélien Jacobs libxvid is producing standard mpeg4 so it don't need its own codec id …
(edit) @4f4e4008   15 years diego Replace BSD-specific integer types by their POSIX equivalents. Mark …
(edit) @2138dc99   15 years diego Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD. This make NetBSD compile …
(edit) @2c4bc23e   15 years michaelni Fix guess_mv() so that it works correctly with 4x4 MV blocks. …
(edit) @5820b90d   15 years michaelni Fix indention Originally committed as revision 22484 to …
(edit) @2ce1c2e0   15 years michaelni Always reset slice_table. Previously, the area of a lost slice would …
(edit) @382f3a5   15 years michaelni Print skip_frames variable. Originally committed as revision 22482 to …
(edit) @bb55e3a   15 years ramiro.polla Document --disable-everything in configure --help. Originally …
(edit) @7a397a2e   15 years Aurélien Jacobs fix compilation with --disable-everything --enable-muxer=mpegts …
(edit) @97197beb   15 years Aurélien Jacobs fix compilation with --disable-everything --enable-decoder=twinvq …
(edit) @81b743eb   15 years lessen42 oggdec: Pass packets to header() until the stream is done with them …
(edit) @8730fad5   15 years lessen42 oggdec: Parse ogm chapters Originally committed as revision 22477 to …
(edit) @2e50858   15 years lessen42 oggdec: Cosmetics Originally committed as revision 22476 to …
(edit) @d8ba748   15 years lessen42 oggdec: Read ogm metadata Originally committed as revision 22475 to …
(edit) @533c30fc   15 years lessen42 Const correctness for vorbis_comment Originally committed as revision …
(edit) @b53cde4   15 years lessen42 oggdec: Metadata is per-stream; don't merge multiple streams' together …
(edit) @e4d2d8c5   15 years lessen42 Add ff_ prefix to vorbis_comment Originally committed as revision …
(edit) @2972e36e   15 years ramiro.polla Don't use shell syntax to set variables for make. Originally …
(edit) @95c6b5e   15 years rsbultje Fix spelling. Originally committed as revision 22470 to …
(edit) @34056cbb   15 years martin Fix a crash in the H.263 RTP packetizer If size == 1 and buf[0] == 0 …
(edit) @70b462cc   15 years pross Prevent memory leak introduced in r22389 in Bink demuxer: pass partial …
(edit) @2b3da32f   15 years michaelni Make rdft speed user configureable. Change default speed back to a …
(edit) @b41ec742   15 years pross Make binkaudio work with ff_float_to_int16_interleave_c (martin at …
(edit) @5c7fd910   15 years martin Cosmetics, break a long line, fix brace placement Originally …
(edit) @26cb700c   15 years martin RTSP muxer: Create the SDP with the numerical IP of the peer instead …
(edit) @d8b91fae   15 years lessen42 oggdec: Seek to keyframes Originally committed as revision 22463 to …
(edit) @873d117e   15 years lessen42 oggdec: Determine pts and filepos on a packet basis in read_timestamp …
(edit) @6abaa272   15 years lessen42 oggdec: Move PTS/DTS calculation to a function Originally committed …
(edit) @2ac41150   15 years lessen42 oggdec: Fix memory leak in setting up vorbis headers Originally …
(edit) @8f8320d7   15 years lessen42 oggdec: Don't use ogg_stream's seq for vorbis or speex headers …
(edit) @77560b0e   15 years lessen42 oggdec: Fix duration calculation for streams with non-zero start …
(edit) @32ad8692   15 years lessen42 oggdec: Parse skeleton to determine the start time of each stream …
(edit) @296bdf9c   15 years lessen42 oggdec: Check that we have a codec in gptopts (needed for skeleton) …
(edit) @dfaed51f   15 years lessen42 oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h (skeleton …
(edit) @50a9d323   15 years lessen42 oggdec: Set data_offset to the right value Otherwise it gets set …
(edit) @73823cb9   15 years lessen42 oggdec: Save offset of the page needed to reconstruct the current …
(edit) @d38c9e7a   15 years michaelni Implement framedrop. Replace SDL timer by a seperate thread, more …
(edit) @5de9178   15 years mans indent Originally committed as revision 22451 to …
(edit) @49e92878   15 years mans random_seed: try other alternatives if reading /dev/random fails …
(edit) @32f40ac   15 years mans sha: add missing include Originally committed as revision 22449 to …
(edit) @cc1e807f   15 years mans snow: remove unused stub functions w53_32_c() and w97_32_c() are …
(edit) @8a3ceaf4   15 years mans ffplay: use correct format specifiers in printf() Originally …
(edit) @2023cfea   15 years mans Add some required casts These casts are correct and safe. The …
(edit) @3952471d   15 years mans configure: remove stray semicolon Originally committed as revision …
(edit) @54a2ae3   15 years mans configure: use map() function in a couple of places Originally …
(edit) @36e2dea0   15 years mans configure: add --disable-everything option This disables all codecs, …
(edit) @122dcdcb   15 years michaelni Fix some apparent +- errors in the audio vissualization. The bugs …
(edit) @86decad6   15 years mans sparc: fix a few pages of cast warnings Originally committed as …
Note: See TracRevisionLog for help on using the revision log.