代码搜索:Encoder

找到约 10,000 项符合「Encoder」的源代码

代码结果 10,000
www.eeworm.com/read/306970/13734306

c flacenc.c

/** * FLAC audio encoder * Copyright (c) 2006 Justin Ruggles * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it un
www.eeworm.com/read/306970/13734357

h sgi.h

/* * SGI image encoder * Xiaohui Sun * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU L
www.eeworm.com/read/306970/13734508

c jpeglsenc.c

/* * JPEG-LS encoder * Copyright (c) 2003 Michael Niedermayer * Copyright (c) 2006 Konstantin Shishkov * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute
www.eeworm.com/read/143434/5757826

h nb_celp.h

/* Copyright (C) 2002 Jean-Marc Valin */ /** @file nb_celp.h @brief Narrowband CELP encoder/decoder */ /* Redistribution and use in source and binary forms, with or without modification,
www.eeworm.com/read/136827/5846938

c mp3.c

/* * MP3 encoder and decoder * Copyright (c) 2003 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
www.eeworm.com/read/136827/5847297

c ac3enc.c

/* * The simplest AC3 encoder * Copyright (c) 2000 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
www.eeworm.com/read/136827/5847470

c mpegaudio.c

/* * The simplest mpeg audio layer 2 encoder * Copyright (c) 2000, 2001 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU L
www.eeworm.com/read/136821/5851703

c ac3enc.c

/* * The simplest AC3 encoder * Copyright (c) 2000 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
www.eeworm.com/read/136821/5851806

c mpegaudio.c

/* * The simplest mpeg audio layer 2 encoder * Copyright (c) 2000, 2001 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU L
www.eeworm.com/read/118428/6098927

java pngencoder.java

package encoder; /** * PngEncoder takes a Java Image object and creates a byte string which can be saved as a PNG file. * The Image is presumed to use the DirectColorModel. * * Thanks to Jay Denn