source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @07876e25   15 years mans Workaround for missing llrintf() Originally committed as revision …
(edit) @aebfb457   15 years michaelni Trying _WIN32 for win32 detection. Originally committed as revision …
(edit) @7328cdfa   15 years michaelni Merge the 2 ANSI ESC codes. Originally committed as revision 22952 to …
(edit) @841073ce   15 years michaelni Reenable ANSI colors, use method from VLC as suggested by ramiro. …
(edit) @cc8538ff   15 years justin.ruggles ac3dec: return smaller of buf_size and frame_size instead of always …
(edit) @84368aa   15 years mans ARM: fix build for darwin/iphone References to external symbols in …
(edit) @2c4b87ea   15 years michaelni Disable ANSI color code until we figured out how to detect ANSI …
(edit) @0403c2e3   15 years baptiste.coudurier Disable LATM AAC in mpegts, this is not supported and produce too many …
(edit) @51e026d1   15 years michaelni Coloring the log with ANSI. Ive checked this on black and white …
(edit) @037e9af   15 years jmenon86 Fix off-by-1 error in the tag parsing code. Originally committed as …
(edit) @ddecab20   15 years michaelni Set .supported_samplerates for mpeg audio encoders. Originally …
(edit) @10d0f5e0   15 years michaelni Make sure ffmpeg chooses a supported samplerte if the encoder supports …
(edit) @951776c4   15 years tomas.hardin Made FLIC demuxer capable of handling the videos from "X-COM: Terror …
(edit) @03cb8458   15 years Carl Eugen Hoyos Support VP6F in Matroska. Patch by Christian Schmidt, schmidt digadd …
(edit) @9b157b0c   15 years Carl Eugen Hoyos Fix compilation error of ffmpeg and ffplay with --disable-avdevice. …
(edit) @9d30e068   15 years stefano.sabatini-lala Do not initialize res in url_fseek(), in the case !s->seek directly …
(edit) @9a32573b   15 years rsbultje WMAVoice postfilter. Originally committed as revision 22938 to …
(edit) @b1078e9f   15 years rsbultje Move clipping of audio samples (for those codecs outputting float) …
(edit) @6858ce2f   15 years jmenon86 Fix typo. Originally committed as revision 22936 to …
(edit) @805a83d   15 years rsbultje Implement QCELP postfilter. Originally committed as revision 22935 to …
(edit) @5180a0b1   15 years rsbultje Make the Sipr16k postfilter function write data into the target/output …
(edit) @8955a9d7   15 years rsbultje Split input/output data arguments to …
(edit) @bb2dd9ef   15 years rsbultje Split the input/output data arguments to ff_adaptive_gain_control(). …
(edit) @8e6daa4a   15 years lessen42 theora: coeff huffman codes are allowed to be up to 32 bits long (for …
(edit) @a2d35888   15 years vitor1001 10l: do not try to unpack DTX frames in AMR-NB decoder Originally …
(edit) @10fa22cc   15 years vitor1001 Fix MTV decoding on big-endian systems Originally committed as …
(edit) @7221579b   15 years lessen42 mov: Read QuickTime chapters Originally committed as revision 22928 …
(edit) @dc75e4e3   15 years lessen42 movenc: Write nero chapters Originally committed as revision 22927 to …
(edit) @f7501a71   15 years baptiste.coudurier seems aac gets screwed up by the parser so disable it Originally …
(edit) @dc1c26dc   15 years baptiste.coudurier parse stream headers for audio streams in mkv, needed for frame size …
(edit) @e5953464   15 years rsbultje Reindent / reformat some code with broken indenting. Patch by …
(edit) @2328e5a2   15 years rsbultje Allow setting the environment variable FFMPEG_DATADIR to locate preset …
(edit) @bf29cbc2   15 years rsbultje Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail …
(edit) @353285d7   15 years diego Remove explicit filename from Doxygen @file commands. Passing an …
(edit) @ba87f080   15 years diego Remove explicit filename from Doxygen @file commands. Passing an …
(edit) @e1ae1642   15 years diego Add missing internal.h #include for brktimegm(), fixes the warning: …
(edit) @4311ff77   15 years diego cosmetics: Switch Doxygen comments to JavaDoc style. Originally …
(edit) @5948f822   15 years martin Reset RTCP timestamps after seeking, add range start offset to the …
(edit) @2cab6b48   15 years martin Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext In …
(edit) @2293a2e6   15 years baptiste.coudurier Set AVFMT_NOTIMESTAMPS flag for mp3 muxer Fixes issue 1026 …
(edit) @dbb4f051   15 years darkshikari vertical align in libx264.c Originally committed as revision 22915 to …
(edit) @60877ad9   15 years mans Revert "Fix libx264 configure check to use pkg-config if available." …
(edit) @73f3f30d   15 years darkshikari Fix libx264 configure check to use pkg-config if available. …
(edit) @1840b280   15 years vitor1001 Makefile: make fate target depend on compiling ffmpeg Originally …
(edit) @8469ae22   15 years mans configure: simplify $COMPONENT_LIST handling This lets check_deps set …
(edit) @0afab17e   15 years mans configure: simplify vaapi dependencies Originally committed as …
(edit) @c89c96e9   15 years mans configure: simplify vdpau dependencies Originally committed as …
(edit) @55a95e2d   15 years mans FATE: update nsv-demux checksums Originally committed as revision …
(edit) @bacde64   15 years lu_zero Make ffserver support rfc3550 Originally committed as revision 22907 …
(edit) @9094d867   15 years lu_zero Make rtp protocol obey rfc3550 Originally committed as revision 22906 …
(edit) @3748b2b8   15 years stefano.sabatini-lala Fix leak in avfilter_graph_add_filter(). In case of reallocation …
(edit) @fc8fa007   15 years stefano.sabatini-lala Implement librtmp seek support. Implement flv_read_seek(), add a …
(edit) @d79fc840   15 years stefano.sabatini-lala Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP. AVERROR_NOTSUPP is …
(edit) @4c4ef3db   15 years stefano.sabatini-lala Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if …
(edit) @28894105   15 years stefano.sabatini-lala Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in …
(edit) @22c29c36   15 years Carl Eugen Hoyos Add const to some pointer parameters. Patch by Michael Kaufmann, …
(edit) @33e62383   15 years lessen42 vp3: Use avctx pointer directly Originally committed as revision …
(edit) @8099d6c9   15 years lessen42 vp3: Read fps and aspect ratio in the decoder Originally committed as …
(edit) @ddc7e438   15 years lessen42 vp3: Don't crop if there's a left/top offset, it's wrong Fixes …
(edit) @eb6a6cd   15 years lessen42 vp3: DC-only IDCT 2-4% faster overall decode Originally committed as …
(edit) @f32f7d8b   15 years baptiste.coudurier Take ticks per frame into account when warning about difference …
(edit) @653d7aeb   15 years martin Parse strf mov atoms This fixes roundup issue 1270. Originally …
(edit) @60867312   15 years lessen42 vp3: More buffer length checks .5% slower to fix some crashes on …
(edit) @d7097c2d   15 years lessen42 vp3: Remove internal debug statement Originally committed as revision …
(edit) @adc725b5   15 years lessen42 oggdec: Move warning about missing granule to the correct place …
(edit) @44a088ea   15 years lessen42 oggdec: Fix duration calculation if the last page in a file has no …
(edit) @49c2d290   15 years lessen42 oggdec: Remove write-only variable Originally committed as revision …
(edit) @adef229e   15 years ramiro.polla AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x) FF_NETERROR is implicitly an …
(edit) @4aecee7f   15 years rsbultje Fix compile error on mingw where ETIMEDOUT is missing (because it's a …
(edit) @e58c05bb   15 years rsbultje Remove useless assert(), since this can (in theora) be used for any …
(edit) @6752a3cc   15 years gbeauchesne H.264: cosmetics (vertical align). Originally committed as revision …
(edit) @fa37cf0d   15 years gbeauchesne H.264: move avctx->{profile,level} init before …
(edit) @b08e38e8   15 years gbeauchesne H.264: move avctx->refs init before AVCodecContext.get_format(). …
(edit) @67d96fb4   15 years andreas pngdec: Add support for PIX_FMT_Y400A Originally committed as …
(edit) @4744f896   15 years andreas Add PIX_FMT_Y400A, 8bit gray, 8bit alpha Originally committed as …
(edit) @d21b2278   15 years stefano.sabatini-lala Fix computation of the display aspect ratio. Previously ffprobe was …
(edit) @4563cf24   15 years stefano.sabatini-lala Factorize code in get_bit_rate(). Originally committed as revision …
(edit) @22b7b23c   15 years stefano.sabatini-lala Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of …
(edit) @e5d2bdec   15 years diego Add rectangle.h #include for fill_rectangle(). Originally committed …
(edit) @d02bb3ec   15 years diego Move static function fill_filter_caches() from h264.h to h264.c. The …
(edit) @19c9eedc   15 years diego Plug librtmp logging into av_log. patch by Howard Chu, hyc highlandsun …
(edit) @fc122efd   15 years diego whitespace cosmetics Originally committed as revision 22874 to …
(edit) @8b9ec992   15 years mans FATE: update vqf-demux checksum Originally committed as revision …
(edit) @2bb29da6   15 years mans DCA: indent Originally committed as revision 22872 to …
(edit) @69e17136   15 years mans DCA: optimise dca_subsubframe() 8% faster overall on Cortex-A8. …
(edit) @2898526d   15 years benoit.fouet Do not probe when the format is known. Patch by Jean-Daniel Dupas …
(edit) @b0941dee   15 years gbeauchesne [VA-API] Fix long-term reference frames addition to the DPB. This …
(edit) @efd8b009   15 years vitor1001 Use a suitable timebase in VQF demuxer Originally committed as …
(edit) @b591c7af   15 years mans 10l: fix build on non-NEON ARM Originally committed as revision 22867 …
(edit) @e574770   15 years stefano.sabatini-lala Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, …
(edit) @94e57758   15 years stefano.sabatini-lala Fix grammar: a expression -> an expression. Originally committed as …
(edit) @85c36856   15 years stefano.sabatini-lala Remove stray empty line. Originally committed as revision 22864 to …
(edit) @08255107   15 years mans DCA: ARM/NEON optimised lfe_fir Originally committed as revision …
(edit) @e168a556   15 years mans DCA: 16-byte-align lfe_fir tables Originally committed as revision …
(edit) @309d16a4   15 years mans DCA: break out lfe_interpolation_fir() inner loops to a function This …
(edit) @fc7e2d34   15 years stefano.sabatini-lala Fix constness for func[12] parameters in ff_parse_expr() and …
(edit) @82fdcd44   15 years stefano.sabatini-lala Change constness for func[12]_name parameters of ff_parse_expr() and …
(edit) @1235429c   15 years stefano.sabatini-lala Rename ff_parse() to ff_parse_expr(). The new name is more expressive …
(edit) @6c71d2c1   15 years stefano.sabatini-lala Remove unnecessary header inclusion directives. Originally committed …
(edit) @2818bdf2   15 years benoit.fouet Extradata length checks for Huffyuv. Patch by Michael Kaufmann hallo …
Note: See TracRevisionLog for help on using the revision log.