source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @747283a0   13 years martin cinepak: Add another special case so that it can handle the following …
(edit) @ffc638c2   13 years martin lagarith: add some RGBA decoding support Signed-off-by: Martin …
(edit) @39616fc3   13 years martin lagarith: Add correct line prediction for RGB Signed-off-by: Martin …
(edit) @52767d89   13 years mans lavf: fix multiplication overflow in avformat_find_stream_info() …
(edit) @f1d1516e   13 years justin.ruggles cosmetics: indentation
(edit) @1158745a   13 years justin.ruggles mpegaudiodec: init static tables in AVCodec.init_static_data()
(edit) @3f5d6a66   13 years mans binkvideo: simplify and remove invalid shifts Signed-off-by: Mans …
(edit) @2625b621   13 years lu_zero pulse: compute frame_duration once and fix it The frame duration was …
(edit) @caf27e37   13 years lu_zero lavf: simplify format_child_class_next() And fix the error introduced …
(edit) @ac3dbb4d   13 years lu_zero hwaccel: OS X Video Decoder Acceleration (VDA) support. …
(edit) @d8a09169   13 years janne-libav doc: add support for an optional navigation bar in texi2html pages …
(edit) @32caa7b   13 years anton lavf: pass options from AVFormatContext to avio.
(edit) @9d77a8fa   13 years anton avformat: Use avio_open2, pass the AVFormatContext interrupt_callback …
(edit) @1dee0aca   13 years anton avio: add avio_open2, taking an interrupt callback and options The …
(edit) @ddffc2fd   13 years anton avio: add support for passing options to protocols. Not used anywhere …
(edit) @163a3113   13 years anton avio: add and use ffurl_protocol_next().
(edit) @6ef350c1   13 years anton avformat: Pass the interrupt callback on to chained muxers/demuxers …
(edit) @6f1b7b39   13 years anton avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc …
Note: See TracRevisionLog for help on using the revision log.