source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @019a28cd   10 years diego sanm: Use correct printf conversion specifiers for POSIX int types
(edit) @59ca29a5   10 years diego dump: Use correct printf conversion specifiers for POSIX int types
(edit) @4f8cf0dc   10 years diego x86: build: Restore ordering of OBJS lines
(edit) @e4a462e3   10 years lu_zero configure: Use require_pkg_config for Speex Distributors and …
(edit) @259fe728   10 years lu_zero mxf: Extract origin information from material and source track …
(edit) @c9d982aa   10 years lu_zero mxf: Detect Vanc/Vbi SMPTE-436M mxf track Signed-off-by: Luca Barbato …
(edit) @dc71f195   10 years diego video4linux2: Avoid a floating point exception This avoids a segfault …
(edit) @e76f2d1   10 years anton hevc: eliminate the last element from TransformTree Replace it by …
(edit) @4aa80808   10 years anton hevc: eliminate unnecessary cbf_c{b,r} arrays They are replaced by …
(edit) @0daa2554   10 years anton hevc: do not store the transform inter_split flag in the context It …
(edit) @53a11135   10 years anton hevc: simplify splitting the transform tree blocks
(edit) @e36a2f4c   10 years anton hevc: eliminate an unnecessary array We do not need to store the …
(edit) @4b169321   10 years anton codec_desc: fix some typos in long codec names The rv20 typo spotted …
(edit) @c5fca017   10 years anton lavc: add a property for marking codecs that support frame reordering
(edit) @42eb9154   10 years janne-libav fate: support testing of release branches Adding 'branch=release/10' …
(edit) @541427ab   10 years anton eamad: use the bytestream2 API instead of AV_RL This is safer and …
(edit) @7215fcf8   10 years diego avformat: Mark AVOutputFormat argument in avformat_query_codec as const
(edit) @ec4f04da   10 years diego avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const
(edit) @53abe324   10 years diego avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as …
(edit) @1a880b2f   10 years anton hevc: SSE2 and SSSE3 loop filters Additional contributions by James …
(edit) @73bb8f61   10 years anton hevcdsp: remove an unneeded variable in the loop filter beta0 and …
(edit) @56f98e3   10 years anton output example: convert audio to the format supported by the encoder
(edit) @884f7c97   10 years anton output example: set the stream timebase This is required by the new API.
(edit) @d8520d3e   10 years diego mpegvideo: Move QMAT_SHIFT* defines to the only place they are used
(edit) @4fbb62a2   10 years diego mpegvideo: Move ME_MAP_* defines to the only place they are used
(edit) @ff853343   10 years diego mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines
(edit) @165e9df1   10 years diego fft-test: Pass the right struct members instead of casting
(edit) @58e65e44   10 years diego vc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_c This avoids …
(edit) @7fb993d3   10 years diego qpeldsp: Mark source pointer in qpel_mc_func function pointer const
(edit) @060e4a9e   10 years diego dct/rdft: Remove duplicate typedefs for context structs The typedefs …
(edit) @436ced24   10 years diego mpegenccontext: Remove unused opaque pointer Signed-off-by: Diego …
(edit) @ce2e858f   10 years diego http: K&R formatting cosmetics Also comment some #endifs and …
(edit) @d0de7330   10 years diego fft-test: Pass correct struct members to (i)dct functions This fixes …
(edit) @6133d658   10 years diego fft-test: K&R formatting cosmetics Also rearrange #includes into …
(edit) @c3c96deb   10 years diego fft-test: Check memory allocations
(edit) @7288b34   10 years diego fft-test: Drop unnecessary pointer indirection for context structs
(edit) @d445c865   10 years diego fft-test: Reduce variable scope where sensibly possible Also merge …
(edit) @eac77fcd   10 years diego mpegenccontext: Remove unused dct_unquantize_h261 function pointers …
(edit) @20ec0daa   10 years diego fft-test: Make global exptab variable static
(edit) @2b6ab3a2   10 years diego mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is used
(edit) @06a1d13   10 years martin configure: Extend the neon intrinsics check Check for an instruction …
(edit) @5be7d859   10 years diego fft-test: Comment some #endifs
(edit) @57f1b1dc   10 years diego fft-test: Drop unnecessary #ifdefs around header includes
(edit) @11c7155c   10 years diego dct/rdft: Add missing typedefs for context structs Without the …
(edit) @eba2233b   10 years diego build: Add define for SIMD extensions requiring 16-byte aligned buffers
(edit) @67bc1ba5   10 years diego libxvid: Drop PPC-specific CPU detection hack It is doubtful if the …
(edit) @7bdd2ff6   10 years lu_zero http: Use a constant for the supported header size
(edit) @78670fbf   10 years diego imgconvert: cosmetics: Reshuffle defines to reduce ifdeffery
(edit) @6869612f   10 years diego arm: Macroize the test for 'setend' CPU instruction support …
(edit) @16e66522   10 years janne-libav aarch64: NEON intrinsics dct_unquantize_h263. Intrinsics only used on …
(edit) @d45ebd48   10 years janne-libav configure: add support for neon intrinsics
(edit) @389380c2   10 years lu_zero http: Do move the class instantiation in the conditional block Remove …
(edit) @28df1d24   10 years lu_zero http: Provide an option to override the HTTP method Certain servers …
(edit) @bb0babd7   10 years lu_zero build: Support executable only ldflags The options is useful to build …
(edit) @b396bbad   10 years lu_zero configure: Do not add extralibs to avresample .pc file The library …
(edit) @fc27e727   10 years anton mpegts: do not export empty language tags Signed-off-by: Anton …
(edit) @4d2d059   10 years diego fate: Split audio- and video-related RealMedia targets Signed-off-by: …
(edit) @2ce5388   10 years diego build: Conditionally compile all avcodec test programs
(edit) @16b73280   10 years diego build: Conditionally build and run DCT test program
(edit) @bd499d9a   10 years diego build: Conditionally build and test iirfilter
(edit) @c3ec963d   10 years diego mjpeg: return proper error code Signed-off-by: Diego Biurrun …
(edit) @81b9bf31   10 years diego dct-test: Move arch-specific bits into arch-specific subdirectories
(edit) @a9f3f5fa   10 years janne-libav Revert "tiff: support reading gray+alpha at 8 bits" This reverts …
(edit) @819bb3e8   10 years vittorio.giovara fate: add h264-direct-bff test
(edit) @c39059be   10 years vittorio.giovara h264: Fix direct temporal mvs for bottom-field-first poc order Such …
(edit) @b31d76e   10 years vittorio.giovara tiff: support reading gray+alpha at 8 bits Signed-off-by: Vittorio …
(edit) @4de8b606   10 years diego idct: Move arm-specific declarations to a header in the arm directory
(edit) @9f99a5f1   10 years diego mpegencconetxt: Move rv10-specific orig_width/orig_height where they …
(edit) @1a583c0c   10 years diego fdct: Move ppc-specific declarations to a header in the ppc directory
(edit) @5dcc2015   10 years diego simple_idct: Move x86-specific declarations to a header in the x86 …
(edit) @85cabb8d   10 years diego fdct: Move x86-specific declarations to a header in the x86 directory
(edit) @d6e1d371   10 years diego oss_audio: Split muxer and demuxer Signed-off-by: Diego Biurrun …
(edit) @e0a2e60c   10 years diego dct-test: Reuse enum idct_permutation_type instead of duplicating it
(edit) @913fa85a   10 years diego dct-test: Skip indirection for MMX IDCT permutation
(edit) @9e0b2991   10 years diego x86: dnxhdenc: Eliminate some unnecessary ifdefs
(edit) @b4edbe9a   10 years diego libgsm: Split decoder and encoder Signed-off-by: Diego Biurrun …
(edit) @8b0dd494   10 years diego idctdsp: prettyprinting cosmetics
(edit) @b4987f72   10 years diego idct: Convert IDCT permutation #defines to an enum Also rename the …
(edit) @c0de9159   10 years diego avdevice: Give names to anonymously typedeffed structs Anonymous …
(edit) @24af1aa0   10 years diego fft: Convert FFT/MDCT permutation type #defines to enums
(edit) @746ad4e0   10 years diego dct-test: Improve CPU flags struct member name
(edit) @cb44b21d   10 years diego dct-test: Move cpu_flags variable out of global scope
(edit) @7e18a727   10 years martin arm: cosmetics: Consistently use lowercase for shift operators …
(edit) @fe67f3fb   10 years martin arm: cosmetics: Fix a misaligned asm operand Signed-off-by: Martin …
(edit) @5a272190   10 years martin armv6: Accelerate butterflies_float I benchmarked the result by …
(edit) @5edad2c4   10 years martin armv6: Accelerate vector_fmul_window I benchmarked the result by …
(edit) @87552d54   10 years martin armv6: Accelerate ff_fft_calc for general case (nbits != 4) The …
(edit) @5c22e8e4   10 years martin armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6) The …
(edit) @2d604443   10 years diego dsputil: Split motion estimation compare bits off into their own context
(edit) @a578b040   10 years martin configure: Assume runtime cpu detection on arm on --target-os=android …
(edit) @c23ce454   10 years diego x86: dsputil: Coalesce all init files This makes the init files match …
(edit) @324ff594   10 years diego avpacket: Check for and return errors in ff_interleave_add_packet() …
(edit) @2db953f8   10 years diego h264: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @a11ef610   10 years diego h264: Remove some commented-out, broken cruft
(edit) @adff0a81   10 years diego arm: dsputil: Coalesce all init files
(edit) @14b4e64e   10 years vittorio.giovara g2meet: allow size changes within original sizes
(edit) @f9900822   10 years martin fate: Use the correct, local path to samples for opus reference files …
(edit) @acf9121   10 years diego x86: dsputil: Avoid pointless CONFIG_ENCODERS indirection The …
(edit) @a8552ee   10 years diego ppc: dsputil: Coalesce all init files
(edit) @6cc1409b   10 years diego examples/output: Remove unused variable doc/examples/output.c:460:9: …
Note: See TracRevisionLog for help on using the revision log.