source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @67bbaed5   11 years anton hevc: don't check for errors in PTL code According to the spec, the …
(edit) @321cb8b0   11 years anton hevc: store profile and level in AVCodecContext Signed-off-by: Anton …
(edit) @2a41826b   11 years anton lavc: add HEVC profiles names Signed-off-by: Anton Khirnov …
(edit) @f412b2c9   11 years lu_zero flv: Use the correct type to hold the file offset
(edit) @15739a9b   11 years lu_zero jvdec: Do not feed the decoder with known wrong data Still assume the …
(edit) @e518cb86   11 years lu_zero jvdec: Fix memory leak of jv->frames Signed-off-by: Luca Barbato …
(edit) @027712e8   11 years lu_zero jvdec: Return EOF on end of file
(edit) @dfc50ac8   11 years diego x86: mpegvideo: move denoise_dct asm to mpegvideoenc This function is …
(edit) @b254490b   11 years martin vc1: arm: Add NEON no_rnd chroma MC Apply David Conrad's old patch to …
(edit) @832e1906   11 years martin vc1: arm: Add NEON assembly For: …
(edit) @e1b9de4f   11 years diego atomics: cosmetics: Restructure ifdefs for greater clarity Also fix …
(edit) @8558595a   11 years diego configure: Express atomics/thread deps through the dependency system
(edit) @e121a725   11 years martin fate: Explicitly specify the pixel format for the pngparser test The …
(edit) @fe533ffd   11 years siretart Prepare release notes for Libav 10 "Eks" Additional editing by Diego …
(edit) @b3189aff   11 years martin png_parser: Fix parsing on big endian Since pc.state is populated by …
(edit) @d8fd1836   11 years martin vc1: Fix mb_height for field pictures Tables are always allocated now …
(edit) @bd316109   11 years vittorio.giovara apidoc: fix warning from stereo3d.h
(edit) @3d9fc21e   11 years vittorio.giovara h264: Refactor decode_frame_packing_arrangement Directly set the …
(edit) @3a149e23   11 years vittorio.giovara hevc: Refactor decode_nal_sei_frame_packing_arrangement Directly set …
(edit) @cfb4ee30   11 years vittorio.giovara fate: add a pngparser test
(edit) @eddff165   11 years vittorio.giovara fate: add utility function to test parser, demuxer, and decoder
(edit) @6fd99e78   11 years vittorio.giovara png: add a standalone parser Useful for reading png images from a pipe.
(edit) @0d882e9e   11 years diego avutil: Remove deprecated intfloat_readwrite code It was deprecated …
(edit) @11bb5e10   11 years diego build: Define printf to gnu_printf on MinGW*/gcc This is …
(edit) @6d3ea19   11 years siretart Bump major of libavfilter for reference counted buffer API changes. …
(edit) @3bc2e89c   11 years siretart Bump libavutil major version to account for the LLS API/ABI changes. …
(edit) @9aba0a6   11 years martin rtpdec_h264: Check the return value of functions doing allocations …
(edit) @6451c885   11 years martin sdp: Check theora colorspace before producing the configuration string …
(edit) @797f2a79   11 years martin hdsenc: Check the init_file() return code Signed-off-by: Martin …
(edit) @b8ed15d6   11 years martin hdsenc: Fix an off by one error in an array size check Signed-off-by: …
(edit) @417927af   11 years martin hdsenc: Avoid integer overflow Also remove a silly leftover pair of …
(edit) @5db4e88e   11 years diego configure: Detect Solaris libc in an OpenIndiana/illumos compatible way
(edit) @c85aad9   11 years lu_zero doxy: Define a group for libswscale documentation Uniform the style …
(edit) @a5a3b398   11 years lu_zero configure: Reorder pthreads checks Some pthreads symbols might be …
(edit) @7cbe1ea9   11 years lu_zero configure: Move the bz2 and zlib checks below phtreads There are …
(edit) @70a7b24d   11 years diego avutil: Add deprecation ifdefs around obsolete intfloat code This …
(edit) @79d9884e   11 years diego build: Merge pthreads/w32threads OBJS declarations
(edit) @7c338871   11 years diego configure: Add -DUSE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW32 This …
(edit) @bdc111a1   11 years diego configure: Detect newer (>=4.1) versions of MinGW32 The MinGW32 …
(edit) @a1d7d552   11 years diego build: Do not add -g to HOSTCFLAGS The flag is not unconditionally …
(edit) @9fa75be9   11 years vittorio.giovara mpegts: add HEVC registration descriptor
(edit) @a2eeed61   11 years vittorio.giovara changelog: drop redundant new attribute
(edit) @ae9d13f   11 years vittorio.giovara img2: add stereo 3d still picture file extensions
(edit) @46c0cbd5   11 years vittorio.giovara rtsp: suppress a incompatible pointer types warning
(edit) @6b45f05e   11 years vittorio.giovara parseutils: fix discarding const attribute warning
(edit) @35686a28   11 years martin mp3adu: Set the channel layout properly This fixes decoding, broken …
(edit) @70e981cf   11 years martin rtspdec: Fix keep-alive request for ACTi cameras Some ACTi cameras …
(edit) @d7b3ee9a   11 years anton lavc: deprecate avcodec_get_frame_defaults(). Also bump libavcodec …
(edit) @598ce4ab   11 years anton h264: call av_frame_unref() instead of avcodec_get_frame_defaults(). …
(edit) @48d17ee6   11 years anton api-example: remove an unneeded call to avcodec_get_frame_defaults(). …
(edit) @281a40e1   11 years anton lavf: remove an unneeded call to avcodec_get_frame_defaults(). …
(edit) @2d1f428   11 years anton mpegvideo: call av_frame_unref() instead of …
(edit) @b06c8bce   11 years anton mpegvideo: remove an unneeded call to avcodec_get_frame_defaults(). …
(edit) @84f13192   11 years anton avplay: do not call avcodec_get_frame_defaults(). …
(edit) @95a8a5ac   11 years anton lavc: call av_frame_unref() instead of avcodec_get_frame_defaults(). …
(edit) @674fa491   11 years anton avconv: do not call avcodec_get_frame_defaults() Strictly speaking it …
(edit) @94313562   11 years anton lavc: deprecate avcodec_free_frame() av_frame_free() should be used …
(edit) @eb891b31   11 years anton Replace all uses of avcodec_free_frame with av_frame_free().
(edit) @17a10d51   11 years anton hevc: set time_base when possible Signed-off-by: Anton Khirnov …
(edit) @33452ae   11 years anton hevc: store the VPS list as an AVBufferRef, just like the others *PS …
(edit) @b769cf4b   11 years anton hevc: do not dereference pointer before NULL check in verify_md5() …
(edit) @3bb91a1b   11 years diego configure: Add -DUSE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW64 This …
(edit) @2a0fb728   11 years siretart alsdec: check block length Fix writing over the end Found-by: …
(edit) @1a5fdf95   11 years diego configure: Move log2 dependency declaration to a place it takes effect …
(edit) @27565164   11 years diego configure: Split host and target libc detection
(edit) @c869fcde   11 years diego configure: Move toolchain dependency declarations to a more …
(edit) @acb77dff   11 years vittorio.giovara hevc: parse frame packing arrangement SEI messages and save relevant …
(edit) @3d1d1753   11 years vittorio.giovara mpeg12enc: set frame packing information when relevant metadata is found
(edit) @bacc2869   11 years vittorio.giovara mpeg12dec: parse frame packing arrangement user_data and save relevant …
(edit) @09cb75cd   11 years vittorio.giovara libx264: set frame packing information when relevant information is found
(edit) @5b10ef72   11 years vittorio.giovara h264: parse frame packing arrangement SEI messages and save relevant …
(edit) @7e244c68   11 years vittorio.giovara avframe: add codec-independent stereoscopic metadata
(edit) @d64341e4   11 years diego configure: Prefix libc-related variables with "libc_" Simplifies …
(edit) @61b203ff   11 years diego configure: detect Solaris libc Add preprocessor flags for API …
(edit) @9b8d11a7   11 years martin avcodec: Use av_reallocp where suitable Signed-off-by: Martin Storsjö …
(edit) @d4f1188   11 years anton dv: use AVFrame API properly
(edit) @c9ca220e   11 years anton ac3dec: make drc_scale exponentially The a52 spec suggests that …
(edit) @37a7490   11 years anton lavc: rework handling of refcounted_frames=0 Use only proper AVFrame …
(edit) @df7aba5   11 years anton frame: cosmetics, reindent
(edit) @c342132f   11 years anton frame: copy flags in av_frame_copy_props() Flags can be considered …
(edit) @a1ee1648   11 years anton lavc/decode_video(): always unref the frame if there is no output in …
(edit) @85f947ae   11 years anton lavc: remove a pointless check in decode_audio4() av_frame_unref() …
(edit) @d4f0f2d1   11 years anton lavc: use buf[0] instead of data[0] as the indicator of an allocated …
(edit) @e5419709   11 years anton lavc: remove the extended_data workarounds. All decoders should now …
(edit) @d351ef47   11 years anton pthread_frame: use the AVFrame API properly. Remove the extended_data …
(edit) @b605b123   11 years anton mxpegdec: use the AVFrame API properly.
(edit) @afa21a12   11 years anton p*menc: use the AVFrame API properly.
(edit) @e2274aa5   11 years anton mjpegdec: use the AVFrame API properly.
(edit) @f0b234ab   11 years anton avformat: AviSynth demuxer rewrite Directly loads AviSynth through …
(edit) @19c20a0a   11 years diego configure: Move adding of compat objects out of libc detection
(edit) @4958f35a   11 years diego dsputil: Move apply_window_int16 to ac3dsp The (optimized) functions …
(edit) @120797e2   11 years diego configure: Separate MinGW32 and MinGW64 libc handling
(edit) @9aa053ce   11 years diego libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 …
(edit) @b6a97199   11 years lu_zero dcadec: Decode LFE to avoid adding random data when downmixing with …
(edit) @d085f80f   11 years justin.ruggles webp: add a special case for a huffman table with only 1 symbol The …
(edit) @f51e3a19   11 years justin.ruggles webp: do not call av_frame_free() on the user-provided frame Fixes …
(edit) @b73a8922   11 years anton ljpegenc: split yuv encoding into a separate function
(edit) @fa44768   11 years anton ljpegenc: split bgr encoding into a separate function
(edit) @daffed3b   11 years anton ljpegenc: accept bgr24 instead of bgra The alpha plane is not encoded.
(edit) @0cdbc4d3   11 years anton ljpegenc: rename the encoding function. The new name is more …
Note: See TracRevisionLog for help on using the revision log.