source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3f41e57f   11 years michaelni Merge commit '220494ad0b2e9e980ef703b46b69308236f29be5' * commit …
(edit) @97468463   11 years michaelni Merge commit 'aaa44d0299338e3bc90128816c21dbfab06cdb48' * commit …
(edit) @7ea9c4a9   11 years michaelni Merge commit '149438cfe5d233c46bb18341b7c574fe643dd5f2' * commit …
(edit) @12235a3e   11 years michaelni avcodec/dcadec: print more details about errors Signed-off-by: …
(edit) @43ec4563   11 years michaelni Merge commit '44b17d794aa508ae21f438ae80bfe8aaf4b426e1' * commit …
(edit) @c122e697   11 years michaelni Merge commit '27245b4e1bbb7a863341db321b5bdc5792e427d9' * commit …
(edit) @a7f88177   11 years michaelni Merge commit 'b6d5e6aa10a2f09351f287e876f7ed4504e1f75d' * commit …
(edit) @e9a47896   11 years michaelni Merge commit '25609b63d2e07d26d610f485a22082d32c96c0f5' * commit …
(edit) @cb751a6a   11 years michaelni Merge commit '89de5157b1cbe7807d3ec1d51bd56a75e98c002e' * commit …
(edit) @d1daa71f   11 years stefasab doc/ffserver: mention remaining stream options
(edit) @f652f70e   11 years stefasab doc/ffserver: move general stream options upwards in the list
(edit) @a42c20f0   11 years stefasab doc/ffserver: reorder/extend stream video encoding options
(edit) @b9a3ac89   11 years stefasab doc/ffserver: fix bitrate unit for bitrate option
(edit) @ab89d2dd   11 years stefasab ffserver: fix typo in comment: defaut -> default
(edit) @6aea3d59   11 years stefasab doc/ffserver: add notice about re-launch behavior
(edit) @2a034978   11 years stefasab doc/ffserver: document InputFormat stream option
(edit) @77f5cb92   11 years stefasab ffserver: factorize code setting ReadOnlyFile/File options
(edit) @0e1e5d00   11 years stefasab ffserver: improve error feedback in open_input_stream()
(edit) @ddab4199   11 years stefasab ffserver: drop stream AudioQuality option It has no effect, and it …
(edit) @4f60d53b   11 years stefasab ffserver: add comment about how Launch path program is created
(edit) @7cbbc4f7   11 years stefasab ffserver: extend error handling when parsing the configuration file …
(edit) @04702a0d   11 years stefasab ffserver: add some error handling to main()
(edit) @3adb8256   11 years michaelni Merge commit 'cf7860db608df7c76471d8b61f07abbd5aad8dd5' * commit …
(edit) @f21ca39e   11 years michaelni Merge commit 'd1916d13e28b87f4b1b214231149e12e1d536b4b' * commit …
(edit) @220494ad   11 years anton dcadec: treat all 2-channel modes as Stereo in dca_downmix. The check …
(edit) @aaa44d02   11 years anton dca: support mixing LFE in dca_downmix. Embedded downmix coefficients …
(edit) @149438cf   11 years anton dca: improve default stereo downmix coefficients. Previous …
(edit) @44b17d79   11 years anton dca: extract core substream's embedded downmix coeffcient codes, if …
(edit) @27245b4e   11 years anton dca: remove embedded downmix coefficient extraction. It was based on …
(edit) @e975c147   11 years michaelni library.mak: only run asm strip if ASMSTRIP flags are set …
(edit) @b6d5e6aa   11 years anton dca: convert dca_default_coeffs to float. Easier to read, modify, and …
(edit) @25609b63   11 years anton dcadec: store the stereo downmix coefficients as float in the …
(edit) @191454f2   11 years michaelni configure: remove code that disables striping in the absence of some …
(edit) @e283c26c   11 years michaelni build sys: rename STRIPFLAGS to ASMSTRIPFLAGS This more closely …
(edit) @71b95f2   11 years michaelni Merge commit '0673ede985a6560e7efb86dab1c58fb7f95ce587' * commit …
(edit) @89de5157   11 years anton dcadec: implement request_channel_layout. Signed-off-by: Anton …
(edit) @58010e57   11 years stefasab doc/ffserver: fix documentation for CustomLog
(edit) @805b6074   11 years stefasab doc/ffserver: extend documentation for VideoBitRateRange
(edit) @bcbf8920   11 years stefasab doc/ffserver: clarify/extend documentation about status streams
(edit) @312d075e   11 years stefasab doc/ffserver: move ACL syntax section before the global option sections
(edit) @4e39962f   11 years stefasab doc/ffserver: document "Launch" feed option
(edit) @07315da1   11 years stefasab doc/ffserver: fix documentation for -n option Launch option is …
(edit) @1ee9341a   11 years stefasab doc/ffserver: extend documentation for CustomLog option
(edit) @21219457   11 years stefasab doc/ffserver: fix RTPS -> RTSP ttypo Spotted-by: lazy ubitux
(edit) @b89983c   11 years stefasab doc/ffserver: clearly specify whence ffserver reads the configuration file
(edit) @bb097d03   11 years stefasab doc/ffserver: add notice about case-insensitiveness
(edit) @e79f299c   11 years stefasab doc/ffserver: remove tip about MaxBandwidth Should be redundant now …
(edit) @39847905   11 years stefasab doc/ffserver: specify default value for Preroll
(edit) @2989281   11 years stefasab doc/ffserver: document NoDaemon deprecated option
(edit) @00033799   11 years stefasab doc/ffserver: improve rendering for -n option text
(edit) @6dc90334   11 years stefasab doc/ffserver: remove "What can this do?" section The section shows …
(edit) @80193a12   11 years stefasab doc/ffserver: use @command{} for specifying ffserver
(edit) @39192b76   11 years stefasab doc/ffserver: remove more pointless/outdated entries Mentioning build …
(edit) @cf7860db   11 years vittorio.giovara x86: dsputil: Suppress deprecation warnings for XvMC bits These parts …
(edit) @d1916d13   11 years vittorio.giovara dsputil/pngdsp: fix signed/unsigned type in end comparison Fixes out …
(edit) @0673ede   11 years vittorio.giovara configure: add strip flags checks This will check if -wN '..@*' is …
(edit) @01c9d809   11 years clement doc/Makefile: cosmetics after previous commits.
(edit) @0d2c8324   11 years clement doc/examples: update README.
(edit) @1d751768   11 years clement build: also clean the examples with debug symbols
(edit) @fe318e14   11 years clement build: split examples cleaning out of docclean.
(edit) @1a88e84f   11 years clement build: integrate remaining examples.
(edit) @a8ac2a15   11 years clement doc/examples: make fill_samples static. This is required to build …
(edit) @24593188   11 years clement Add transcode_aac example to .gitignore.
(edit) @e5102feb   11 years clement doc/examples: add transcode_aac to local Makefile.
(edit) @03beb579   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @0a5ca63c   11 years michaelni Merge commit '4d388c0cd05dd4de545e8ea333ab4de7d67ad12d' * commit …
(edit) @a212d66c   11 years stefasab doc/default.css: sync with ffmpeg-web Signed-off-by: Timothy Gu …
(edit) @15f2cac   11 years stefasab doc/ffserver: remove outdated troubleshoot entry about audio
(edit) @f7fbb7ac   11 years stefasab ffserver: clarify feedback in case of wrong AVOptionAudio/Video error
(edit) @c4a03ac3   11 years stefasab doc/ffserver: document configuration syntax While still incomplete, …
(edit) @738ebb4a   11 years michaelni ffmpeg: set VCFR when copying timestamps This fixes unreasonable …
(edit) @0075a22f   11 years michaelni Revert "configure: add #include "version.h" to config.h" This reverts …
(edit) @ca21116b   11 years michaelni configure: add #include "version.h" to config.h Avoid clash with …
(edit) @87337993   11 years anton h263dec: sanitize a condition. Call ff_mpeg4_decode_picture_header() …
(edit) @4d388c0c   11 years anton h264_refs: make sure not to write over the bounds of the default ref …
(edit) @b723c4e6   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @808c10e   11 years michaelni avutil/log: check that len is within the buffer before reading it …
(edit) @6b58488f   11 years stefasab doc/ffmpeg: use @command{} for programs mentioned in -override_ffserver
(edit) @8adaee5   11 years stefasab ffserver: factorize opt_audio/video_codec Simplify.
(edit) @f13f139f   11 years michaelni avcodec/qpeg: make qpeg_decode_inter() noinline This should …
(edit) @ec0b0c2b   11 years derek.buitenhuis doc/platform: Update to reflect current MSVC build situation Also …
(edit) @fa515c20   11 years derek.buitenhuis doc/platform: Update to reflect current MSVC build situation …
(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
Note: See TracRevisionLog for help on using the revision log.