source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @771bab7f   13 years rsbultje swscale: fix crashes in yuv2yuvX on x86-32. They were introduced in …
(edit) @186dcbcb   13 years janne-libav sunrast: Add fate test for gray8. Signed-off-by: Janne Grunau …
(edit) @7dfe8f55   13 years martin rtpdec: Use 4 byte startcodes for H.264 If muxing into mpegts, 4 byte …
(edit) @529506b5   13 years diego matroskadec: Mark variable as av_unused. This avoids unused variable …
(edit) @6df5c528   13 years diego Move some conditionally used variables into the block where they are …
(edit) @7331b6e   13 years diego Drop some completely unnecessary av_unused attributes.
(edit) @92fed113   13 years diego swscale: Remove unused variable alpMmxFilter.
(edit) @a8798c7   13 years diego Drop unnecessary av_uninit attributes from some variable declarations. …
(edit) @5d561514   13 years martin movenc: Support muxing wmapro in ismv/isma Signed-off-by: Martin …
(edit) @ddf4228   13 years martin mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be written …
(edit) @3cac4756   13 years rsbultje swscale: move YUV2PACKED16WRAPPER() macro down to where it is used.
(edit) @c0b87359   13 years rsbultje swscale: handle gray16 as a "planar" YUV format (Y-only, of course). …
(edit) @9d9c8464   13 years rsbultje swscale: use yuv2packed1() functions for unscaled chroma also.
(edit) @d63b7d8c   13 years rsbultje swscale: fix incorrect chroma bias in yuv2rgb48_1_c().
(edit) @1ca7dc60   13 years rsbultje swscale: fix invalid memory accesses in yuvpacked1() functions.
(edit) @0bf184e5   13 years diego Move PS2 MMI code below the mips subdirectory, where it belongs. Also …
(edit) @75f11901   13 years diego mips: Move MMI function declarations to a header. This fixes …
(edit) @d1c4ec7f   13 years diego build: Set correct dependencies for rtmp* protocols implemented by librtmp.
(edit) @3e23bad   13 years rsbultje swscale: convert yuv2yuvX() to using named arguments.
(edit) @8c433d8a   13 years rsbultje swscale: rename "dstw" to "w" to prevent name collisions. "dstw" can …
(edit) @ef66a0ed   13 years rsbultje swscale: use named registers in yuv2yuv1_plane() place. Most of the …
(edit) @e3cc6172   13 years anton lavf: fix aspect ratio mismatch message. Signed-off-by: Anton Khirnov …
(edit) @c22e2ec9   13 years anton avconv: set AVFormatContext.duration from '-t' Set output files …
(edit) @3dffa1b4   13 years anton cljr: implement encode2.
(edit) @177bb4bf   13 years anton cljr: set the properties of the coded_frame, not input frame.
(edit) @89829242   13 years anton dnxhdenc: switch to encode2.
(edit) @3f77c411   13 years anton bmpenc: switch to encode2().
(edit) @b498867d   13 years justin.ruggles FATE: update reference for seek-alac_mp4 This should have been …
(edit) @41afdd91   13 years rsbultje sunrast: Return AVERROR values instead of -1. Signed-off-by: Ronald …
(edit) @4fbccfab   13 years rsbultje sunrast: Add support for gray8 decoding. Signed-off-by: Ronald S. …
(edit) @dae2ce36   13 years rsbultje swscale: enforce a minimum filtersize. At very small dimensions, this …
(edit) @764852d6   13 years justin.ruggles alacenc: use AVCodec.encode2()
(edit) @bee80054   13 years justin.ruggles alacenc: cosmetics: indentation
(edit) @b6e8ff72   13 years justin.ruggles alacenc: consolidate bitstream writing into a single function. …
(edit) @b590f3a7   13 years justin.ruggles alacenc: only encode frame size in header for a final smaller frame …
(edit) @ba821b09   13 years justin.ruggles alacenc: store current frame size in AlacEncodeContext. This avoids …
(edit) @65d15aec   13 years justin.ruggles alacenc: return AVERROR codes in alac_encode_frame()
(edit) @302daf58   13 years justin.ruggles alacenc: calculate a new max frame size for the final small frame …
(edit) @fc9cf0b2   13 years justin.ruggles alacenc: pretty-printing and other cosmetics
(edit) @51c24838   13 years justin.ruggles alacenc: fix error handling and potential memleaks in alac_encode_init()
(edit) @6e632283   13 years justin.ruggles alacenc: do not set coded_frame->key_frame It is already set in …
(edit) @64fe3eae   13 years justin.ruggles alacenc: do not set bits_per_coded_sample encoded ALAC does not have …
(edit) @43a4cb07   13 years justin.ruggles alacenc: remove unneeded frame_size check in alac_encode_frame()
(edit) @7416d610   13 years rsbultje tta: error out if samplerate is zero. Prevents a division by zero …
(edit) @6ab681a4   13 years justin.ruggles ttadec: fix invalid free when an error occurs while decoding 24-bit tta
(edit) @9d7cee50   13 years justin.ruggles wavpack: add needed braces for 2 statements inside an if block
(edit) @f98ede7e   13 years justin.ruggles v210enc: remove redundant check for pix_fmt Signed-off-by: Paul B …
(edit) @c388558d   13 years justin.ruggles wavpack: allow user to disable CRC checking Signed-off-by: Paul B …
(edit) @eeb9e61a   13 years justin.ruggles v210enc: Use Bytestream2 functions Signed-off-by: Justin Ruggles …
(edit) @af701d42   13 years justin.ruggles cafdec: Check return value of avio_seek and avoid modifying state if …
(edit) @b69c2e0e   13 years justin.ruggles yop: Check return value of avio_seek and avoid modifying state if it …
(edit) @e54165aa   13 years justin.ruggles tta: Check return value of avio_seek and avoid modifying state if it …
(edit) @066ad092   13 years justin.ruggles tmv: Check return value of avio_seek and avoid modifying state if it …
(edit) @c7b08bc0   13 years justin.ruggles r3d: Check return value of avio_seek and avoid modifying state if it …
(edit) @8dcd00ea   13 years justin.ruggles nsvdec: Check return value of avio_seek and avoid modifying state if …
(edit) @97aa0929   13 years justin.ruggles mpc8: Check return value of avio_seek and avoid modifying state if it …
(edit) @9712e82   13 years justin.ruggles jvdec: Check return value of avio_seek and avoid modifying state if it …
(edit) @64476d7e   13 years justin.ruggles filmstripdec: Check return value of avio_seek and avoid modifying …
(edit) @d7c11b11   13 years justin.ruggles ffmdec: Check return value of avio_seek and avoid modifying state if …
(edit) @8332321   13 years justin.ruggles dv: Check return value of avio_seek and avoid modifying state if it …
(edit) @3371e896   13 years justin.ruggles bink: Check return value of avio_seek and avoid modifying state if it …
(edit) @dcd2b55e   13 years justin.ruggles Check AVCodec.pix_fmts in avcodec_open2() Signed-off-by: Paul B Mahol …
(edit) @9e1db721   13 years alex.converse svq3: Prevent illegal reads while parsing extradata. Found-by: …
(edit) @b24aaabd   13 years diego remove ParseContext1 Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @797639dc   13 years diego vc1: use ff_parse_close It works as long as ParseContext is the first …
(edit) @07554ace   13 years diego mpegvideo parser: move specific fields into private context This …
(edit) @e4092488   13 years diego mpeg4video parser: move specific fields into private context This …
(edit) @53a09964   13 years diego cavs parser: fix parser context type Signed-off-by: Diego Biurrun …
(edit) @0c5d78a8   13 years diego 4xm, timefilter: K&R formatting cosmetics Signed-off-by: Diego …
(edit) @ba83ac4c   13 years martin rtpenc: Write a log message if the max packet size is too small …
(edit) @45b7bd7   13 years rsbultje h264: disallow constrained intra prediction modes for luma. …
(edit) @81749f30   13 years alex.converse dv: Move tables from dvdata.h to dvdata.c
(edit) @8dbdc2d8   13 years alex.converse dv: Move a table used only by the demuxer out of a shared header.
(edit) @89c9a8d3   13 years alex.converse dv: Move functions used only by the encoder out of a shared header.
(edit) @37460727   13 years alex.converse dv: Split dvdata.h into dvdata.h and dvquant.h
(edit) @0ab3687   13 years alex.converse dv: Fix small overread in audio frequency table. Found-by: Mateusz …
(edit) @b758cf73   13 years justin.ruggles avcodec: set avpkt->size to 0 if encode2() did not output a packet
(edit) @a75bc764   13 years justin.ruggles avcodec: for audio encoding, set packet dts to packet pts. There are …
(edit) @d483bb58   13 years justin.ruggles ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3() We need to …
(edit) @e6d9fa66   13 years alex.converse ac3dec: Move center and surround mix level tables to the parser. That …
(edit) @7b050258   13 years alex.converse aacdec: Unify preconfigured layout and PCE layout.
(edit) @f1ecd080   13 years alex.converse aacdec: Support native channel layout when requested.
(edit) @37bed6ff   13 years alex.converse aacdec: Try to sniff a reasonable channel layout for PCE based …
(edit) @e7d4a2a7   13 years martin libavcodec: Don't do av_free(av_malloc(0)) for bitstream filters This …
(edit) @c57fe49d   13 years janne-libav eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation
(edit) @456d3e4f   13 years janne-libav yadif: specify array size outside DECLARE_ALIGNED
(edit) @73e15e8e   13 years rsbultje prores: specify array size outside DECLARE_ALIGNED brackets.
(edit) @0f3d8bae   13 years justin.ruggles WavPack demuxer: set packet duration Signed-off-by: Paul B Mahol …
(edit) @9aff2d17   13 years anton tta: use skip_bits_long() Signed-off-by: Paul B Mahol …
(edit) @e24167aa   13 years diego mxfdec: Ignore the last entry in Avid's index table segments The last …
(edit) @d6b81ff   13 years diego mxfdec: Sanity-check SampleRate This avoids a SIGFPE if SampleRate is …
(edit) @c65642d   13 years diego mxfdec: Handle small EditUnitByteCount These are common with audio …
(edit) @240ddbce   13 years diego mxfdec: Consider OPAtom files that do not have exactly one EC to be …
(edit) @9123950b   13 years diego mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit …
(edit) @d00257e9   13 years diego mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index() This fixes …
(edit) @df2a8508   13 years diego mxfdec: Sanity check PreviousPartition Without this certain files …
(edit) @11800c8   13 years diego mxfdec: Never seek back in local sets and KLVs Specially crafted …
(edit) @687e2fd   13 years diego mxfdec: Move the current_partition check inside mxf_read_header() …
(edit) @e352c96c   13 years diego mxfdec: Fix infinite loop in mxf_packet_timestamps() This can happen …
(edit) @0373ec63   13 years diego mxfdec: Check eof_reached in mxf_read_local_tags() This fixes an …
Note: See TracRevisionLog for help on using the revision log.