source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0ce033f   12 years anton rawdec: cosmetics, reformat
(edit) @b965cb90   12 years anton mimic: return meaningful error codes.
(edit) @a0cabd0a   12 years anton mimic: cosmetics, reformat
(edit) @04e12496   12 years anton iff: drop ff_ prefix from a static function.
(edit) @9221c0af   12 years anton pngdec: cosmetics, reformat. Also remove a commented out line.
(edit) @edb2426   12 years anton dxa: return meaningful error codes.
(edit) @adf0110d   12 years anton eatgq: cosmetics, reformat.
(edit) @f337c290   12 years anton eatgq: return meaningful error codes.
(edit) @4b7598e2   12 years anton eatgv: cosmetics, reformat
(edit) @ade40280   12 years anton eatgv: return meaningful error codes.
(edit) @0859eaa   12 years anton cyuv: return meaningful error codes.
(edit) @6837bd6   12 years anton txd: return meaningful error codes.
(edit) @69c25c92   12 years anton dnxhdenc: fix invalid reads in dnxhd_mb_var_thread(). Do not assume …
(edit) @033a86f9   12 years diego x86: h264qpel: Move stray comment to the right spot and clarify it
(edit) @0e3afacd   12 years justin.ruggles atrac3: use correct loop variable in add_tonal_components() …
(edit) @ded3673d   12 years lu_zero doc: document libx264 options and mappings
(edit) @29b553c1   12 years lu_zero libx264: introduce -x264-params private option It is a shortcut to …
(edit) @38c1466c   12 years lu_zero dict: add av_dict_parse_string() Can be used to set multiple …
(edit) @5ea5ffc9   12 years lu_zero doc: support multitable in texi2pod
(edit) @0b55b16a   12 years lu_zero avfilter: allow setpts filter to use wallclock time for calculations …
(edit) @b85a5e87   12 years lu_zero lavu: Add av_strnstr() This is a length limited version of strstr() …
(edit) @a84fb6e0   12 years lu_zero h264: Allow discarding the cropping information from SPS Some 3D …
(edit) @33552a5f   12 years diego arm: Add mathops.h to ARCH_HEADERS list It is an arch-specific header …
(edit) @4333df63   12 years diego avstring: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @2c10e2a2   12 years diego build: Make the H.264 parser select h264qpel It is required for …
(edit) @c5c2060c   12 years janne-libav x86: h264qpel: add cpu flag checks for init function The code was …
(edit) @6bdb841b   12 years janne-libav h264: copy h264qpel dsp context to slice thread copies
(edit) @8e148b87   12 years janne-libav arm: h264qpel: use neon h264 qpel functions only if supported
(edit) @e9d81735   12 years lu_zero dsputil: Separate h264 qpel The sh4 optimizations are removed, …
(edit) @7a95afe4   12 years lu_zero doc: fix dependencies in pod generation The script can and will change.
(edit) @528878ee   12 years diego openbsd: configure: Stop enabling PIC by default Previously PIC was …
(edit) @4a4a7e13   12 years martin rtpenc_chain: Use the original AVFormatContext for getting payload …
(edit) @93211717   12 years martin rtp: Make sure the output format pointer is set Not sure if this …
(edit) @57ed8deb   12 years martin wmv2: Propagate the wmv2 idct permutation type to the dsputils context …
(edit) @e90820d4   12 years martin rtp: Make sure priv_data is set before reading it This fixes crashes …
(edit) @cf29f49d   12 years martin rtpenc: fix overflow checking in avc_mp4_find_startcode() The check …
(edit) @ecb918e5   12 years martin rtmp: fix buffer overflows in ff_amf_tag_contents() A negative `size' …
(edit) @3cff5336   12 years martin rtmp: fix multiple broken overflow checks Sanity checks like `data + …
(edit) @2e413003   12 years martin float_dsp: Include config.h for redefining restrict This makes sure …
(edit) @baf35bb4   12 years rsbultje dsputil: remove one array dimension from avg_no_rnd_pixels_tab.
(edit) @2612c4dc   12 years rsbultje dsputil: remove 9/10 bits hpel functions. These are never used.
(edit) @2bef1a83   12 years rsbultje dsputil: remove some never-assigned function pointers from the struct.
(edit) @32ff643   12 years rsbultje dsputil: remove avg_no_rnd_pixels8. This is never used.
(edit) @88bd7fdc   12 years rsbultje Drop DCTELEM typedef It does not help as an abstraction and adds …
(edit) @2e4bb99f   12 years rsbultje vorbisdsp: convert x86 simd functions from inline asm to yasm.
(edit) @0ee8293a   12 years rsbultje vp3dsp: don't do aligned reads on input. The input is not guaranteed …
(edit) @40cf1add   12 years justin.ruggles mlp_parser: cosmetics: re-indent. Signed-off-by: Justin Ruggles …
(edit) @ed1b011   12 years justin.ruggles mlp: implement support for AVCodecContext.request_channel_layout. …
(edit) @b0c7e3ff   12 years justin.ruggles mlp_parser: account for AVCodecContext.request_channels when setting …
(edit) @1fd2dee   12 years justin.ruggles mlpdec: set the channel layout. Fixes bug 401. Signed-off-by: Justin …
(edit) @3ffcccb4   12 years justin.ruggles mlpdec: TrueHD: use Libav channel order. Fixes bug 208. …
(edit) @99ccd2ba   12 years justin.ruggles mlp: store the channel layout for each substream. Also stop storing …
(edit) @73b704ac   12 years diego arm: Add some missing header #includes
(edit) @d56668bd   12 years rsbultje floatdsp: move scalarproduct_float from dsputil to avfloatdsp. This …
(edit) @5959bfac   12 years rsbultje floatdsp: move butterflies_float from dsputil to avfloatdsp. This …
(edit) @42d32469   12 years rsbultje floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. Now, …
(edit) @55aa03b9   12 years rsbultje floatdsp: move vector_fmul_add from dsputil to avfloatdsp.
(edit) @0881cbf3   12 years lu_zero proresdec: support mixed interlaced/non-interlaced content Set …
(edit) @4a73fbd9   12 years rsbultje vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext. The …
(edit) @4f56e773   12 years diego x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly …
(edit) @ab587f39   12 years martin rtpenc: Start the sequence numbers from a random offset Expose the …
(edit) @9146e872   12 years lu_zero Revert "fate: Use wmv2 IDCT for wmv2 tests" This reverts commit …
(edit) @4af5310d   12 years diego get_bits/put_bits: K&R formatting cosmetics Signed-off-by: Diego …
(edit) @570a4a01   12 years diego avidec: use sensible error codes instead of -1 Use …
(edit) @9f00b1cb   12 years lu_zero dsputilenc: x86: Convert pixel inline asm to yasm Signed-off-by: Luca …
(edit) @c7df1532   12 years lu_zero libgsm: detect libgsm header path Libgsm header can reside either in …
(edit) @ce378f0d   12 years lu_zero fate: Use wmv2 IDCT for wmv2 tests
(edit) @1768e43c   12 years rsbultje vorbisdsp: change block_size type from int to intptr_t. This saves …
(edit) @93af2734   12 years rsbultje lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. …
(edit) @e6bc38fd   12 years rsbultje wmv2: move IDCT to its own DSP context. This allows us to remove …
(edit) @8a4f2620   12 years rsbultje dsputil: remove butterflies_float_interleave. The function is unused.
(edit) @c9311f3e   12 years martin srtp: Move a variable to a local scope This simplifies the code …
(edit) @ae01e8d2   12 years martin srtp: Add tests for the crypto suite with 32/80 bit HMAC …
(edit) @3ef6d22e   12 years martin srtp: cosmetics: Use fewer lines for the test vectors Signed-off-by: …
(edit) @b4bb1d49   12 years martin srtp: Don't require more input data than what actually is needed The …
(edit) @a2a991b2   12 years martin srtp: Improve the minimum encryption buffer size check This clarifies …
(edit) @e1d0b3d   12 years martin srtp: Add support for a few DTLS-SRTP related crypto suites The main …
(edit) @f53490cc   12 years martin rtpdec/srtp: Handle CSRC fields being present This is untested in …
(edit) @a76bc3bc   12 years martin rtpdec: Check the return value from av_new_packet Signed-off-by: …
(edit) @04ea549   12 years justin.ruggles ac3dec: fix non-optimal dithering of zero bit mantissas Use a noise …
(edit) @d9bf7169   12 years diego ppc: vorbisdsp: Drop some unnecessary #includes Also fixes …
(edit) @a23abaf3   12 years martin avconv: Increase the SDP buffer size to fit xiph SDPs Signed-off-by: …
(edit) @c6f1dc8e   12 years martin rtpdec: Move setting the parsing flags to the actual depacketizers …
(edit) @a9c847c1   12 years martin rtpdec: Split handling of mpeg12 audio/video to a separate …
(edit) @2326558d   12 years martin rtpdec: Split mpegts parsing to a normal depacketizer This gets rid …
(edit) @d5bb8cc   12 years martin rtpdec: Reorder payload handler registration alphabetically …
(edit) @a717f990   12 years martin mpegts: Share the cleanup code between the demuxer and lavf-internal …
(edit) @21f5c24b   12 years martin rtpdec_mpeg4: Return one AAC AU per AVPacket This makes the returned …
(edit) @d160a2fb   12 years martin ppc: Include string.h for memset This fixes build failures on ppc …
(edit) @68f18f03   12 years janne-libav videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNAL …
(edit) @0b711ca3   12 years diego dsputil: drop non-compliant "fast" qpel mc functions Signed-off-by: …
(edit) @4603ec85   12 years lu_zero get_bits: change the failure condition in init_get_bits Too much code …
(edit) @0e02b381   12 years rsbultje Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. …
(edit) @fef906c7   12 years rsbultje Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. …
(edit) @aeaf268   12 years rsbultje vp3: integrate clear_blocks with idct of previous block. This is …
(edit) @992b0318   12 years lu_zero mpegvideo: fix loop condition in draw_line() The loop condition `x = …
(edit) @40976257   12 years lu_zero dvdsubdec: parse the size from the extradata Signed-off-by: Alexandra …
(edit) @822b0728   12 years diego x86: dsputil: Drop some unused macro definitions
(edit) @f4facd2c   12 years diego x86: Add a Yasm-based emms() replacement This provides a fallback …
(edit) @d633d12b   12 years diego x86inc: Add cvisible macro for C functions with public prefix This …
Note: See TracRevisionLog for help on using the revision log.