source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a003c5bd   12 years Carl Eugen Hoyos Fix opencv detection. This commit changes the ".so" argument …
(edit) @d270c320   12 years michaelni avcodec_decode_audio: do not trust the channel layout, use the channel …
(edit) @4aed4f58   12 years michaelni mlpdec: dont leave a invalid huff_lsb in the context. Fix assertion …
(edit) @e1d7d4bd   12 years michaelni mpegvideo: reset context state on failed thread update. Fixes …
(edit) @9a038a95   12 years Carl Eugen Hoyos Use new function av_codec_get_tag2() in ffmpeg.c. Fixes ticket #1953.
(edit) @a1a707f7   12 years Carl Eugen Hoyos Add a new function av_codec_get_tag2(). av_codec_get_tag() may return …
(edit) @8fdd2445   12 years onemda .gitignore: add /doc/examples/pc-uninstalled Signed-off-by: Paul B …
(edit) @ad406f7e   12 years Carl Eugen Hoyos Only skip MLP header in mpeg files if the codec actually is MLP. …
(edit) @12cb21ef   12 years Carl Eugen Hoyos Make the latm decoder less verbose on initialisation. Reviewed-by: …
(edit) @46730e7a   12 years michaelni mux/chunked interleaver: better align duration chunks. This code …
(edit) @69a96f9d   12 years michaelni mux: de-obfuscate chunked interleaver checks Signed-off-by: Michael …
(edit) @c57c1329   12 years michaelni mux: simplify chunking interleaver code Signed-off-by: Michael …
(edit) @2dc9bcad   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: idcin: …
(edit) @b454c64e   12 years michaelni latmenc: Check for LOAS sync word Write the packet unaltered if …
(edit) @c345100e   12 years Carl Eugen Hoyos Fix detection of struct v4l2_frmsize_discrete. It was always detected …
(edit) @765a3ba0   12 years michaelni h264: add assert to check that block_offset is consistent. …
(edit) @97d19028   12 years michaelni h264: always copy linesizes in thread update Fixes inconsistencies in …
(edit) @f674cc77   12 years michaelni h264: always copy block_offset in thread update Fixes out of array …
(edit) @641bbd96   12 years onemda vima: switch to init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @1191db31   12 years michaelni mux: fix chunked interleaver The code did not account properly for …
(edit) @b7bc49a   12 years michaelni mips: move vector_fmul_window_mips to libavutil Reviewed-by: "Babic, …
(edit) @b805c725   12 years justin.ruggles idcin: fix memleaks in idcin_read_packet() Fixes fate-id-cin-video …
(edit) @0942aa46   12 years nicolas.george lafv/matroska: add A_OPUS/EXPERIMENTAL codec name. The exact packing …
(edit) @f0cf017d   12 years michaelni configure: suppress "enumerated type mixed with another type" for icc …
(edit) @cae11e4   12 years michaelni mux: fix chunked_duration rounding anomaly a small value was rounded …
(edit) @5c7e9e16   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @0e79fe37   12 years nicolas.george lavd/v4l2: init return value. Fix a warning and random failures.
(edit) @1459f342   12 years michaelni Merge commit '977d4a3b8a2dbc2fb5e747c7072485016c9cdfaa' * commit …
(edit) @9ea65c65   12 years michaelni Merge commit '0eecafc948b74c247ebbc59f18f508db5d590d0b' * commit …
(edit) @06af724c   12 years michaelni Merge commit 'fb845ffdd335a1efd6dfd43e8adeb530397b348e' * commit …
(edit) @68f92a70   12 years michaelni Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e' * commit …
(edit) @f245a208   12 years Carl Eugen Hoyos lavd/v4l2: update broken link to v4l2 video capture example …
(edit) @3681021   12 years Carl Eugen Hoyos lavd/v4l2: improve debug message Reviewed-by: Stefano Sabatini
(edit) @e034cc6c   12 years lu_zero lavc: Move vector_fmul_window to AVFloatDSPContext Signed-off-by: …
(edit) @a7ba3244   12 years martin rtpdec_mpeg4: Check the remaining amount of data before reading This …
(edit) @bbe56bcd   12 years michaelni motion_est: Limit motion vector search range to MAX_MV Fixes out of …
(edit) @5c6283e5   12 years michaelni mpegvideo: Increase MAX_MV for HD video Fixes out of array reads …
(edit) @2d372d3a   12 years michaelni h264: document h264_set_parameter_from_sps() re-calling behavior …
(edit) @31c4a1b7   12 years michaelni h264: do not mess up cur_chroma_format_idc during thread update Fixes …
(edit) @2c85d7c0   12 years michaelni h264: add 3 pixels below for subpixel filter wait position. If the …
(edit) @e7a39e1   12 years stefasab examples/demuxing: free AVPacket after usage Fix leak.
(edit) @c92b6f3   12 years stefasab tools: add plotframes script The script is ported from …
(edit) @10315b1c   12 years stefasab doc/protocols: document HTTP protocol cookie support Signed-off-by: …
(edit) @0b80a121   12 years stefasab lavf/http: add HTTP protocol cookie support Signed-off-by: Stefano …
(edit) @977d4a3b   12 years martin rtpdec_mpeg4: Check the return value from malloc Signed-off-by: …
(edit) @0eecafc9   12 years martin configure: Make the new srtp protocol depend on the rtp protocol …
(edit) @42364fcb   12 years martin srtp: Mark a few variables as uninitialized This squelches false …
(edit) @c2603aa2   12 years martin lavf: Add a fate test for the SRTP functions Signed-off-by: Martin …
(edit) @3130fa51   12 years martin lavu: Add a fate test for the HMAC API Signed-off-by: Martin Storsjö …
(edit) @fb845ffd   12 years lu_zero h264: add 3 pixels below for subpixel filter wait position If the …
(edit) @d012059e   12 years stefasab lavd/v4l2: apply grammar/consistency fixes to options help fields
(edit) @aa359d38   12 years stefasab lavd/v4l2: return meaningful error code from device_init() In …
(edit) @fce16502   12 years stefasab lavd/v4l2: fix misc messages
(edit) @1b325ce9   12 years stefasab lavd/v4l2: extend error/debug feedback in case of invalid codec/pix_fmt
(edit) @f924d529   12 years lu_zero dvdsubdec: Support palette in mkv Matroska stores palette information …
(edit) @c994bb2f   12 years michaelni oggdec: Leave treatment of serial changes to the decoder. Attempting …
(edit) @e9ffee23   12 years michaelni vorbisdec: handle midstream parameter changes Signed-off-by: Michael …
(edit) @c5cf58d4   12 years michaelni oggdec: resync from the last page. Previously we re synced from where …
(edit) @778069c8   12 years michaelni vorbisdec: support freeing partially allocated contexts. Fixes null …
(edit) @dae1d507   12 years diego x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags
(edit) @23098bbd   12 years justin.ruggles vf_fps: add final flushed frames to the dropped frame count
(edit) @918b4116   12 years michaelni rtpdec: support CSRC Untested, due to lack of rtp stream with CSRCs, …
(edit) @0b22107d   12 years diego rv34_parser: Adjust #if for disabling individual parsers As CONFIG_ …
(edit) @b7ede94b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @77041e24   12 years michaelni Merge commit '094a7405e5d8463d7d167d893e04934ec1a84ecd' * commit …
(edit) @b52925d2   12 years michaelni Merge commit '2f3bada63e57345329c4f9b48e9b81b5cfc03d05' * commit …
(edit) @e7e0186e   12 years michaelni Merge commit 'ab2ad8bd56882c0ea160b154e8b836eb71abc49d' * commit …
(edit) @e074fe2   12 years michaelni Merge commit '47812070a267cbdf74164e154d03d99bf8ced100' * commit …
(edit) @9aeffb3c   12 years michaelni Merge commit 'bff3607547fdbb6e32b3830a351e6a33280c1e0d' * commit …
(edit) @cfc40a6a   12 years michaelni Merge commit 'd8c772de53d29afb1bada88afa859fce8489c668' * commit …
(edit) @24d06cb2   12 years michaelni Merge commit '5e753ed502d3597077d8675ca1438e1bcade1459' * commit …
(edit) @353dbaa   12 years michaelni Merge commit '3f111804eb5c603a344706b84b7164cbf7b4e0df' * commit …
(edit) @8686b6c   12 years michaelni Merge commit 'ba0c72a9ae1e2954e5dcf920f7b4e9a8f8a22f3e' * commit …
(edit) @eaf1f011   12 years michaelni Merge commit 'd0fe217e3990b003b3b3f2c2daaadfb2af590def' * commit …
(edit) @f6badba1   12 years michaelni h264: don't clobber mmco opcode tables for non-first slice headers. …
(edit) @320e1d0d   12 years diego x86: ABSB2: port to cpuflags
(edit) @094a7405   12 years diego x86: ABSB: port to cpuflags
(edit) @611bf39b   12 years martin sdp: Include SRTP crypto params if using the srtp protocol Also print …
(edit) @2f3bada6   12 years martin lavf: Add a protocol for SRTP encryption/decryption This is mostly …
(edit) @424da30   12 years martin rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) This …
(edit) @ab2ad8bd   12 years martin lavf: Add functions for SRTP decryption/encryption This supports the …
(edit) @8ee288d2   12 years martin lavu: Add an API for calculating HMAC (RFC 2104) This supports …
(edit) @47812070   12 years lu_zero libx264: use the library specific default rc_initial_buffer_occupancy …
(edit) @bff36075   12 years lu_zero lavc: set the default rc_initial_buffer_occupancy rc_buffer_size is …
(edit) @8ac8f049   12 years michaelni mpegvideo: Fix long standing race condition with frame threads Since …
(edit) @d8c772de   12 years lu_zero nutdec: Always return a value from nut_read_timestamp() The function …
(edit) @df4203ac   12 years Carl Eugen Hoyos Fix compilation with libutvideo version 12.0.0 Reviewed-by: Derek …
(edit) @5ce023b7   12 years Carl Eugen Hoyos Fix color filter example. Found-by: johnd and Paul B Mahol
(edit) @274e48d8   12 years michaelni x86/Makefile: move dirac_dwt to right type Fix build failure without …
(edit) @9cb3c1a4   12 years michaelni x86/dirac: fix asm on win64 This could also be fixed by changing the …
(edit) @30981a9   12 years michaelni lavc: split snow and dirac DWTs There is only about 4 lines of common …
(edit) @99853cb8   12 years diego configure: Make warnings from -Wreturn-type fatal errors These …
(edit) @51969a65   12 years diego x86: ABS2: port to cpuflags
(edit) @171f1446   12 years diego vdpau: Remove av_unused attribute from function declaration …
(edit) @ea382767   12 years anton h264: fix ff_generate_sliding_window_mmcos() prototype. It's been …
(edit) @5e753ed5   12 years diego suncc: Replace more GCC flags by their equivalents in suncc_flags() …
(edit) @055b373   12 years martin libtheoraenc: fix granularity of video quality The floating point …
(edit) @39403c6c   12 years martin oggparsetheora: fix comment header parsing Pass the correct header …
(edit) @3f111804   12 years lu_zero libvpx: make vp8 and vp9 selectable Support older libvpx versions.
(edit) @bad446e2   12 years lu_zero h264: don't clobber mmco opcode tables for non-first slice headers. …
Note: See TracRevisionLog for help on using the revision log.