source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @cae39851   10 years lu_zero x86: Add helper macros to check for slow cpuflags Signed-off-by: …
(edit) @f7cafb5   10 years lu_zero x86: add AV_CPU_FLAG_AVXSLOW flag Signed-off-by: James Almer …
(edit) @d0bf20a4   10 years lu_zero ppc: vsx: Implement diff_pixels and get_pixels Use a macro to …
(edit) @eecd29b   10 years lu_zero ppc: vsx: Implement float_dsp
(edit) @7d07ee5a   10 years lu_zero ppc: cpu: Add support for VSX and POWER8 extensions
(edit) @da60b99a   10 years lu_zero ppc: Restrict some Altivec implementations to Big Endian In Little …
(edit) @f22ebd25   10 years lu_zero ppc: configure: Support ISA 2.06 and later POWER 7 and POWER 8 …
(edit) @3058872c   10 years lu_zero ppc: Clarify and extend the cpuid check Add POWER entries.
(edit) @baa94563   10 years lu_zero ppc: linux: Check altivec using the auxv Should prevent trying to use …
(edit) @7014b659   10 years lu_zero ppc: pixblockdsp: Use the abriged vector types
(edit) @72cebae0   10 years lu_zero ppc: avutil: Use the abriged vector types
(edit) @254eb5b6   10 years lu_zero ppc: avutil: Drop a potentially dangerous workaround The compiler is …
(edit) @881b80b3   10 years martin network: prevent SIGPIPE on OSX OSX does not know MSG_NOSIGNAL. BSD …
(edit) @0181ae9a   10 years lu_zero h264: Make sure reinit failures mark the context as not initialized …
(edit) @5ecabd3c   10 years lu_zero msrle: Use FFABS to determine the frame size in msrle_decode_pal4 As …
(edit) @b2f0f37   10 years martin rtmpdh: Generate the whole private exponent using av_get_random_seed() …
(edit) @e9e86d9e   10 years martin rtmpdh: Create sufficiently long private keys for gcrypt/nettle There …
(edit) @8016a1bd   10 years martin rtmpdh: Remove an unnecessary check in the gcrypt/nettle …
(edit) @063f746   10 years martin rtmpdh: Add fate test for the DH handshake routine This helps if …
(edit) @0508faaa   10 years martin rtmpdh: Pass the actual buffer size of the output secret key …
(edit) @9f1b3050   10 years martin rtmpdh: Check the output buffer size in the openssl version of …
(edit) @127d813b   10 years martin rtmpdh: Fix a local variable name in the nettle/gcrypt codepath …
(edit) @78efc69e   10 years martin rtmpdh: Make sure ret is initialized in the nettle version of …
(edit) @a64a5773   10 years lu_zero pixfmt: remove misleading and broken documentation This was probably …
(edit) @e461030   10 years lu_zero x86: cavs: Remove an unneeded scratch buffer Simplifies the code and …
(edit) @1b1bb2c4   10 years vittorio.giovara rl: Add error checking to ff_rl_init().
(edit) @324e50ee   10 years vittorio.giovara rl: Add a function for freeing dynamically allocated tables. Such …
(edit) @6f57375d   10 years vittorio.giovara rl: Rename ff_*_rl() to ff_rl_*()
(edit) @fa1923f1   10 years vittorio.giovara mpegvideo: Move ff_*_rl functions to a separate file
(edit) @419e3404   10 years vittorio.giovara mpegvideo: Drop exchange_uv() function and use its code directly Code …
(edit) @d4d90504   10 years martin tls_gnutls: Add missing includes for the gcrypt thread safety …
(edit) @dd4d709b   10 years lu_zero x86inc: Clear SECT Silences warning(s) like: …
(edit) @57cde2b1   10 years martin lavf: move TLS-related ifdeffery to library specific files There is …
(edit) @d8ffb205   10 years martin lavf: split tls.c Move the OpenSSL and GnuTLS implementations to …
(edit) @cf1f3d83   10 years lu_zero doc: Fix spelling of 'Transmission' Signed-off-by: Sebastian Ramacher …
(edit) @d8039ef8   10 years lu_zero D3D11va: add a Direct3D11 video decoder similar to DXVA2 …
(edit) @4e17946f   10 years vittorio.giovara mpegvideo: Rework various functions not to use MpegEncContext directly
(edit) @a3f4c930   10 years vittorio.giovara mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directly
(edit) @d5280455   10 years vittorio.giovara mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly …
(edit) @6f54dc4   10 years vittorio.giovara mpegvideo: Drop stream_codec_tag The field is unused.
(edit) @9c1db92a   10 years vittorio.giovara mpegvideo: Drop err_recognition It is just a duplicate of an …
(edit) @848e86f7   10 years vittorio.giovara mpegvideo: Drop flags and flags2 They are just duplicates of …
(edit) @29216d7f   10 years martin tls: fix compilation when both gnutls and openssl are enabled …
(edit) @94599a6d   10 years martin tls: Remove all the local polling loops These aren't necessary any …
(edit) @d13b124e   10 years martin tls: Remove the nonblocking code Since the underlying URLContext read …
(edit) @d15eec4d   10 years martin tls: Use custom IO to read from the URLContext This avoids hijacking …
(edit) @3efe0393   10 years vittorio.giovara hevc: make avcodec_decode_video2() fail if get_format() fails …
(edit) @7046bd9b   10 years vittorio.giovara lavfi: Move avcodec header to the only filter needing it …
(edit) @eafbc671   10 years vittorio.giovara vmnc: Delay pixel size check Some clients incorrectly set 24 as …
(edit) @732dd658   10 years lu_zero doc: Add $branch to FATE config template Signed-off-by: Luca Barbato …
(edit) @e7c5e17d   10 years lu_zero vda: Make output CVPixelBuffer format configurable This is useful for …
(edit) @3b5e5e6a   10 years lu_zero libx265: Use the Multi-library Interface Use the Multi-library …
(edit) @85ca012b   10 years vittorio.giovara mjpegenc: Fix JFIF header byte ordering The header had a wrong …
(edit) @d84429d4   10 years vittorio.giovara dnxhd: Print unknown header when found
(edit) @8fc11abe   10 years vittorio.giovara mkv: Print unsupported mov tags when found
(edit) @0348e74c   10 years vittorio.giovara quickdraw: Skip the empty 512 byte header for images Found-by: Carl …
(edit) @d0dce15d   10 years vittorio.giovara quickdraw: Make the palette opaque Additional overflow fix by Michael …
(edit) @da5c6a97   10 years lu_zero riff: Add MultiScope II fourcc MSC2 as MJPEG Signed-off-by: Luca …
(edit) @0670acc   10 years lu_zero dca_parser: Extend DTS core sync word and fix existing check The …
(edit) @b8d2630c   10 years martin dashenc: Reduce the segment duration if cutting out parts with edit …
(edit) @ac1a1cb9   10 years martin dashenc: replace attribute id with contentType for the AdaptationSet
(edit) @2fb02ecf   10 years lu_zero fate: Reduce the number of frames used to test video filters Use 5 …
(edit) @379e5603   10 years lu_zero id3v2: Do not export empty APIC description APIC tags always have a …
(edit) @b9f7a677   10 years lu_zero png: Set the color range as full range The format uses full range for …
(edit) @254f3dab   10 years lu_zero nut: Make sure to clean up on read_header failure Based on Andreas …
(edit) @4d0ee496   10 years lu_zero avi: Validate sample_size And either error out or set it to 0 if it …
(edit) @b34257ee   10 years lu_zero nut: Check chapter creation in decode_info_header This fixes a …
(edit) @243e8443   10 years lu_zero alac: Reject rice_limit 0 if compression is used If in compression …
(edit) @295e05a7   10 years lu_zero ape: Support _0000 files with nblock smaller than 64 The …
(edit) @e0010bb   10 years vittorio.giovara mux: Do not leave stale side data pointers in …
(edit) @6c8c7c2   10 years vittorio.giovara dump: Print AVAudioServiceType side data
(edit) @04070dbc   10 years vittorio.giovara libx265: Fix 'braces around scalar initializer' warning x265 …
(edit) @d81fb63   10 years vittorio.giovara fate: Add a PICT test This stimulates the direct pixel mode in …
(edit) @7b734ee5   10 years vittorio.giovara lavf: Open PICT images with Quickdraw Update the pictor test to use …
(edit) @34efb8a1   10 years vittorio.giovara quickdraw: Support direct pixel blocks Data is stored in separated …
(edit) @bb2cb0a6   10 years vittorio.giovara quickdraw: Switch to greedy parsing Quickdraw packs data as a series …
(edit) @d00f1e0f   10 years vittorio.giovara quickdraw: Convert to bytestream2 Add appropriate error messages and …
(edit) @01fdfa51   10 years lu_zero xcbgrab: Accept geometries matching the screen size Introduced in …
(edit) @3735b5c6   10 years anton Revert "lavfi: always check av_expr_parse_and_eval() return value" …
(edit) @60f1cc4a   10 years anton alsdec: only adapt order for positive max_order For max_order = 0 the …
(edit) @94bb1ce8   10 years anton alsdec: check sample pointer range in revert_channel_correlation Also …
(edit) @110f7f35   10 years anton aacpsy: correct calculation of minath in psy_3gpp_init The minimum of …
(edit) @e191aaca   10 years anton alsdec: limit avctx->bits_per_raw_sample to 32 …
(edit) @8fc8024e   10 years anton aasc: return correct buffer size from aasc_decode_frame CC: …
(edit) @3edeb774   10 years martin configure: Allow log2 with MSVC 2013 onwards. Only MSVC 2010 in x64 …
(edit) @863ee068   10 years martin configure: Use the right local variable in the MSVC and ICL probes …
(edit) @709e1c91   10 years martin avprobe: Print the display matrix from per-stream sidedata This is …
(edit) @3080b049   10 years martin avprobe: Support writing arrays of integers without keys …
(edit) @16302246   10 years martin avconv: Add an option for automatically rotating video according to …
(edit) @e2d50fc2   10 years martin avplay: Add support for rotated video This is enabled by default, but …
(edit) @21180b73   10 years martin avplay: Factorize code for adding filters to the filter pipeline …
(edit) @3ecb82dd   10 years vittorio.giovara dnxhddec: Fix pixel format change Regression introduced in …
(edit) @6503cbf8   10 years vittorio.giovara ffv1enc: Add const attribute to input frame warning: assigning to …
(edit) @06f4b1e3   10 years lu_zero avplay: Do not print a possibly uninitialized value Initialize diff
(edit) @e8c4db0d   10 years lu_zero xcbgrab: Validate the capture area And notify why the capture is …
(edit) @82a10225   10 years lu_zero xcbgrab: Do not assume the non shm image data is always available …
(edit) @a09c499   10 years anton rawenc: properly allocate coded_frame
(edit) @a0f29460   10 years anton h264: use properly allocated AVFrames
(edit) @7a4f74ee   10 years anton h264: embed the DPB in the context It now has a fixed size and is …
(edit) @88c612e   10 years anton h264: merge the init and reinit paths in update_thread_context() …
Note: See TracRevisionLog for help on using the revision log.