source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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: …
(edit) @1173320   10 years diego dsputil: Drop unused bit_depth parameter from all init functions
(edit) @df2aa222   10 years lu_zero mov: Clarify tkhd flag settings
(edit) @f9072969   10 years lu_zero mov: Do not group tracks if more than one is enabled per type The …
(edit) @458e7c94   10 years anton hevc: implement pic_output_flag handling Sample-Id: …
(edit) @f43789b7   10 years anton hevc: set the keyframe flag on output frames Signed-off-by: Vittorio …
(edit) @1493b237   10 years anton hevc: Replace nal type chek with equivalent IS_IRAP macro …
(edit) @17e9d52c   10 years anton hevc_ps: remove a write-only variable
(edit) @44386aaa   10 years diego cdg: Forward error from avio_size() in read_header() function …
(edit) @5adcef9c   10 years martin mpegts: pass MpegTSContext ptr explicitly AVFormatContext->priv_data …
(edit) @f46bb608   10 years diego dsputil: Split off pixel block routines into their own context
(edit) @0569a7e0   10 years vittorio.giovara hevc: parse display orientation SEI message Signed-off-by: Vittorio …
(edit) @18e3d61e   10 years vittorio.giovara h264: parse display orientation SEI message Signed-off-by: Vittorio …
(edit) @a54f03b   10 years vittorio.giovara display: add matrix flip api
Note: See TracRevisionLog for help on using the revision log.