source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ea15a9a5   11 years martin qt-faststart: Simplify code by using a MIN() macro qt-faststart …
(edit) @3cbc7ef3   11 years martin qt-faststart: Increase the copy buffer size to 64 KB Copying data in …
(edit) @d1f9563d   11 years anton pthread_frame: flush all threads on flush, not just the first one …
(edit) @bc6461c2   11 years anton af_compand: replace strtok_r() with av_get_token()
(edit) @fb3b2f5d   11 years martin configure: Set the thread type after resolving dependencies A …
(edit) @2f02bbc   11 years diego build: Let the ffvhuff decoder/encoder depend on the huffyuv …
(edit) @34150be5   11 years diego build: Let the iac decoder depend on the imc decoder Almost all of …
(edit) @8e0cf39   11 years diego build: Let all MJPEG-related decoders depend on the MJPEG decoder …
(edit) @0a36988e   11 years diego build: Let AMV decoder depend on the SP5X decoder This codec compiles …
(edit) @f4bd9fe3   11 years vittorio.giovara h264: fix clang warning about uninitialized variable
(edit) @17a63ff0   11 years vittorio.giovara h264: update flag name in ff_h264_decode_ref_pic_list_reordering() …
(edit) @ee6280ca   11 years vittorio.giovara h264: parse two additional constraint flags
(edit) @e70ab7c   11 years vittorio.giovara h264: add MVCD to the list of High profiles in SPS Also comment all …
(edit) @3aca10bf   11 years lu_zero latm: Always reconfigure if no extradata was set previously AAC LOAS …
(edit) @6e4009d4   11 years janne-libav arm: dcadsp: implement decode_hf as external NEON asm
(edit) @4cb69642   11 years janne-libav dcadec: simplify decoding of VQ high frequencies The vector …
(edit) @7686afd0   11 years janne-libav dca: factorize scaling in inverse ADPCM Based on a patch from …
(edit) @08e3ea6   11 years janne-libav x86: synth filter float: implement SSE2 version Timings for …
(edit) @57b1eb9f   11 years janne-libav dcadsp: scan coefficients linearly in dca_lfe_fir This change is …
(edit) @ad507d79   11 years janne-libav x86: dcadsp: implement SSE lfe_dir Results for Arrandale/Windows: 32: …
(edit) @87ec849f   11 years janne-libav dcadec: remove scaling in lfe_interpolation_fir The scaling factor is …
(edit) @a55546f   11 years diego proresenc: Reuse proper dsputil infrastructure for FDCT
(edit) @92e598a5   11 years diego prores: Drop DSP infrastructure for prores encoder bits None of the …
(edit) @d6acefe0   11 years diego proresenc: Drop unnecessary DCT permutation bits No permutation is …
(edit) @b2365049   11 years diego prores: Use consistent names for DSP arch initialization functions
(edit) @f2408ec9   11 years diego Give IDCT matrix transpose macro a more descriptive name This also …
(edit) @291e49d4   11 years anton af_compand: add a dependency on strtok_r
(edit) @a63ac110   11 years diego build: Do not redundantly specifiy H.263-related object files for …
(edit) @738f8358   11 years anton lavfi: add compand audio filter Signed-off-by: Anton Khirnov …
(edit) @4ec3364   11 years diego parser: cosmetics: Drop some unnecessary parentheses
(edit) @e7dfaf1   11 years diego libavfilter: example audio filtering program Based on a patch by …
(edit) @a1c69965   11 years diego parser: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @ed61f3ca   11 years diego parser: Remove commented-out cruft
(edit) @5ea14d4   11 years janne-libav texi2pod: always declare the pod file as UTF-8 encoded
(edit) @c91488ab   11 years vittorio.giovara doc: fix one accented word
(edit) @48d1ed9c   11 years vittorio.giovara doc: name correct header
(edit) @39c2880e   11 years anton af_volume: preserve frame properties
(edit) @dcc7e4bf   11 years anton af_resample: preserve frame properties
(edit) @67f2a68   11 years anton avconv: remove a write-only variable
(edit) @8aca00cc   11 years derek.buitenhuis libx265: Properly handled dynamic linking with MSVC Signed-off-by: …
(edit) @0f7fa48c   11 years derek.buitenhuis libx265: Support SAR Signed-off-by: Derek Buitenhuis …
(edit) @2142b2ef   11 years derek.buitenhuis libx265: Support 4:4:4 Signed-off-by: Derek Buitenhuis …
(edit) @d00a504b   11 years derek.buitenhuis libx265: Update API usage Framerate is now a sane rational instead of …
(edit) @30517a9f   11 years anton Use av_frame_copy() to simplify code where appropriate.
(edit) @8feac29c   11 years anton lavc: use AVFrame API properly in ff_reget_buffer()
(edit) @1155fd02   11 years anton frame: add a convenience function for copying AVFrame data
(edit) @746dca48   11 years anton avconv: support forcing codec tags for input streams
(edit) @d59fcdaf   11 years janne-libav x86: add detection for Bit Manipulation Instruction sets Based on …
(edit) @1b932eb1   11 years janne-libav x86: add detection for FMA3 instruction set Based on x264 code …
(edit) @10b0161   11 years janne-libav x86: add missing XOP checks and macros Signed-off-by: James Almer …
(edit) @5800ba0d   11 years janne-libav configure: disable cpunop if the check fails Moving cpunop from the …
(edit) @8eeacf31   11 years lu_zero hevc: Do not left shift a negative value in hevc_loop_filter_chroma
(edit) @ff486c0f   11 years lu_zero hevc: Do not right shift a negative value in get_pcm
(edit) @50c988aa   11 years lu_zero hevc: Drop unnecessary shifts in deblocking_filter_CTB beta_offset is …
(edit) @1db03a68   11 years anton lavr: return an error if a avresample_open() is called on an open context
(edit) @7e86c27   11 years anton lavr: add a function for checking whether AVAudioResampleContext is open
(edit) @d922c5a5   11 years lu_zero h264: Fix a typo from the previous commit …
(edit) @c416b5c   11 years lu_zero mxf: Add DNxHD UL Note that the old DNxHD UL is actually JPEG 2000 …
(edit) @a9099e04   11 years lu_zero mxf: Add uncompressed 422 8-bit rawvideo UL Signed-off-by: Luca …
(edit) @dc9e05e2   11 years diego libvorbis: Give consistent names to all functions, structs, and defines
(edit) @f777504f   11 years lu_zero h264: Lower bound check for slice offsets And use the value from the …
(edit) @5c79d2e1   11 years lu_zero avconv: Do not divide by zero
(edit) @d6a27f8   11 years lu_zero configure: Add usan to the toolchain presets clang-3.4 and gcc-4.9 …
(edit) @2b0bb699   11 years diego configure: Move cpunop into ARCH_EXT_LIST_X86 It is a processor …
(edit) @6adf4290   11 years diego configure: Move inet_aton check into network function check block
(edit) @9c029f67   11 years janne-libav aarch64: use EXTERN_ASM consistently for exported symbols Based on …
(edit) @996697e2   11 years janne-libav x86: float dsp: unroll SSE versions vector_fmul and …
(edit) @ef010f08   11 years janne-libav dca: replace some memcpy by AV_COPY128 Signed-off-by: Janne Grunau …
(edit) @982b596   11 years janne-libav h264: avoid undefined behavior in chroma motion compensation Makes …
(edit) @4bcca361   11 years diego mpeg4video_parser: Drop pointless av_-prefix from static function
(edit) @984e3398   11 years diego avcodec: Consistently name encoder init functions foo_encode_init
(edit) @017a06a9   11 years diego x86: dsputil: Use correct file name as multiple inclusion guard
(edit) @ba42c852   11 years diego bit_depth_template: Use file name as multiple inclusion guard
(edit) @61e7c7f2   11 years diego svq3: Adjust #endif comment
(edit) @192ccc50   11 years diego build: The MPEG-4 video parser depends on h263dsp The dependency is …
(edit) @8370a6fa   11 years anton libavformat/mpegts: expose raw packet size We cannot easily determine …
(edit) @c3ecd968   11 years anton AVOptions: add flags for read/read-only options
(edit) @6bb8720   11 years anton AVOptions: deprecate unused AV_OPT_FLAG_METADATA It was never used …
(edit) @521726ff   11 years lu_zero hevc: Always consider VLC NALU type mismatch fatal Sample-Id: …
(edit) @175e5063   11 years lu_zero hevc: Mention the missing SPS in the error message
(edit) @93632a70   11 years lu_zero doc: Name the MOV muxer as it should be called The section name is …
(edit) @a7b3216c   11 years lu_zero doc: Sort the muxer documentation Keep the sections alphabetically sorted.
(edit) @874c751c   11 years diego threads: Check w32threads dependencies at the configure stage Also …
(edit) @35b05c51   11 years vittorio.giovara vf_interlace: deprecate lowpass option
(edit) @b23bc95   11 years diego x86: dca: Add missing multiple inclusion guards
(edit) @294a51e1   11 years diego gitignore: Add all examples below doc/examples
(edit) @1e142d5b   11 years martin movenc: Add a fallback fragmentation method for plain mp4 as well …
(edit) @543156d7   11 years martin arm: Mark the stack as non-executable If linking in an object file …
(edit) @fea6db06   11 years vittorio.giovara h264: informative error reporting in decode_slice_header() …
(edit) @96f9fbe1   11 years vittorio.giovara h264: fix slice_type value reported in decode_slice_header() …
(edit) @2f2b2efd   11 years diego doxygen: Replace @parblock syntax with manual linebreaks @parblock is …
(edit) @4d7ab5cf   11 years diego doxygen: Add a number of missing function parameter descriptions
(edit) @614b9e4   11 years vittorio.giovara h264: use avpriv_request_sample for chroma_format_idc
(edit) @f53e274f   11 years diego doc: Fix project name typo
(edit) @b339182e   11 years diego Move all example programs to doc/examples Also drop support for …
(edit) @77fbc032   11 years kostya.shishkov g2meet: validate bpp and bitmasks in the display info Signed-off-by: …
(edit) @f58dcfb3   11 years siretart Prepare for 10_beta1 Release
(edit) @9cd4bc41   11 years tdskywalker ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.
(edit) @c98f3169   11 years tdskywalker lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.
(edit) @9c0e4b33   11 years tdskywalker ac3: update AC3PreferredStereoDownmixMode. '11b' is reserved in the …
Note: See TracRevisionLog for help on using the revision log.