source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f7a2e12f   13 years justin.ruggles roqaudioenc: return AVERROR codes instead of -1
(edit) @3fa9a999   13 years justin.ruggles roqaudioenc: set correct bit rate
(edit) @cf57c78b   13 years justin.ruggles roqaudioenc: use AVCodecContext.frame_size correctly. It is not …
(edit) @56279f1d   13 years justin.ruggles roqaudioenc: remove unneeded sample_fmt check
(edit) @4b7f8838   13 years justin.ruggles ra144enc: use int16_t* for input samples rather than void*
(edit) @03359ebc   13 years justin.ruggles ra144enc: set AVCodecContext.coded_frame
(edit) @a65f7c96   13 years justin.ruggles ra144enc: remove unneeded sample_fmt check
(edit) @928672f1   13 years justin.ruggles nellymoserenc: set AVCodecContext.coded_frame
(edit) @370b44cd   13 years justin.ruggles nellymoserenc: improve error checking in encode_init()
(edit) @333506c3   13 years justin.ruggles nellymoserenc: return AVERROR codes instead of -1
(edit) @6f600ab3   13 years justin.ruggles libvorbis: improve error checking in oggvorbis_encode_init()
(edit) @be60eec6   13 years justin.ruggles mpegaudioenc: return AVERROR codes instead of -1
(edit) @7a8cbb3   13 years justin.ruggles libfaac: improve error checking and handling in Faac_encode_init()
(edit) @c9bca801   13 years justin.ruggles avutil: add AVERROR_UNKNOWN Useful to return instead of -1 when the …
(edit) @a8bdf240   13 years justin.ruggles check for coded_frame allocation failure in several audio encoders
(edit) @255ad888   13 years justin.ruggles audio encoders: do not set coded_frame->key_frame. it is already set …
(edit) @8e2555d3   13 years justin.ruggles g722enc: check for trellis data allocation error
(edit) @ca300d93   13 years justin.ruggles libspeexenc: export encoder delay through AVCodecContext.delay
(edit) @7600e5c   13 years justin.ruggles avcodec: document the use of AVCodecContext.delay for audio encoders
(edit) @6c4c27ad   13 years rsbultje kgv1: release reference picture on size change. Found-by: Mateusz …
(edit) @cd40c31   13 years rsbultje matroska: don't overwrite string values until read/alloc was …
(edit) @03ca0a5b   13 years anton lavc: merge two if()s with the same condition.
(edit) @d55fa6f9   13 years anton lavc: factorize setting got_packet_ptr in avcodec_encode_video2()
(edit) @52953d61   13 years anton lavc: signal no output when a NULL frame is passed to audio encoder …
(edit) @99cff417   13 years anton xwdenc: fix monow encoding Signed-off-by: Paul B Mahol …
(edit) @159a2436   13 years justin.ruggles fate: add tests for cdxl video Signed-off-by: Paul B Mahol …
(edit) @904817cb   13 years justin.ruggles cdxl: fix ham6/8 on big endian Signed-off-by: Paul B Mahol …
(edit) @2bb628f8   13 years rsbultje swscale: fix another integer overflow at large dimensions/rescales.
(edit) @19adb0bc   13 years justin.ruggles vorbisdec: add a flush() function clear MDCT overlap buffer and reset …
(edit) @830f7044   13 years rsbultje fraps: release reference buffer on pix_fmt change. Prevents crash …
(edit) @87840eeb   13 years rsbultje avcodec: disallow reget_buffer() if pix_fmt changed.
(edit) @33cd32b3   13 years rsbultje kgv1: use avctx->get/release_buffer(). Also fixes crashes on corrupt …
(edit) @d6a77e2b   13 years anton docs: use -bsf:[vas] instead of -[vas]bsf. The latter syntax is now …
(edit) @b7165426   13 years justin.ruggles mpegaudiodec: Prevent premature clipping of mp3 input buffer. Instead …
(edit) @655b24c0   13 years anton lavf: move the packet keyframe setting code. compute_pkt_fields() is …
(edit) @9677247b   13 years justin.ruggles oggenc: free comment header for all codecs fixes a memleak for Vorbis …
(edit) @be129271   13 years rsbultje lcl: error out if uncompressed input buffer is smaller than framesize. …
(edit) @ab492ca2   13 years rsbultje mjpeg: abort decoding if packet is too large. Found-by: Mateusz …
(edit) @46b3fbc3   13 years rsbultje golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF. …
(edit) @b44b4163   13 years rsbultje get_bits: add HAVE_BITS_REMAINING macro.
(edit) @5ff42e31   13 years anton lavf/output-example: use new audio encoding API correctly.
(edit) @6e9ed7c7   13 years anton lavf/output-example: more proper usage of the new API. Passing the …
(edit) @4473638   13 years alex.converse tiff: Prevent overreads in the type_sizes array. Found-by: Mateusz …
(edit) @e32548d   13 years alex.converse tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned. TIFF v6.0 …
(edit) @14c98973   13 years rsbultje apetag: do not leak memory if avio_read() fails Signed-off-by: Paul B …
(edit) @6d110570   13 years rsbultje apetag: propagate errors. Fixes crashes if reading the tag value …
(edit) @2784d187   13 years rsbultje SBR DSP x86: implement SSE sbr_hf_g_filt Unrolling the main loop to …
(edit) @34454c76   13 years rsbultje SBR DSP x86: implement SSE sbr_sum_square_sse The 32bits targets have …
(edit) @2e74a5ab   13 years rsbultje SBR DSP: use intptr_t for the ixh parameter. Signed-off-by: Ronald S. …
(edit) @31632e73   13 years rsbultje swf: check return values for av_get/new_packet(). Prevents crashers …
(edit) @480b133e   13 years anton wavpack: Don't shift minclip/maxclip Since we are clipping before we …
(edit) @ba605ce   13 years martin rtpenc: Expose the max packet size via an avoption This allows opting …
(edit) @f553462   13 years martin rtpenc: Move max_packet_size to a context variable This is in …
(edit) @7337484e   13 years martin rtpenc: Add an option for not sending RTCP packets Signed-off-by: …
(edit) @ff311c0   13 years anton lavc: drop encode() support for video. All video encoders have been …
(edit) @171273fe   13 years anton snowenc: switch to encode2().
(edit) @8d3348c2   13 years anton snowenc: don't abuse input picture for storing information.
(edit) @7340008f   13 years anton a64multienc: switch to encode2(). We have no decoder, so cannot test …
(edit) @cfc6ab31   13 years anton a64multienc: don't write into output buffer when there's no output.
(edit) @4da6d194   13 years anton libxvid: switch to encode2().
(edit) @760b0040   13 years anton tiffenc: switch to encode2().
(edit) @62acb493   13 years anton tiffenc: properly forward error codes in encode_frame().
(edit) @2257f66e   13 years anton lavc: drop libdirac encoder. Libschroedinger is the preferred way to …
(edit) @577fed3b   13 years anton gifenc: switch to encode2().
(edit) @d8f3365f   13 years anton libvpxenc: switch to encode2().
(edit) @0ecf54f9   13 years anton flashsvenc: switch to encode2().
(edit) @b315042c   13 years diego Remove libpostproc. This library does not fit into Libav as a whole …
(edit) @01cb62ab   13 years rsbultje lcl: don't overwrite input memory. If the PNG filter is enabled, a …
(edit) @1d8c4af3   13 years rsbultje swscale: take first/lastline over/underflows into account for MMX. …
(edit) @491865b5   13 years rsbultje swscale: fix underflows in firstline calculations for extreme resizes. …
(edit) @19a65b5b   13 years rsbultje swscale: fix overflows in filterPos[] calculation for large sizes. …
(edit) @84db922b   13 years anton libxavs: switch to encode2().
(edit) @d3b577f   13 years anton libxavs: add an AVClass at the beginning of XavsContext.
(edit) @a5f848c8   13 years anton libxavs: split extradata writing out of encode_nals(). This is done …
(edit) @8e8124e   13 years anton ljpegenc: switch to encode2().
(edit) @2b83e8b7   13 years rsbultje truemotion2: error out if the huffman tree has no nodes. This …
(edit) @ada4e362   13 years martin rtpenc: Add an error message Also return a proper error code. …
(edit) @c4584f3c   13 years martin rtpenc: Allow packetizing H263 according to the old RFC 2190 …
(edit) @c2ff63e   13 years martin rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS This simplifies …
(edit) @3c0ed7d1   13 years anton asv1enc: switch to encode2().
(edit) @df53a473   13 years anton libschroedingerenc: switch to encode2().
(edit) @278d8868   13 years anton ffv1enc: switch to encode2().
(edit) @f7fa73ac   13 years anton libtheoraenc: switch to encode2().
(edit) @6d9c27dc   13 years anton jpeglsenc: switch to encode2().
(edit) @148fc995   13 years anton lclenc: switch to encode2().
(edit) @21b46747   13 years anton qtrleenc: switch to encode2().
(edit) @62d5f9e5   13 years justin.ruggles flacdec: set channel_layout based on channel count Channel layouts …
(edit) @3798205a   13 years justin.ruggles mov: set channel layout for AC-3 streams based on the 'dac3' atom info …
(edit) @1254022e   13 years rsbultje swscale: fix filtersize clipping. if srcW<=2, clip(x, 1, srcW-2) …
(edit) @562ebc30   13 years diego dxva2: don't check for DXVA_PictureParameters->wDecodedPictureIndex …
(edit) @15b4b505   13 years diego img2: split muxer and demuxer into separate files Signed-off-by: Paul …
(edit) @aac07a7a   13 years rsbultje rm: prevent infinite loops for index parsing. Specifically, prevent …
(edit) @1cd9a615   13 years alex.converse aac: fix infinite loop on end-of-frame with sequence of 1-bits. …
(edit) @b142496   13 years alex.converse mov: Add more HDV and XDCAM FourCCs. Reference: VLC
(edit) @0584e3ca   13 years anton lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields(). …
(edit) @e30b3e59   13 years rsbultje rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1. …
(edit) @58700edb   13 years justin.ruggles cdxl: correctly synchronize video timestamps to audio Signed-off-by: …
(edit) @6bbaf6e0   13 years justin.ruggles mlpdec_parser: fix a few channel layouts. Signed-off-by: Justin …
(edit) @147715ca   13 years justin.ruggles Add channel names to channel_names[] array for channels added in …
(edit) @0c7b8b75   13 years martin movenc: Buffer the mdat for the initial moov fragment, too This …
Note: See TracRevisionLog for help on using the revision log.