source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ec0b0c2b   11 years derek.buitenhuis doc/platform: Update to reflect current MSVC build situation Also …
(edit) @ba728c1   11 years michaelni doc/examples/transcode_aac: remove non converted codepath This …
(edit) @7497c894   11 years michaelni doc/examples/transcode_aac: switch to swresample Signed-off-by: …
(edit) @60b099c3   11 years michaelni get_audio_buffer: fix usage where channels are not set but layout is …
(edit) @02abc90   11 years michaelni doc/examples/transcode_aac: fix project name Signed-off-by: Michael …
(edit) @715f3623   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Add an …
(edit) @3aaa50a   11 years stefasab lavd/pulse_audio_enc: add buffer size control options Add options to …
(edit) @10421bcf   11 years anton Add an audio transcoding example. Signed-off-by: Anton Khirnov …
(edit) @a12b4bd1   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @6f24566f   11 years michaelni Merge commit '4da3f410d176dd1a55d7cbe5d2e2ead342027f13' * commit …
(edit) @5b326f39   11 years michaelni doc/Makefile: fix building examples if a program suffix is set …
(edit) @875f9aea   11 years michaelni Merge commit 'dc80e2f7a529d6e4416b40b68699be16fed62d6c' * commit …
(edit) @6d9dad6a   11 years michaelni avcodec/g2meet: check available space before copying palette Fixes …
(edit) @83f7bd6d   11 years michaelni avcodec/g2meet: fix stride calculation, use correct format field …
(edit) @92f0abb2   11 years diego build: Check for pod2man instead of perl for manual page generation …
(edit) @4da3f410   11 years diego configure: Restore doc option to disable building the documentation …
(edit) @dc80e2f7   11 years martin Makefile: Fix building programs on systems with a nonempty executable …
(edit) @70433119   11 years stefasab lavd/sdl: add delay when no events are found in the event queue Avoid …
(edit) @35349bbb   11 years stefasab lavd/sdl: apply misc cosmetics to options
(edit) @b23dea27   11 years stefasab lavd/sdl: allow to change window size
(edit) @0464d272   11 years stefasab lavd/sdl: move compute_overlay_rect() before event_thread() It will …
(edit) @7467b4f7   11 years stefasab lavd/sdl: factorize overlay rect size in a separate function
(edit) @7de3b139   11 years stefasab lavd/sdl: add event handler thread SDL_Init() is called on the event …
(edit) @3c846fda   11 years michaelni HEVC : valgrind fix : vps_list cherry picked from commit …
(edit) @75ec40b0   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @625b2903   11 years michaelni Merge commit '1eaac1d6f7bb8e52d82e1a114c88a59a9a8e5025' * commit …
(edit) @cd51d9a9   11 years michaelni Revert "avcodec/gsmdec: reject unsupported msn audio modes" they …
(edit) @8c87658   11 years michaelni Merge commit 'a16577d9857206089fd8bce6a342b31dbd7fb9b0' * commit …
(edit) @ac021fdc   11 years michaelni Merge commit '56d061ce9da954560892e3551513d5ecc0439846' * commit …
(edit) @0290a646   11 years michaelni Merge commit 'de44dfc7c0ec02bda7d846ef713145c890bfae3f' * commit …
(edit) @8bf7ea8a   11 years stefasab cmdutils: remove this_year constant, use CONFIG_THIS_YEAR instead …
(edit) @4c4710a7   11 years stefasab configure: define CONFIG_THIS_YEAR at the configure level The macro …
(edit) @c6080d89   11 years anton lavc: remove mp3_header_(de)compress bitstream filters They mangle …
(edit) @1eaac1d6   11 years anton mpeg12dec: Extract CC user data into frame side data Signed-off-by: …
(edit) @a16577d9   11 years anton MSN Audio support This is essentially a MS GSM decoder extension that …
(edit) @56d061ce   11 years anton metasound: add last missing modes (8kHz @ 6kbps per channel) …
(edit) @a9a3afec   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: aacsbr: …
(edit) @f1db007e   11 years michaelni doc/Makefile fix PROGS Signed-off-by: Michael Niedermayer …
(edit) @325c918f   11 years michaelni Makefile: Fix building progs out of progs_g Signed-off-by: Michael …
(edit) @6d34aa24   11 years michaelni Merge commit 'ab81f24ad43bddf77ddd25cba86780c1c884996c' * commit …
(edit) @5ded4332   11 years michaelni Merge commit '14abeaa43d021afdce9119d906891abe89c03b88' * commit …
(edit) @de44dfc7   11 years lu_zero vc1: Reset numref if fieldmode is not set There are samples in the …
(edit) @4782c428   11 years michaelni avcodec/ac3dec: check bap before use. Fixes out of array read Fixes …
(edit) @5145ccf0   11 years diego aacsbr: Add some const casts to silence warnings in ff_sbr_apply()
(edit) @ab81f24a   11 years diego build: Integrate multilibrary examples into the build system This …
(edit) @14abeaa4   11 years diego build: Separate building programs linking against libav* from building …
(edit) @c3d5cd1e   11 years michaelni Revert "Merge remote-tracking branch 'qatar/master'" …
(edit) @a028603   11 years stefasab ffprobe: add support for subtitle frames Signed-off-by: Marton Balint …
(edit) @c0f2e071   11 years stefasab lavf/segment: add a few log messages when avio_open2() fails
(edit) @5e278c19   11 years stefasab lavf/segment: add segment_list_entry_prefix option This option allows …
(edit) @7f11c530   11 years michaelni lavf: Exporting opus pre_skip in AVCodecContext Opus Pre Skip is …
(edit) @25010f51   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: doc: …
(edit) @09cd0a31   11 years martin doc: Add the host executable suffix for the print_options dependency …
(edit) @841c0aaf   11 years michaelni avcodec/pthread: check packet buffer allocation Signed-off-by: …
(edit) @eff2edae   11 years michaelni Partially revert "Merge commit …
(edit) @5e1c57f   11 years stefasab ffplay: do not call avcodec_register_all() explicitly …
(edit) @988bda8   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @dedfa00   11 years derek.buitenhuis build: Import makedef script from c99-to-c89 This allows MSVC 2013 …
(edit) @e78d0381   11 years michaelni avformat/asfdec: ignore packet_segments Fixes Ticket1708 Based on …
(edit) @edf7d15e   11 years michaelni avformat/asfdec: reset packet_time_start when asf_read_frame_header() …
(edit) @76dad833   11 years michaelni avformat/asfdec: remove duplicated packet_segments reset …
(edit) @25c675b5   11 years stefasab lavd/sdl: do not manually free window_title and icon_title fields …
(edit) @8446bb33   11 years stefasab doc/outdevs/sdl: fix confusing text about window_fullscreen default value
(edit) @e043298c   11 years Carl Eugen Hoyos lavf/mpegenc: Print a warning if ac3, pcm_s16be or dts are muxed into …
(edit) @ccdfa3e   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Add …
(edit) @f67ec7f3   11 years michaelni Merge commit '0eeeb9647e9c92c9edfd0b18c7cb5da7ac666f85' * commit …
(edit) @ceaaf0d9   11 years michaelni Merge commit '48b24bd2d208ce0f124029ac4c5ac5cb1fca4175' * commit …
(edit) @c0237d19   11 years michaelni Merge commit 'f187557ab4612776f7f527ecf3d40062975c3e4c' * commit …
(edit) @3d5a5e86   11 years michaelni avcodec/jpeg2000dec: Check precno before using it in …
(edit) @638d79a   11 years onemda ffprobe: use designated initializer for AVClass Signed-off-by: Paul B …
(edit) @bea93944   11 years u avcodec/vp9dsp: remove unused stride parameter in loop_filter(). The …
(edit) @8f8bc92   11 years diego Add missing #includes for *INT64_MAX and *INT64_C
(edit) @0eeeb964   11 years diego mpegaudiodec: Consistently handle fixed/float templating
(edit) @48b24bd2   11 years diego ac3dec: Fix out-of-array read Signed-off-by: Diego Biurrun …
(edit) @321b3387   11 years michaelni avcodec/hnm4video: allocate frame only when theres a coded frame …
(edit) @f187557a   11 years diego build: more fine-grained dependencies for documentation build tools …
(edit) @34e32d64   11 years michaelni libvpxenc: update cpu-used default 3 -> 1. vp8 encoding speed has …
(edit) @6819eaf3   11 years michaelni libvpxdec: set CODEC_CAP_DR1 for vp9 it shares vp8_decode() with vp8 …
(edit) @f63ee2aa   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @3e641b4   11 years michaelni Merge commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea' * commit …
(edit) @62e10c37   11 years michaelni Merge commit '07fd0a22192805d56c635eb294dc26b0a54ae325' * commit …
(edit) @94194bdc   11 years michaelni Merge commit 'd4df02131b5522a99a4e6035368484e809706ed5' * commit …
(edit) @2cbf27b0   11 years michaelni libavcodec/ac3dec: fix channel_layout Signed-off-by: Michael …
(edit) @2e5780a5   11 years michaelni Merge commit 'b53285462263ef8a795f0e289abd5799b4c57652' * commit …
(edit) @8733b363   11 years michaelni Merge commit 'c16bfb147df8a9d350e8a0dbc01937b78faf5949' * commit …
(edit) @6f270da6   11 years anton libschroedingerenc: do not assert on values from external libraries …
(edit) @7671dd7c   11 years anton avconv: add support for VDPAU decoding
(edit) @07fd0a22   11 years anton avconv: add infrastructure for using hwaccels
(edit) @97a0bad   11 years Reimar.Doeffinger Add --enable-rpath option to add -Wl,-rpath to pkg-config files. This …
(edit) @ffe31c65   11 years michaelni avcodec/hnm4video: check writeoffset in decode_interframe_v4a() …
(edit) @5c4aa72b   11 years michaelni avformat/hnm: check chunk_size == 0 Fixes potential infinite loop …
(edit) @bd8d28e2   11 years michaelni avcodec/hnm4video: check dimensions for validity Fixes out of array …
(edit) @d4df0213   11 years diego ac3dec: Remove write-only channel_layout field from AC3DecodeContext …
(edit) @b5328546   11 years diego ac3: implement request_channel_layout. Signed-off-by: Diego Biurrun …
(edit) @004f3b15   11 years u avcodec/vp9dsp: pass dconly bit as macro argument.
(edit) @c16bfb1   11 years diego swscale: x86: Consistently use lowercase function name suffixes
(edit) @b33f3246   11 years michaelni avcodec/hnm4video: fix missing newlines in error messages …
(edit) @78446f0d   11 years michaelni avcodec/hnm4video: fix write offset checks in decode_interframe_v4() …
(edit) @5a08ba53   11 years michaelni avcodec/hnm4video: check offset in decode_interframe_v4() more …
(edit) @a7f27453   11 years michaelni avformat/mov: Check that we have a stream before accessing it in …
Note: See TracRevisionLog for help on using the revision log.