source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @785baa73   13 years anton nuv: use FFALIGN. Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @1484b5de   13 years anton flicvideo: check extradata_size before accessing extradata. …
(edit) @5ace144f   13 years anton fraps: check for overread. Signed-off-by: Anton Khirnov …
(edit) @51f316a9   13 years anton cook: fix apparent typo in extradata parsing Signed-off-by: Anton …
(edit) @488eec10   13 years anton lavc: update doxy to use nondeprecated API.
(edit) @f32dfad9   13 years martin swscale: Readd #define _SVID_SOURCE This was removed erroneously in …
(edit) @019dd236   13 years mans Fix av_get_channel_layout_string() for positions >31 A value shifted …
(edit) @be1e8725   13 years martin configure: Store vda lib flags in extralibs instead of ldflags This …
(edit) @cc276c85   13 years mans Make channel layout masks unsigned It makes more sense for a bit mask …
(edit) @00a856e3   13 years mans dca: ARMv6 optimised decode_blockcode() This is a hand-tuned version …
(edit) @035af998   13 years lu_zero nullenc: drop AVFMT_RAWPICTURE from the flags This makes the two pass …
(edit) @117e2a30   13 years janne-libav frame-mt: return consumed packet size in ff_thread_decode_frame This …
(edit) @d14d4d98   13 years janne-libav aacdec: add more fate tests covering SBR and PS Add all seven test …
(edit) @6b34fbba   13 years mans MK(BE)TAG: avoid undefined shifts Casting the left-most byte to …
(edit) @7f1b4270   13 years lu_zero snow: split snow in snowdec and snowenc The common non inlined code …
(edit) @8b7412fe   13 years anton tiffenc: deprecate using compression_level
(edit) @f7f18352   13 years rsbultje swscale: fix failing fate tests. isGray() is left as a FIXME for later.
(edit) @185655c6   13 years rsbultje swscale: add support for planar RGB input.
(edit) @db431f7e   13 years rsbultje h264: add support for decoding planar RGB images.
(edit) @6b0768e2   13 years rsbultje Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].
(edit) @bd97b2e1   13 years rsbultje pixfmt: add planar RGB formats.
(edit) @bbb46f3e   13 years justin.ruggles libavutil: add utility functions to simplify allocation of audio …
(edit) @8889cc4f   13 years justin.ruggles libavutil: add planar sample formats and av_sample_fmt_is_planar()
(edit) @aa38cff2   13 years janne-libav avconv: fix segfault at EOF with delayed pictures At EOF it makes no …
(edit) @c1848c4b   13 years justin.ruggles pcmdec: remove unneeded resetting of samples pointer
(edit) @06d4e2fa   13 years anton avconv: remove a now unused parameter from output_packet().
(edit) @8b0268a8   13 years anton avconv: formatting fixes in output_packet()
(edit) @ffa0674e   13 years anton avconv: declare some variables in blocks where they are used
(edit) @af8ad892   13 years anton avconv: use the same behavior when decoding audio/video/subs I.e. if …
(edit) @3eedd29b   13 years anton bethsoftvideo: return proper consumed size for palette packets. Also …
(edit) @5872c781   13 years anton cdg: skip packets that don't contain a cdg command. Signed-off-by: …
(edit) @0844b57c   13 years anton crcenc: add flags AVFMT_NOTIMESTAMPS for crc, as it ignores the …
(edit) @e1edfbcb   13 years anton avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats. Prevent avconv …
(edit) @a94c769d   13 years anton tiffenc: add a private option for selecting compression algorithm
(edit) @50efd3ca   13 years anton md5enc: add flags AVFMT_NOTIMESTAMPS for md5, as it ignores the …
(edit) @3a0b72de   13 years mans ARM: remove needless .text/.align directives The 'function' macro …
(edit) @963f6855   13 years alex.converse aacdec: Fix PS in ADTS. Fixes File1.aac and Bug 80.
(edit) @105ab61c   13 years alex.converse avconv: Consistently use PIX_FMT_NONE. Use PIX_FMT_NONE instead of -1 …
(edit) @0e8fdd4   13 years justin.ruggles dsputil: use cpuflags in x86 emu_edge_core avoids passing around the …
(edit) @395f2e7   13 years justin.ruggles dsputil: use movups instead of movdqu in ff_emu_edge_core_sse() This …
(edit) @05d1e45d   13 years justin.ruggles wma: initialize prev_block_len_bits, next_block_len_bits, and …
(edit) @9f8c190b   13 years alex.converse mov: Remove some redundant and obsolete comments.
(edit) @85770d6e   13 years mans Add libavutil/mathematics.h #includes for INFINITY This fixes build …
(edit) @e361b508   13 years lu_zero doxy: structure libavformat groups
(edit) @e97e5a2e   13 years lu_zero doxy: introduce an empty structure in libavcodec
(edit) @757cd8d8   13 years lu_zero doxy: provide a start page and document libavutil Introduce a basic …
(edit) @384bdace   13 years lu_zero doxy: cleanup pixfmt.h Remove the dubious warning about the header …
(edit) @3fe5fc93   13 years mans regtest: split video encode/decode tests into individual targets …
(edit) @8ee2b467   13 years mans ARM: add explicit .arch and .fpu directives to asm.S This prevents …
(edit) @0945edde   13 years janne-libav pthread: do not touch has_b_frames Adding the thread count in frame …
(edit) @82963f8f   13 years anton avconv: cleanup the transcoding loop in output_packet().
(edit) @9595234c   13 years anton avconv: split subtitle transcoding out of output_packet().
(edit) @45d4b66f   13 years anton avconv: split video transcoding out of output_packet().
(edit) @ded28ba3   13 years anton avconv: split audio transcoding out of output_packet().
(edit) @78162b4e   13 years anton avconv: reindent.
(edit) @2a651b7   13 years anton avconv: move streamcopy-only code out of decoding loop.
(edit) @51aeb694   13 years anton avconv: remove an always true condition and reindent.
(edit) @7204ec1a   13 years anton avconv: split off streamcopy handling into a separate loop. This is …
(edit) @a8fe9a72   13 years justin.ruggles pthread: add some malloc failure checks
(edit) @03f30c83   13 years anton avconv: cosmetics, reformat transcode_init() Fix spacing, vertically …
(edit) @1bb77e51   13 years anton avconv: rename 'os' variable to 'oc' Output AVFormatContext is called …
(edit) @b0641ab7   13 years anton doc/filters: fix some typos.
(edit) @7c922411   13 years anton configure: add libpulse to help output Fixes Bug 72.
(edit) @c40e1757   13 years martin httpproxy: Fix dependencies Fix building with --disable-network. …
(edit) @66e9c0b6   13 years martin httpproxy: Specify the object files needed in the Makefile …
(edit) @09d243dd   13 years rsbultje swscale: Fix stack alignment for SSE Although gcc guarantees 16 byte …
(edit) @f3a29b7   13 years justin.ruggles avcodec: move some AVCodecContext fields to an internal struct. A new …
(edit) @513b6919   13 years justin.ruggles avcodec: use av_opt_set() instead of deprecated av_set_string3()
(edit) @fa9aeb82   13 years justin.ruggles avcodec: fix some const warnings libavcodec/options.c:583: warning: …
(edit) @86d37303   13 years justin.ruggles avcodec: remove pointless AVOption, internal_buffer_count
(edit) @c693aa6f   13 years alex.converse imgutils: Fix illegal read. Found with address sanitizer. …
(edit) @ff3755cb   13 years janne-libav configure: add check for w32threads to enable it automatically
(edit) @704af3e2   13 years lu_zero rtmp: do not hardcode invoke numbers Note: FCPublish/FCUnpublish are …
(edit) @b7d939d9   13 years lu_zero cinepack: return non-generic errors
(edit) @81ac4cda   13 years anton fate-lavf-ts: use -mpegts_transport_stream_id option. Serves as a …
(edit) @f872e4d0   13 years anton Add an APIchanges entry and a minor bump for avio changes.
(edit) @45f511ec   13 years anton avio: Mark the old interrupt callback mechanism as deprecated Prepare …
(edit) @40972f7c   13 years anton avplay: Set the new interrupt callback Signed-off-by: Anton Khirnov …
(edit) @2abe947a   13 years anton avconv: Set new interrupt callbacks for all AVFormatContexts, use …
(edit) @a4009c6a   13 years martin cinepak: remove redundant coordinate checks Signed-off-by: Michael …
(edit) @867b4966   13 years martin cinepak: check strip_size Signed-off-by: Michael Niedermayer …
(edit) @d92fea2b   13 years martin cinepak, simplify, use AV_RB24() Signed-off-by: Michael Niedermayer …
(edit) @a2b51fe8   13 years martin cinepak: simplify, use FFMIN() Signed-off-by: Michael Niedermayer …
(edit) @b55aa7df   13 years martin cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 …
(edit) @795d9594   13 years martin applehttp: Fix seeking in streams not starting at DTS=0 The Apple …
(edit) @dbc2424   13 years martin http: Don't use the normal http proxy mechanism for https The tls …
(edit) @2565dbe   13 years martin tls: Handle connection via a http proxy Signed-off-by: Martin Storsjö …
(edit) @f5c5d57b   13 years martin http: Reorder two code blocks This is in preparation for a later …
(edit) @9f1dae94   13 years martin http: Add a new protocol for opening connections via http proxies …
(edit) @bf7723a6   13 years martin http: Split out the non-chunked buffer reading part from http_read …
(edit) @ddf9b510   13 years martin segafilm: add support for raw videos Signed-off-by: Martin Storsjö …
(edit) @525c5b08   13 years martin rtpdec: only use RTCP for PTS when synchronizing multiple streams …
(edit) @12348ca2   13 years martin rtpdec: unwrap RTP timestamps for PTS calculation The timestamp field …
(edit) @bb4b0ad8   13 years alex.converse vp5: Fix illegal read. Found with Address Sanitizer
(edit) @e0966eb1   13 years alex.converse vp6: Fix illegal read. Found with Address Sanitizer Signed-off-by: …
(edit) @92db95e9   13 years martin tls: Use TLSv1_client_method for OpenSSL TLSv1 is compatible with …
(edit) @268fb3f9   13 years martin mpegaudiodec: Don't use a nonexistent log context for av_dlog This …
(edit) @18579f0   13 years martin avformat: Accept the ISO8601 separate format as input, too This makes …
(edit) @4a835416   13 years martin avformat: Interpret times in ff_iso8601_to_unix_time as UTC This …
(edit) @62706711   13 years martin avutil: Add av_timegm as a public function This is useful, since the …
Note: See TracRevisionLog for help on using the revision log.