source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @effe3b95   13 years diego mxfdec: Check for NULL component This fixes a SIGSEGV with zzuf1.mxf. …
(edit) @29fc8f50   13 years diego mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() …
(edit) @a3923482   13 years diego mxfdec: Make sure x < index_table->nb_ptses Avoids a SIGSEGV on files …
(edit) @f769cfed   13 years diego build: Add missing directories to DIRS declarations.
(edit) @aa06d656   13 years diego arm: Add missing #include to vp8.h to fix a make checkheaders warning.
(edit) @a2e40cd3   13 years diego swscale: ppc: Add missing header #includes to pass 'make checkheaders'.
(edit) @0bba2646   13 years diego cosmetics: Delete empty lines at end of file.
(edit) @ab9ae401   13 years diego bytestream: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @a16c3a07   13 years justin.ruggles apetag: fix comment Signed-off-by: Paul B Mahol <onemda@gmail.com> …
(edit) @cd1ad18a   13 years anton rawenc: switch to encode2(). This changes a number of FATE results, …
(edit) @38d55332   13 years anton pixdesc: mark pseudopaletted formats with a special flag. This makes …
(edit) @8e37038a   13 years anton avconv: switch to avcodec_encode_video2().
(edit) @06484d0b   13 years anton libx264: implement encode2().
(edit) @05d69922   13 years anton libx264: split extradata writing out of encode_nals(). This is done …
(edit) @52f82a11   13 years anton lavc: add avcodec_encode_video2() that encodes from an AVFrame -> …
(edit) @21d0d1d6   13 years rsbultje cmdutils: update copyright year to 2012.
(edit) @783487ae   13 years rsbultje swscale: sign-extend integer function argument to qword on x86-64.
(edit) @166f3993   13 years rsbultje x86inc: support yasm -f win64 flag also. This sets OUTPUT_FORMAT
(edit) @ce1e250e   13 years rsbultje h264: manually save/restore XMM registers for functions using …
(edit) @9cf73853   13 years rsbultje x86inc: allow manual use of WIN64_SPILL_XMM. Functions using INIT_MMX …
(edit) @314af0ff   13 years alex.converse aacdec: Use correct speaker order for 7.1. The spec says the …
(edit) @8ece266   13 years alex.converse aacdec: Remove incorrect comment. It was only correct when element …
(edit) @e600a1e4   13 years alex.converse aacdec: Simplify output configuration.
(edit) @0144fe69   13 years diego Remove Sun medialib glue code. It is obscure, most likely unused and …
(edit) @9b027c0d   13 years rsbultje dsputil: set STRIDE_ALIGN to 16 for x86 also. This fixes crashes in …
(edit) @4ff6dea3   13 years rsbultje pngdsp: swap argument inversion.
(edit) @ef1c785f   13 years rsbultje swscale: make yuv2yuv1 use named registers.
(edit) @3206cccc   13 years rsbultje h264: mark h264_idct_add8_10 with number of XMM registers. This fixes …
(edit) @b7542dd3   13 years rsbultje swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV …
(edit) @fb90785e   13 years rsbultje vp8: always update next_framep[] before returning from decode_frame(). …
(edit) @722410ad   13 years anton avconv: estimate next_dts from framerate if it is set.
(edit) @b34856a1   13 years anton avconv: better next_dts usage. next_dts is used for estimating the …
(edit) @23576b3f   13 years anton avconv: rename InputStream.pts to last_dts. It more accurately …
(edit) @6e983902   13 years anton avconv: reduce overloading for InputStream.pts. It currently has …
(edit) @3101bb66   13 years anton avconv: rename InputStream.next_pts to next_dts. It's used to predict …
(edit) @1270e12e   13 years anton avconv: rework -t handling for encoding. Current code compares the …
(edit) @c9af8326   13 years anton avconv: set encoder timebase for subtitles. The actual number …
(edit) @4be1d7dc   13 years anton pva-demux test: add -vn The output is obviously not supposed to …
(edit) @06b320a   13 years diego swscale: K&R formatting cosmetics for SPARC code
(edit) @37390d5c   13 years justin.ruggles apedec: allow the user to set the maximum number of output samples per …
(edit) @39575eea   13 years justin.ruggles apedec: do not unnecessarily zero output samples for mono frames
(edit) @1d3c672d   13 years justin.ruggles apedec: allocate a single flat buffer for decoded samples This will …
(edit) @32c61400   13 years justin.ruggles apedec: use sizeof(field) instead of sizeof(type)
(edit) @21449410   13 years diego swscale: split C output functions into separate file. Signed-off-by: …
(edit) @2dd7a1c0   13 years diego swscale: Split C input functions into separate file. Signed-off-by: …
(edit) @db7d4523   13 years justin.ruggles bytestream: Add bytestream2 writing API. Signed-off-by: Justin …
Note: See TracRevisionLog for help on using the revision log.