source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @72c0b8f   11 years anton ljpeg: remove a commented-out line
(edit) @24abd806   11 years anton ljpegenc: deMpegEncContextize The encoder uses almost none of the …
(edit) @86eb2eaa   11 years anton mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc() This …
(edit) @3360ad99   11 years anton mjpegenc: do not pass MpegEncContext to …
(edit) @058d5f2f   11 years anton mjpegenc: do not pass MpegEncContext to …
(edit) @6d70639c   11 years anton mjpegenc: do not pass MpegEncContext to jpeg_table_header() Pass the …
(edit) @e1eaaec7   11 years anton mjpegenc: remove commented out never-to-be-finished WIP cruft
(edit) @ff506c75   11 years anton mjpegenc: do not pass MpegEncContext to put_huffman_table() It only …
(edit) @a1ba1f20   11 years anton mjpegenc: cosmetics, reformat jpeg_put_comments()
(edit) @0812f5a4   11 years anton mjpegenc: write the JFIF header if the sample aspect ratio is set …
(edit) @66499f3   11 years anton mpegvideo: do not set current_picture_ptr in decoders This code was …
(edit) @58a86896   11 years anton FATE: drop the last partial frame in the wmv8-drm test This has …
(edit) @ac1fc92   11 years anton vc1dec: move setting repeat_pict after frame_start() has been called. …
(edit) @282c6a1a   11 years anton mpegvideo: make ff_release_unused_pictures() static It is only called …
(edit) @c99307ca   11 years anton mpegvideo: make frame_size_alloc() static. It is not called from …
(edit) @0b0a7a75   11 years anton mpegvideo: move encode-only parts of common_end() to encode_end()
(edit) @d0d111d   11 years anton mpegvideo: remove commented out cruft from ff_MPV_frame_end()
(edit) @381a7225   11 years anton mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a …
(edit) @b7254288   11 years anton mpegvideo: do not update last_non_b_pict_type in …
(edit) @1f8eb690   11 years anton mpegvideo: move encoding-only initialization from common_init() to …
(edit) @bedf952b   11 years anton mpegvideo: move setting encoding-only vars from common_defaults() to …
(edit) @2cab011f   11 years anton mpegvideo: don't copy input_picture_number in update_thread_context() …
(edit) @ff7ffe48   11 years anton mpeg4videodec: move showed_packed_warning from MpegEncContext to …
(edit) @f7d22867   11 years anton mpeg4videodec: move intra_dc_threshold from MpegEncContext to …
(edit) @a097f004   11 years anton mpeg12dec: move first_slice from MpegEncContext to Mpeg1Context
(edit) @ff300e43   11 years anton mpegvideo: remove an unused variable
(edit) @e41ff42   11 years anton mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext
(edit) @3d7c8474   11 years diego x86: Initialize mmxext after amd3dnow optimizations The mmxext …
(edit) @bd8b6185   11 years diego configure: Detect msvcrt libc with a CPP check instead of a link check …
(edit) @5ec4673   11 years diego configure: Add detected C library and host compiler to informative output
(edit) @c255f0b0   11 years anton avconv: initialize hwaccel_pix_fmt Fixes an assertion failure in …
(edit) @089fac7   11 years anton alsa-audio-dec: explicitly cast the delay to a signed int64 Otherwise …
(edit) @97d19c2f   11 years diego dv: Split off DV video encoder into its own file
(edit) @21710ea8   11 years diego dv: Move DV VLC data tables out of header file
(edit) @5a9fcc7d   11 years diego build: Add rule for building host-specific object files
(edit) @ad477710   11 years diego build: Add shorthand for HOSTCC compile macro
(edit) @7ffaa195   11 years diego dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideo The …
(edit) @7b05845b   11 years diego doc: Try to find nonstandard Perl path from the environment
(edit) @3cd612d4   11 years diego gitignore: Ignore multilibrary example programs
(edit) @7dc827b7   11 years lu_zero dcadec: Add some logging before returning on error Based on a patch …
(edit) @f058f384   11 years lu_zero configure: Do not use pthread_create to check for pthread Certain …
Note: See TracRevisionLog for help on using the revision log.