Mercurial > libavcodec.hg
graph
-
Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodecTue, 24 Jul 2007 14:17:13 +0000, by takis
-
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodecTue, 24 Jul 2007 13:03:13 +0000, by takis
-
help some gcc version to optimize out those functions libavcodecTue, 24 Jul 2007 08:54:56 +0000, by aurel
-
set bit allocation parameters directly instead of copying libavcodecTue, 24 Jul 2007 01:35:25 +0000, by jbr
-
use enum value instead of numerical value for acmod libavcodecMon, 23 Jul 2007 22:47:49 +0000, by jbr
-
use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodecMon, 23 Jul 2007 22:23:37 +0000, by jbr
-
Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodecSat, 21 Jul 2007 16:28:12 +0000, by jbr
-
don't need to synchronize in the decoder. the parser does that already. libavcodecSat, 21 Jul 2007 13:56:04 +0000, by jbr
-
Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodecFri, 20 Jul 2007 15:09:10 +0000, by takis
-
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodecFri, 20 Jul 2007 15:08:10 +0000, by takis
-
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodecThu, 19 Jul 2007 15:56:56 +0000, by gpoirier
-
Fix the self tests which are contained in some codecs and are using random(). libavcodecThu, 19 Jul 2007 08:47:07 +0000, by takis
-
Fix the compilation of dct-test, fft-test and motion-test which are using libavcodecThu, 19 Jul 2007 08:46:28 +0000, by takis
-
update license header. add copyright for myself. correct and complete the statement about liba52. libavcodecThu, 19 Jul 2007 02:16:20 +0000, by jbr
-
remove portions of bit allocation which are no longer needed since they are shared with the encoder libavcodecThu, 19 Jul 2007 00:50:31 +0000, by jbr
-
Set the step index correctly for flash adpcm. Patch by Baptiste libavcodecWed, 18 Jul 2007 18:40:03 +0000, by banan
-
Calculate the correct blocksize for flash adpcm. Patch by Baptiste libavcodecWed, 18 Jul 2007 18:35:03 +0000, by banan
-
Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodecWed, 18 Jul 2007 14:45:01 +0000, by vitor
-
Remove more code duplication. Based on a patch by Matthieu Castet. libavcodecWed, 18 Jul 2007 06:06:21 +0000, by vitor
-
Move var. declaration to allow further clean up libavcodecTue, 17 Jul 2007 23:51:34 +0000, by vitor
-
Remove code duplication. Based on a patch by Matthieu Castet. libavcodecTue, 17 Jul 2007 22:05:33 +0000, by vitor
-
create colorspace.h and use it where appropriate libavcodecTue, 17 Jul 2007 12:33:14 +0000, by benoit
-
fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodecTue, 17 Jul 2007 11:06:12 +0000, by mhoffman
-
Don't segfault if an empty codebook gets used. libavcodecTue, 17 Jul 2007 07:12:40 +0000, by benoit
-
* making profile selection a bit more tolerant to the badly broken streams libavcodecTue, 17 Jul 2007 04:06:03 +0000, by romansh
-
cosmetics: adding some white space to align the arguments of a couple of functions libavcodecTue, 17 Jul 2007 00:36:47 +0000, by mhoffman
-
remove useless #ifdef CONFIG_ZLIB from zmbv decoder libavcodecMon, 16 Jul 2007 21:05:16 +0000, by mru
-
fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodecMon, 16 Jul 2007 13:24:43 +0000, by mhoffman
-
fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodecMon, 16 Jul 2007 12:32:41 +0000, by mhoffman
-
fixpoint: separate windowing arithmetic imlt_window_float libavcodecMon, 16 Jul 2007 11:52:46 +0000, by mhoffman
-
separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodecMon, 16 Jul 2007 11:25:56 +0000, by mhoffman
-
separating saturation codes so that we can support other data formats libavcodecMon, 16 Jul 2007 01:28:58 +0000, by mhoffman
-
moving automatic allocation of joint_decode/decode_buffer libavcodecSun, 15 Jul 2007 22:06:08 +0000, by mhoffman
-
cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodecSun, 15 Jul 2007 21:48:17 +0000, by mhoffman
-
hardly anything in PNGContext is shared; split it libavcodecSun, 15 Jul 2007 19:23:55 +0000, by mru
-
fix visual painting of MVs from h264: they are painted twice too long libavcodecSun, 15 Jul 2007 19:03:12 +0000, by gpoirier
-
no need for the decoder to have the license as a prefix libavcodecSun, 15 Jul 2007 01:38:13 +0000, by jbr
-
remove a debugging function and variable, and remove the commented-out code which uses them. libavcodecSun, 15 Jul 2007 01:35:46 +0000, by jbr
-
move some common values to ac3.h and utilize them libavcodecSun, 15 Jul 2007 01:31:09 +0000, by jbr
-
revise license header for simplicity and consistency libavcodecSat, 14 Jul 2007 18:53:56 +0000, by jbr
-
AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr libavcodecSat, 14 Jul 2007 16:06:14 +0000, by jbr
-
AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:05:39 +0000, by jbr
-
AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:05:13 +0000, by jbr
-
AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:04:40 +0000, by jbr
-
AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:04:17 +0000, by jbr
-
AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:03:47 +0000, by jbr
-
AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:03:14 +0000, by jbr
-
AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:02:32 +0000, by jbr
-
AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:02:08 +0000, by jbr
-
AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:01:44 +0000, by jbr
-
AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:01:14 +0000, by jbr
-
AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:00:38 +0000, by jbr
-
AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:00:05 +0000, by jbr
-
AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:59:25 +0000, by jbr
-
AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:58:42 +0000, by jbr
-
AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:57:51 +0000, by jbr
-
AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:56:55 +0000, by jbr
-
AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:51:00 +0000, by jbr
-
AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:49:12 +0000, by jbr
-
AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:48:28 +0000, by jbr
-
AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:42:15 +0000, by jbr
-
AC-3 decoder, soc revision 26, Jul 5 04:55:15 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:41:27 +0000, by jbr
-
AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:38:39 +0000, by jbr
-
The mpegaudio parser depends on mpegaudiodata.o. libavcodecSat, 14 Jul 2007 13:23:26 +0000, by aurel
-
The svq3 decoder depends on h264idct.o and also requires h264_parser. libavcodecSat, 14 Jul 2007 13:11:15 +0000, by aurel
-
Replace non-existing @fixme doxygen tags with @todo. libavcodecFri, 13 Jul 2007 13:04:55 +0000, by diego
-
Make "channels" variable mean the number of channels, not the number of libavcodecFri, 13 Jul 2007 00:06:46 +0000, by vitor
-
map warning levels between libx264 and libavutil libavcodecThu, 12 Jul 2007 08:22:28 +0000, by benoit
-
license header consistency: Remove redundant "all rights reserved" statement libavcodecThu, 12 Jul 2007 00:23:53 +0000, by diego
-
Inport the original intiger IDCT from MPEG2 reference decoder. libavcodecWed, 11 Jul 2007 22:01:21 +0000, by iive
-
move ff_h263_round_chroma() to mpegvideo.h as static inline libavcodecWed, 11 Jul 2007 21:04:53 +0000, by mru
-
comment explaining that text subtitle need to be UTF-8 for now libavcodecWed, 11 Jul 2007 13:19:58 +0000, by aurel
-
makes compilation of h263.o and mpegvideo_enc.o conditional libavcodecTue, 10 Jul 2007 20:28:56 +0000, by aurel
-
Avoid linking with h263.c functions when the relevant codecs libavcodecTue, 10 Jul 2007 20:23:08 +0000, by aurel
-
Better place to disable some mpeg4 code and ensure that libavcodecTue, 10 Jul 2007 17:31:17 +0000, by aurel
-
Split ff_set_mpeg4_time() and move the non mpeg4 specific part libavcodecTue, 10 Jul 2007 14:37:33 +0000, by aurel
-
Add standard licensing header to files that lack it. libavcodecTue, 10 Jul 2007 10:02:01 +0000, by diego
-
don't compile some mpeg4 encoder code when encoders are disabled libavcodecTue, 10 Jul 2007 08:40:00 +0000, by aurel
-
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) libavcodecTue, 10 Jul 2007 03:40:37 +0000, by vitor
-
avoid deprecation warnings for ImgReSampleContext from avcodec.h libavcodecMon, 09 Jul 2007 22:15:07 +0000, by mru
-
split rawvideo encoder and decoder in their own files libavcodecMon, 09 Jul 2007 16:26:11 +0000, by aurel
-
set sample rate in more logical place, kill warning libavcodecSun, 08 Jul 2007 23:15:10 +0000, by mru
-
Pass modes as parameters instead of calculating them inplace. libavcodecSun, 08 Jul 2007 13:34:02 +0000, by kostya
-
split decoder-specific parts into their own file libavcodecSun, 08 Jul 2007 07:37:30 +0000, by stefang
-
prepare splitting decoder-only parts into own file: libavcodecSun, 08 Jul 2007 07:13:25 +0000, by stefang
-
* Getting rid of the use of GCC language extensions libavcodecSun, 08 Jul 2007 03:16:59 +0000, by romansh
-
simplify ff_copy_bits() when compiled with config-small libavcodecSat, 07 Jul 2007 23:03:14 +0000, by aurel
-
prepare splitting decoder-only parts into own file: libavcodecSat, 07 Jul 2007 07:35:18 +0000, by stefang
-
move dequantization into its own inline function libavcodecSat, 07 Jul 2007 07:14:58 +0000, by stefang
-
cosmetic: rename VLC tables to make clear they libavcodecSat, 07 Jul 2007 06:49:20 +0000, by stefang
-
setting special motion vectors in intra macroblocks libavcodecSat, 07 Jul 2007 06:34:30 +0000, by stefang
-
setting intra prediction modes to default values libavcodecSat, 07 Jul 2007 06:27:44 +0000, by stefang
-
move modification of intra prediction modes into libavcodecSat, 07 Jul 2007 06:15:05 +0000, by stefang
-
move preparation of chroma intra prediction into its libavcodecSat, 07 Jul 2007 05:27:59 +0000, by stefang
-
move existing inline functions from cavs.c to cavs.h libavcodecSat, 07 Jul 2007 05:03:22 +0000, by stefang
-
move context structure definition from cavs.c to cavs.h libavcodecSat, 07 Jul 2007 04:58:54 +0000, by stefang
-
split SVQ1 decoder and encoder in their own files libavcodecFri, 06 Jul 2007 15:19:35 +0000, by aurel
-
Add support for streams with different chroma_qp_index_offset libavcodecFri, 06 Jul 2007 14:21:37 +0000, by gpoirier
-
Precompute a chroma_qp table with index offset for each pps, libavcodecFri, 06 Jul 2007 07:58:08 +0000, by gpoirier
-
Compute the dequant coefficient table ptr outside the loop, libavcodecFri, 06 Jul 2007 07:55:37 +0000, by gpoirier
-
include snow encoder only if it is not disabled libavcodecThu, 05 Jul 2007 22:57:52 +0000, by aurel
-
Group all copyright and author notices together. libavcodecThu, 05 Jul 2007 10:37:29 +0000, by diego
-
move mpeg encoder specific initialization in the encoder specific file libavcodecThu, 05 Jul 2007 09:48:29 +0000, by aurel
-
use av_freep() in free_vlc() and failed init_vlc() libavcodecThu, 05 Jul 2007 06:47:00 +0000, by mru
-
Remove variables made unused by the last two patches and test svn access. libavcodecTue, 03 Jul 2007 02:50:36 +0000, by vitor
-
Remove leading underscores from specifiers, they are reserved. libavcodecMon, 02 Jul 2007 17:00:04 +0000, by diego
-
Add missing comment markers to #endif directive. libavcodecMon, 02 Jul 2007 10:08:47 +0000, by diego
-
Identify the loop_filter flag as such and remove the unused variables in the context. libavcodecWed, 27 Jun 2007 14:27:47 +0000, by iive
-
removing dependency on bfin_sram.h, which is not used right now libavcodecFri, 22 Jun 2007 13:44:58 +0000, by mhoffman
-
renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.h libavcodecFri, 22 Jun 2007 13:43:47 +0000, by mhoffman
-
modify msmpeg4 functions to generate VC1 compatible block layer bitstream libavcodecFri, 22 Jun 2007 08:35:21 +0000, by benoit
-
Don't swap back un-deblocked lines for intra prediction when libavcodecThu, 21 Jun 2007 07:52:06 +0000, by gpoirier
-
split frame rate and frame size abbreviation into two structures libavcodecThu, 21 Jun 2007 07:46:48 +0000, by benoit
-
move dct_quantize and denoise_dct function pointers initialization to C libavcodecWed, 20 Jun 2007 11:01:50 +0000, by benoit
-
Do not reuse the rbsp de-escape buffer if both libavcodecWed, 20 Jun 2007 08:53:53 +0000, by benoit
-
Decouple bit context from h264 context in decode_ref_pic_marking() libavcodecTue, 19 Jun 2007 21:34:04 +0000, by gpoirier
-
add a comment to indicate which #endif belong to which #define libavcodecSun, 17 Jun 2007 18:59:28 +0000, by gpoirier
-
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec, libavcodecSun, 17 Jun 2007 09:38:35 +0000, by gpoirier
-
part 2/2 of fixing Altivec-accelerated H264 luma inloop filter libavcodecSun, 17 Jun 2007 09:37:13 +0000, by gpoirier
-
convert h264_deblock_q1 to an inline function. libavcodecSun, 17 Jun 2007 09:14:02 +0000, by gpoirier
-
move a couple of macros and structs to mpegaudio.h libavcodecSat, 16 Jun 2007 22:58:43 +0000, by mru
-
Factor out init_scan_tables(), patch by Andreas ªÓman %andreas A olebyn.nu% libavcodecSat, 16 Jun 2007 19:54:04 +0000, by gpoirier
-
Use a faster way to compute 255-val: Instead of creating a vector of libavcodecSat, 16 Jun 2007 18:59:10 +0000, by gpoirier
-
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't libavcodecSat, 16 Jun 2007 15:15:19 +0000, by mru
-
replace endian detection hack with #ifdef WORDS_BIGENDIAN libavcodecSat, 16 Jun 2007 14:52:10 +0000, by mru
-
replace TARGET_* with HAVE_* simplifying lists in configure script libavcodecFri, 15 Jun 2007 20:35:44 +0000, by mru
-
use if() instead of #ifdef and ensure all possible optimisations are enabled libavcodecFri, 15 Jun 2007 18:18:31 +0000, by aurel
-
some samples aren't decoded correctly such as libavcodecFri, 15 Jun 2007 08:22:06 +0000, by gpoirier
-
Remove an unreferenced variable from qpeg_decode_inter(). libavcodecThu, 14 Jun 2007 16:16:37 +0000, by takis
-
removing underscores from block profiling renaming to xx_ libavcodecWed, 13 Jun 2007 12:46:27 +0000, by mhoffman
-
Improve understanding ofavcodec_find_decoder() libavcodecWed, 13 Jun 2007 08:28:00 +0000, by benoit
-
kill one vector constant value load by the right combination of vec_splatX/vec_sl libavcodecTue, 12 Jun 2007 21:24:25 +0000, by gpoirier
-
restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% libavcodecTue, 12 Jun 2007 21:17:22 +0000, by gpoirier
-
integrating MPV_common_init_bfin into the build system and mpegvideo.c libavcodecTue, 12 Jun 2007 19:34:06 +0000, by mhoffman
-
Blackfin IDCT has no special permutation it uses normal order libavcodecTue, 12 Jun 2007 19:06:39 +0000, by mhoffman
-
Move the video size and rate abbreviations system from libavformat to libavcodec libavcodecTue, 12 Jun 2007 08:06:54 +0000, by benoit
-
move codecs declarations from avcodec.h to allcodecs.h libavcodecMon, 11 Jun 2007 16:05:32 +0000, by aurel
-
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go libavcodecMon, 11 Jun 2007 08:00:31 +0000, by gpoirier
-
Altivec version of h264_(h|v)_loop_filter_luma libavcodecSat, 09 Jun 2007 19:13:34 +0000, by gpoirier
-
Add some #includes to allow compilation without HAVE_AV_CONFIG_H. libavcodecSat, 09 Jun 2007 17:52:16 +0000, by diego
-
work around issues with the old version of Gnu Assembler shipped on libavcodecFri, 08 Jun 2007 20:35:30 +0000, by gpoirier
-
emms --> emms_c, taken from a patch by Ronald Bultje libavcodecThu, 07 Jun 2007 21:31:26 +0000, by diego
-
Preprocessor #defines starting with __ are reserved for the system. libavcodecThu, 07 Jun 2007 17:19:37 +0000, by diego
-
Add CPU feature definitions for SSE3 and SSSE3. libavcodecThu, 07 Jun 2007 16:58:08 +0000, by diego
-
CPU feature definitions should always be available, not just when the libavcodecThu, 07 Jun 2007 16:15:20 +0000, by diego
-
Add some forgotten lib prefixes to Makefile variables. libavcodecWed, 06 Jun 2007 18:56:14 +0000, by diego
-
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. libavcodecWed, 06 Jun 2007 08:51:41 +0000, by diego
-
Give names of external library decoders/encoders a lib prefix libavcodecWed, 06 Jun 2007 08:41:45 +0000, by diego
-
Give all wrappers for external libraries names starting with lib. libavcodecWed, 06 Jun 2007 00:14:18 +0000, by diego
-
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks libavcodecTue, 05 Jun 2007 08:05:16 +0000, by benoit
-
Rename code012() to ff_code012(), and remove static qualifier: paves the way libavcodecTue, 05 Jun 2007 07:18:29 +0000, by gpoirier
-
fix error: indeo2.c:202:1: directives may not be used inside a macro argument, libavcodecMon, 04 Jun 2007 11:03:24 +0000, by gpoirier
-
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> libavcodecSun, 03 Jun 2007 13:27:44 +0000, by lu_zero
-
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). libavcodecSun, 03 Jun 2007 11:44:43 +0000, by lorenm
-
Rename aac_decoder to libfaad_decoder for consistency and to be able to libavcodecSat, 02 Jun 2007 11:44:44 +0000, by diego
-
Rename faac_encoder to libfaac_encoder for consistency and to be able to libavcodecSat, 02 Jun 2007 11:20:24 +0000, by diego
-
check qblur > 1 (prevent assert failure / segfault) libavcodecThu, 31 May 2007 21:40:22 +0000, by michael
-
sanity checks (should prevent hypothetical div by zero issue) libavcodecWed, 30 May 2007 23:06:37 +0000, by michael
-
Add support for listing the supported pixel formats using the option libavcodecWed, 30 May 2007 14:20:55 +0000, by benoit
-
rename attribute_unused to av_unused and moves its declaration to common.h libavcodecWed, 30 May 2007 09:32:25 +0000, by benoit
-
Do proper frame swapping so VMD video decoder works again libavcodecTue, 29 May 2007 16:43:25 +0000, by kostya
-
Split RoQ decoder to accommodate future encoder patch libavcodecTue, 29 May 2007 15:01:33 +0000, by benoit
-
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libavcodecMon, 28 May 2007 09:30:41 +0000, by diego
-
make decoder decode the first frame properly if theres more than just one libavcodecSun, 27 May 2007 22:34:49 +0000, by michael
-
Correct the parameter order for the call to "av_clip". libavcodecFri, 25 May 2007 14:42:11 +0000, by takis
-
use sparse huffman tables. 1.5% faster huffyuv decoding. libavcodecThu, 24 May 2007 17:40:02 +0000, by lorenm
-
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. libavcodecThu, 24 May 2007 17:38:56 +0000, by lorenm
-
fix mjpeg decoding with broken huffman table headers libavcodecWed, 23 May 2007 18:41:34 +0000, by ods15
-
Export the four remaining H.264 decoder intra prediction functions for reuse in libavcodecWed, 23 May 2007 13:46:11 +0000, by takis
-
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. libavcodecWed, 23 May 2007 09:02:07 +0000, by lorenm
-
Remove mdct.o and fft.o from fft-test prerequisites list. libavcodecTue, 22 May 2007 07:08:38 +0000, by diego
-
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic libavcodecMon, 21 May 2007 15:24:31 +0000, by takis
-
Split the h261.c file into separate files for the encoder, decoder and common stuff. libavcodecMon, 21 May 2007 12:51:29 +0000, by takis
-
Rename motion_test.c to motion-test.c, which is the naming scheme used by all libavcodecMon, 21 May 2007 07:11:27 +0000, by diego
-
remove dependency of mpeg audio encoder over mpeg audio decoder libavcodecSun, 20 May 2007 22:50:29 +0000, by aurel
-
Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon libavcodecSun, 20 May 2007 05:07:44 +0000, by zuxy
-
sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the libavcodecSun, 20 May 2007 01:35:15 +0000, by michael
-
move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h libavcodecSat, 19 May 2007 15:06:34 +0000, by aurel
-
change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. libavcodecSat, 19 May 2007 02:32:59 +0000, by lorenm
-
move mjpega_dump_header bitstream filter in its own file libavcodecSat, 19 May 2007 00:53:41 +0000, by aurel
-
move imx_dump_header bitstream filter in its own file libavcodecSat, 19 May 2007 00:44:41 +0000, by aurel
-
move dump_extradata bitstream filter in its own file libavcodecSat, 19 May 2007 00:35:27 +0000, by aurel
-
move remove_extradata bitstream filter in its own file libavcodecSat, 19 May 2007 00:32:11 +0000, by aurel
-
move mp3_header_compress bitstream filter in its own file libavcodecSat, 19 May 2007 00:27:43 +0000, by aurel
-
move mp3_header_decompress bitstream filter in its own file libavcodecSat, 19 May 2007 00:24:34 +0000, by aurel
-
add proper prefix to extern mpeg audio data tables libavcodecSat, 19 May 2007 00:13:35 +0000, by aurel
-
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c libavcodecSat, 19 May 2007 00:06:02 +0000, by aurel
-
move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c libavcodecFri, 18 May 2007 22:58:01 +0000, by aurel
-
add a proper prefix to all mjpeg encoder exported functions libavcodecFri, 18 May 2007 22:54:54 +0000, by aurel
-
r3938 broke 2pass huffyuv (not that anyone uses it) libavcodecFri, 18 May 2007 08:56:46 +0000, by lorenm
-
3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw libavcodecFri, 18 May 2007 08:18:56 +0000, by zuxy
-
Move attribute_unused to variable declarations in macros instead of libavcodecThu, 17 May 2007 20:18:46 +0000, by reimar
-
remove libdts decoder, we have a native dts decoder libavcodecThu, 17 May 2007 17:04:00 +0000, by aurel
-
split mjpeg.c into an encoder and a decoder file libavcodecThu, 17 May 2007 16:29:11 +0000, by aurel
-
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables libavcodecThu, 17 May 2007 14:14:53 +0000, by gpoirier
-
Remove lots of unused commented code. (Cleanup) libavcodecThu, 17 May 2007 07:50:08 +0000, by banan
-
better separation of vp3dsp functions from dsputil_mmx.c libavcodecWed, 16 May 2007 23:23:45 +0000, by aurel
-
printf --> av_log, patch by Denis Fortin, fortin nerim net libavcodecWed, 16 May 2007 12:57:27 +0000, by diego
-
DTS decoding was broken for every speaker configuration except 5.1. libavcodecWed, 16 May 2007 10:50:18 +0000, by diego
-
Add libavcodec to compiler include flags in order to simplify header libavcodecWed, 16 May 2007 09:51:45 +0000, by diego
-
Change some leftover __attribute__((unused)) and __attribute__((used)) to libavcodecMon, 14 May 2007 14:07:50 +0000, by reimar
-
jpegls encoder does not call this function, so remove useless tests libavcodecSun, 13 May 2007 23:22:05 +0000, by aurel
-
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls libavcodecSun, 13 May 2007 23:16:56 +0000, by aurel
-
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. libavcodecSun, 13 May 2007 22:15:52 +0000, by diego
-
Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% libavcodecSun, 13 May 2007 16:32:32 +0000, by gpoirier
-
use DECLARE_ALIGNED from mem.h (which is included through common.h) libavcodecSun, 13 May 2007 14:01:15 +0000, by alex
-
allow to enable or disable every bitstream filters individually libavcodecSat, 12 May 2007 23:33:53 +0000, by aurel
-
jpegls never call this code, so those tests are useless libavcodecSat, 12 May 2007 22:50:12 +0000, by aurel
-
Added support for instances where linesize[0] is negative. libavcodecSat, 12 May 2007 19:37:26 +0000, by banan
-
Remove redundant extern declaration of j_rev_dct that is already libavcodecSat, 12 May 2007 10:53:33 +0000, by diego
-
factor sum_abs_dctelem out of dct_sad, and simd it. libavcodecSat, 12 May 2007 02:41:25 +0000, by lorenm
-
sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. libavcodecSat, 12 May 2007 01:16:06 +0000, by lorenm
-
rename pnm.c to pnmenc.c and pnm_common.c to pnm.c libavcodecFri, 11 May 2007 09:28:07 +0000, by aurel
-
Remove duplicate #includes, avcodec.h #includes common.h. libavcodecFri, 11 May 2007 07:21:14 +0000, by diego
-
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c libavcodecThu, 10 May 2007 15:24:01 +0000, by aurel
-
loosen vorbis_enc.c dependencies by spliting vorbis.c libavcodecThu, 10 May 2007 15:17:17 +0000, by aurel
-
Fix Vorbis encoder Xiph dependency by making sure the references to libavcodecThu, 10 May 2007 14:36:36 +0000, by takis
-
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in libavcodecThu, 10 May 2007 13:11:36 +0000, by aurel
-
use header instead of copying table declarations libavcodecThu, 10 May 2007 10:12:02 +0000, by aurel
-
split msmpeg4 data to easily share some of it with vc1.c libavcodecThu, 10 May 2007 10:03:16 +0000, by aurel
-
Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodecThu, 10 May 2007 09:00:44 +0000, by diego
-
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c libavcodecWed, 09 May 2007 23:13:43 +0000, by aurel
-
Use 1 array with double the size instead of 2 arrays with normal size libavcodecWed, 09 May 2007 22:24:23 +0000, by ramiro
-
Add bias instead of -32 or 0, as is done in g.722.1 libavcodecWed, 09 May 2007 22:00:08 +0000, by ramiro
-
Add another tmpbias variable, as bias' value will be used later libavcodecWed, 09 May 2007 21:56:22 +0000, by ramiro
-
Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. libavcodecWed, 09 May 2007 18:23:20 +0000, by diego
-
Add ff_ prefix to (externally) visible variables libavcodecWed, 09 May 2007 16:59:46 +0000, by kostya
-
Allow conditional compilation of H.263-related decoders. libavcodecWed, 09 May 2007 09:26:06 +0000, by diego
-
cosmetics: remove code duplication in hadamard8_diff_mmx libavcodecWed, 09 May 2007 01:46:33 +0000, by lorenm
-
cosmetics: rename for consistency after previous aac and ac3 parsers move libavcodecTue, 08 May 2007 23:29:07 +0000, by aurel
-
fix display of theora videos with visible size smaller than encoded size libavcodecMon, 07 May 2007 15:43:01 +0000, by aurel
-
make some parser parameters const to avoid casting const to non-const libavcodecMon, 07 May 2007 00:47:03 +0000, by aurel
-
fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar) libavcodecSun, 06 May 2007 15:25:04 +0000, by michael
-
Make vc1_parser.c compilable without special defines libavcodecSun, 06 May 2007 11:01:25 +0000, by kostya
-
Remove superfluous #includes, parser.h now includes its prerequisites. libavcodecSat, 05 May 2007 21:11:22 +0000, by diego
-
ff_frame_rate_tab is now declared in mpegvideo.h libavcodecSat, 05 May 2007 18:32:19 +0000, by aurel
-
avoid a clash between two definitions of SEQ_START_CODE libavcodecSat, 05 May 2007 18:31:34 +0000, by aurel
-
add a ff_ prefix to the now exported mpeg1_find_frame_end() function libavcodecSat, 05 May 2007 18:25:02 +0000, by aurel
-
avoid a 'discards qualifiers from pointer' warning libavcodecSat, 05 May 2007 18:17:03 +0000, by aurel
-
parser.h uses AVCodecContext so it needs to include avcodec.h libavcodecSat, 05 May 2007 17:56:47 +0000, by aurel
-
parser.c is compiled unconditionally, there is no need to compile it libavcodecSat, 05 May 2007 12:24:51 +0000, by diego
-
Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings. libavcodecSat, 05 May 2007 12:18:14 +0000, by diego
-
parser.c is compiled unconditionally, there is no need to compile it libavcodecSat, 05 May 2007 09:15:03 +0000, by diego
-
100l to myself. Do not include stuff unneeded by parser libavcodecFri, 04 May 2007 12:31:40 +0000, by kostya
-
Give libamr decoders/encoders a lib prefix in the name. libavcodecThu, 03 May 2007 10:38:03 +0000, by diego
-
1000l to myself - DCA decoder should not be registered in video codecs section libavcodecWed, 02 May 2007 16:43:29 +0000, by kostya
-
cosmetics: Group all external library decoders and encoders together. libavcodecWed, 02 May 2007 09:37:47 +0000, by diego
-
patch so that the deprecated items show up correctly libavcodecWed, 02 May 2007 09:13:47 +0000, by benoit
-
make mpeg decoder handle mid-stream changes in resolution libavcodecWed, 02 May 2007 08:18:28 +0000, by benoit
-
prevent going out of the buffer if the nal size does not fit in the buffer. libavcodecSun, 29 Apr 2007 23:18:39 +0000, by gpoirier
-
check for channels<=0 and print a reasonable error message libavcodecSun, 29 Apr 2007 13:25:32 +0000, by alex
-
Mark code parts that cannot work on AMD64 due to broken relocations as such. libavcodecFri, 27 Apr 2007 09:32:31 +0000, by diego
-
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. libavcodecThu, 26 Apr 2007 00:32:31 +0000, by diego
-
cosmetics: Put AMR entry in alphabetical order with all external libraries. libavcodecWed, 25 Apr 2007 19:13:09 +0000, by diego
-
Remove hackish support for the non-free fixed-point AMR-NB reference code. libavcodecWed, 25 Apr 2007 19:12:04 +0000, by diego
-
1000l to myself as used VLC indexes were totally wrong libavcodecTue, 24 Apr 2007 17:31:39 +0000, by kostya
-
simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com libavcodecSat, 21 Apr 2007 18:47:30 +0000, by bcoudurier
-
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c libavcodecSat, 21 Apr 2007 00:29:01 +0000, by alex
-
add .type foo, %function directives for the benefit of debuggers libavcodecThu, 19 Apr 2007 20:09:43 +0000, by mru
-
Deobfuscade decodeTonalComponents calling logic. libavcodecWed, 18 Apr 2007 19:58:20 +0000, by banan
-
Pullback should be performed on scaled motion vectors in B-frames libavcodecWed, 18 Apr 2007 17:36:52 +0000, by kostya
-
Remove the build instructions from the doxygen comments, they are duplicated libavcodecWed, 18 Apr 2007 09:34:08 +0000, by diego
-
Move AC3 header parsing code together with the rest of the AC3 parsing code. libavcodecSun, 15 Apr 2007 12:32:36 +0000, by diego
-
correct another possible buffer overflow where interlaced would libavcodecSat, 14 Apr 2007 22:05:12 +0000, by michael
-
fix tiff regression test (bitexact flag was ignoredwhich caused the libavcodecSat, 14 Apr 2007 18:58:26 +0000, by michael
-
Update preprocessor directive comments to take recent changes to this file libavcodecSat, 14 Apr 2007 09:59:57 +0000, by diego
-
timestamps generation improvement when parsing avi libavcodecFri, 13 Apr 2007 07:50:04 +0000, by benoit
-
As usual Real actually took something existing and rebranded it. libavcodecThu, 12 Apr 2007 15:37:23 +0000, by banan
-
Add complete instructions for the brave people wishing to fiddle with the libavcodecThu, 12 Apr 2007 11:12:43 +0000, by diego
-
Replace hackish support for amr-nb and amr-wb. Instead of including the source libavcodecThu, 12 Apr 2007 10:59:52 +0000, by diego
-
Update download URL with a link to a working version. libavcodecThu, 12 Apr 2007 10:27:40 +0000, by diego
-
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 libavcodecTue, 10 Apr 2007 09:47:37 +0000, by lu_zero
-
Add support for grayscale images with arbitrary maxvals. libavcodecTue, 10 Apr 2007 09:15:54 +0000, by ivo
-
Fix an underflow/overflow that was causing some crackles when playing libavcodecTue, 10 Apr 2007 08:18:04 +0000, by diego
-
Set C predictor to zero if unavailable (should fix B-frame border artifacts) libavcodecTue, 10 Apr 2007 05:31:22 +0000, by kostya
-
When dst_length == 0 bit_length has to be 0, too, but the current code still libavcodecMon, 09 Apr 2007 14:10:07 +0000, by diego
-
Remove a NAL unit's trailing zero bytes even when dst_length is 1. libavcodecMon, 09 Apr 2007 13:39:35 +0000, by diego
-
scenario: A properly coded frame is followed by an end of sequence NAL unit, libavcodecMon, 09 Apr 2007 12:55:07 +0000, by diego
-
Only compile in Theora-specific functions if the Theora decoder has been libavcodecSun, 08 Apr 2007 18:54:53 +0000, by diego
-
cosmetics: Move one code block to save an #ifdef in the next commit. libavcodecSun, 08 Apr 2007 18:52:03 +0000, by diego
-
Fix compilation when Theora decoder is disabled, but VP3 is enabled. libavcodecSun, 08 Apr 2007 13:42:44 +0000, by diego
-
remove c93_ prefix from static functions in c93.c libavcodecSun, 08 Apr 2007 09:31:54 +0000, by michael
-
use bytestream reader instead of bitstream for THP libavcodecSat, 07 Apr 2007 22:04:33 +0000, by michael
-
table[index][ch] -> table[ch][index] (might be faster ...) libavcodecSat, 07 Apr 2007 21:15:52 +0000, by michael
-
Fix segmentation fault for gray16le to gray conversion. libavcodecSat, 07 Apr 2007 19:24:27 +0000, by ivo
-
Remove superfluous setting of has_b_frames in codecs without B-frames. libavcodecSat, 07 Apr 2007 17:37:30 +0000, by diego
-
THP PCM decoder, used on the Nintendo GameCube. libavcodecSat, 07 Apr 2007 16:03:23 +0000, by diego
-
TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) libavcodecSat, 07 Apr 2007 15:15:45 +0000, by michael
-
LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl libavcodecSat, 07 Apr 2007 15:10:22 +0000, by michael
-
Print a list of valid AMR bitrates if a wrong one is used. libavcodecSat, 07 Apr 2007 11:57:35 +0000, by diego
-
YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) libavcodecFri, 06 Apr 2007 23:16:08 +0000, by michael
-
s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad students mimuw edu pl libavcodecFri, 06 Apr 2007 20:49:26 +0000, by michael
-
Return correct decoded size, decoder is called with only one frame at a time. libavcodecFri, 06 Apr 2007 10:37:34 +0000, by diego
-
IWMMXT-specific dsputils clear_blocks function. libavcodecFri, 06 Apr 2007 09:59:55 +0000, by diego
-
remove compound literals gcc 2.95 doesnt support taking an address of a compound literal libavcodecThu, 05 Apr 2007 00:09:48 +0000, by michael
-
WMA decoder improvement, output closer to the dmo binary. libavcodecWed, 04 Apr 2007 13:49:55 +0000, by banan
-
changes some function declarations from () to (void) as per ansi c. libavcodecWed, 04 Apr 2007 11:51:08 +0000, by gpoirier
-
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. libavcodecWed, 04 Apr 2007 11:43:08 +0000, by diego
-
Explain which configure options are necessary for which AMR variant. libavcodecTue, 03 Apr 2007 14:15:59 +0000, by diego
-
FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad libavcodecTue, 03 Apr 2007 13:52:00 +0000, by michael
-
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) libavcodecTue, 03 Apr 2007 13:43:57 +0000, by michael
-
dont use *int8_t for the arguments (ive missed that in the patches ...) libavcodecTue, 03 Apr 2007 06:46:12 +0000, by michael
-
Changed the rle encoder a little and made it more universal. libavcodecTue, 03 Apr 2007 06:40:21 +0000, by michael
-
fix indention (less work to fix it myself than to check if a indention fix patch is ok ...) libavcodecTue, 03 Apr 2007 01:23:37 +0000, by michael
-
generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl libavcodecTue, 03 Apr 2007 01:01:46 +0000, by michael
-
Remove stray object from list of Blackfin assembler objects. libavcodecMon, 02 Apr 2007 07:26:14 +0000, by diego
-
bfin dsputils, basic pixel operations sads, diffs, motion compensation libavcodecSun, 01 Apr 2007 22:28:45 +0000, by diego
-
support for the THP game format by Marco Gerards, mgerards xs4all nl libavcodecSun, 01 Apr 2007 14:28:48 +0000, by diego
-
Add '#undef exit', the function is now forbidden. libavcodecSun, 01 Apr 2007 11:40:36 +0000, by diego
-
Add doxy comments, based on Loren's explanations posted here: libavcodecSat, 31 Mar 2007 22:39:43 +0000, by gpoirier
-
platform-independent restructuring and code simplification libavcodecSat, 31 Mar 2007 17:24:09 +0000, by diego
-
Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com. libavcodecSat, 31 Mar 2007 16:20:51 +0000, by diego
-
move some stuff out of an inner loop. 12% faster svq1 encoding. libavcodecFri, 30 Mar 2007 19:16:41 +0000, by lorenm
-
Fix a bug in av_find_opt(). Because some of the AVOption structures have field libavcodecFri, 30 Mar 2007 09:26:13 +0000, by takis
-
add 'all' and 'none' options for partitions config libavcodecFri, 30 Mar 2007 09:05:52 +0000, by gpoirier
-
Update specification and reference implementation links. libavcodecFri, 30 Mar 2007 06:33:15 +0000, by diego
-
Fix compilation when using the --disable-opts parameter. This to help those libavcodecThu, 29 Mar 2007 14:20:30 +0000, by takis
-
FASTTX==0 means additional 16 bits in extradata libavcodecTue, 27 Mar 2007 07:28:52 +0000, by kostya
-
set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking libavcodecMon, 26 Mar 2007 17:33:45 +0000, by michael
-
get rid of unused entries in the middle of xvmc_render struct, libavcodecMon, 26 Mar 2007 15:21:19 +0000, by iive
-
Optimize by building the mdct window and multipying/adding at the same time. libavcodecMon, 26 Mar 2007 10:03:57 +0000, by banan
-
properly set *data_size when returning >= 0 values in shorten_decode_frame() libavcodecMon, 26 Mar 2007 00:00:43 +0000, by aurel
-
check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable libavcodecSun, 25 Mar 2007 23:37:38 +0000, by michael
-
increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API libavcodecSun, 25 Mar 2007 20:52:45 +0000, by bcoudurier
-
pass correct buffer size to lzw decode init libavcodecSun, 25 Mar 2007 16:29:11 +0000, by bcoudurier
-
move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread libavcodecSun, 25 Mar 2007 15:43:46 +0000, by michael
-
1000l to myself - get correct quantization for blocks 1 and 2 libavcodecSun, 25 Mar 2007 06:00:06 +0000, by kostya
-
use generic xiph header spliting func to split theora headers libavcodecSun, 25 Mar 2007 01:09:26 +0000, by aurel
-
extract vorbis header spliting code into a reusable function libavcodecSun, 25 Mar 2007 01:06:45 +0000, by aurel
-
return error if loop has ended before decoding image libavcodecSun, 25 Mar 2007 00:12:24 +0000, by bcoudurier
-
break if eob is reached to avoid reading one too much byte libavcodecSat, 24 Mar 2007 23:23:05 +0000, by bcoudurier
-
iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but libavcodecFri, 23 Mar 2007 00:05:45 +0000, by mru
-
set more reasonable cutoff for audio rate conversion libavcodecThu, 22 Mar 2007 14:27:16 +0000, by michael
-
replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected libavcodecThu, 22 Mar 2007 11:23:38 +0000, by michael
-
change high precision mode to 30 bits again after making the code less overflow sensitive libavcodecThu, 22 Mar 2007 11:13:13 +0000, by michael
-
optimize linear filter coeff interpolation code, this also makes the code less prone to overflows libavcodecThu, 22 Mar 2007 11:10:30 +0000, by michael
-
utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30% libavcodecThu, 22 Mar 2007 05:34:26 +0000, by jbr
-
revert r8469 (increase bits for non default highprecision mode) libavcodecThu, 22 Mar 2007 03:18:34 +0000, by michael
-
optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...) libavcodecThu, 22 Mar 2007 00:52:49 +0000, by michael
-
select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters) libavcodecThu, 22 Mar 2007 00:16:41 +0000, by michael
-
make kaiser windows with other beta than 16 available libavcodecWed, 21 Mar 2007 23:44:49 +0000, by michael
-
enable iwmmxt support, removing mm_support() stub libavcodecWed, 21 Mar 2007 23:07:24 +0000, by mru
-
make high precision mode accessible at compile time libavcodecWed, 21 Mar 2007 22:39:00 +0000, by michael
-
increase bits for non default highprecision mode libavcodecWed, 21 Mar 2007 22:38:07 +0000, by michael
-
code for testing the accuracy of the resampler libavcodecWed, 21 Mar 2007 22:37:05 +0000, by michael
-
remove dithering of filter coefficients, improves precision by 1-2 bits and libavcodecWed, 21 Mar 2007 22:02:52 +0000, by michael
-
Small simplifications to subband coefficient handling and use av_random(). libavcodecTue, 20 Mar 2007 18:08:51 +0000, by banan
-
fix handling of special case for lowest snroffset. regressions are unaffected. libavcodecTue, 20 Mar 2007 02:12:13 +0000, by jbr
-
10l, fix debug, dprintf does not have log level libavcodecMon, 19 Mar 2007 16:07:51 +0000, by bcoudurier
-
AC-3 encoded volume is too high. Revert revision 7160: libavcodecSun, 18 Mar 2007 23:18:05 +0000, by jbr
-
split ac3_parametric_bit_allocation into 3 separate functions libavcodecSun, 18 Mar 2007 21:43:20 +0000, by jbr
-
Proper handling of motion vectors for adv. profile libavcodecSun, 18 Mar 2007 07:51:40 +0000, by kostya
-
Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. libavcodecSat, 17 Mar 2007 14:59:58 +0000, by diego
-
Move the encoding of the image data to its own function. libavcodecSat, 17 Mar 2007 13:16:18 +0000, by diego
-
Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. libavcodecSat, 17 Mar 2007 12:56:34 +0000, by diego
-
force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2 libavcodecThu, 15 Mar 2007 23:45:20 +0000, by gpoirier
-
remove silly static int done protecting the initalization of 32 elements to 1 libavcodecTue, 13 Mar 2007 22:51:11 +0000, by michael
-
Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. libavcodecSun, 11 Mar 2007 21:01:33 +0000, by banan
-
Replace custom modified discrete cosine transform with ffmpeg's own. libavcodecSun, 11 Mar 2007 20:30:06 +0000, by banan
-
Check dimensions to avoid division by zero due to invalid new dimensions. libavcodecSun, 11 Mar 2007 09:16:11 +0000, by reimar
-
remove redundancy in AC-3 parser by using common tables from ac3tab.h libavcodecSun, 11 Mar 2007 02:13:05 +0000, by jbr
-
Remove common code from AC-3 encoder and utilize ac3.c. libavcodecFri, 09 Mar 2007 13:57:42 +0000, by jbr
-
Create ac3.c which will be used for AC-3 common code. libavcodecFri, 09 Mar 2007 13:54:44 +0000, by jbr
-
Don't output the first two frames, since they don't contain valid audio. libavcodecThu, 08 Mar 2007 19:47:03 +0000, by banan
-
bitrate sanity check (fixes assertion failure) libavcodecThu, 08 Mar 2007 10:25:06 +0000, by michael
-
Remove useless casts as recommended by M«©ns Rullg«©rd. libavcodecThu, 08 Mar 2007 10:21:35 +0000, by takis
-
Move the initialization on context definition. In amr.c, only the libavcodecThu, 08 Mar 2007 10:06:59 +0000, by takis
-
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter libavcodecWed, 07 Mar 2007 09:29:44 +0000, by michael
-
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags libavcodecWed, 07 Mar 2007 02:21:35 +0000, by michael
-
make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions libavcodecWed, 07 Mar 2007 02:03:44 +0000, by michael
-
change management of "ab" option in ffmpeg.c, so that it works as "b" option. libavcodecMon, 05 Mar 2007 10:04:53 +0000, by gpoirier
-
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" libavcodecSun, 04 Mar 2007 11:53:11 +0000, by takis
-
imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder libavcodecSun, 04 Mar 2007 02:59:11 +0000, by bcoudurier
-
partial avid meridien uncompressed support libavcodecSat, 03 Mar 2007 14:11:45 +0000, by bcoudurier
-
Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. libavcodecSat, 03 Mar 2007 08:33:07 +0000, by diego
-
support feeding individual NAL units to the decoder instead of just complete frames libavcodecFri, 02 Mar 2007 23:35:26 +0000, by michael
-
support for mjpeg bottom field first in mov libavcodecFri, 02 Mar 2007 12:26:07 +0000, by bcoudurier
-
remove ps option and rename rtp_payload_size AVOption to ps libavcodecThu, 01 Mar 2007 16:36:38 +0000, by bcoudurier
-
Add documentation to some avcodec.h's pix_fmt related functions and defines. libavcodecThu, 01 Mar 2007 15:27:26 +0000, by takis
-
get rid of CODEC_FLAG_H263P_AIC with next major bump libavcodecThu, 01 Mar 2007 10:29:03 +0000, by bcoudurier
-
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump libavcodecThu, 01 Mar 2007 10:24:07 +0000, by bcoudurier
-
get rid of rtp_mode field after next major bump libavcodecWed, 28 Feb 2007 17:56:45 +0000, by bcoudurier
-
enable rtp payload size AVOption for video encoding libavcodecWed, 28 Feb 2007 17:40:31 +0000, by bcoudurier
-
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. libavcodecTue, 27 Feb 2007 00:24:49 +0000, by diego
-
Move the unaltered documentation of the functions which are part of the public libavcodecSun, 25 Feb 2007 07:53:44 +0000, by takis
-
Only compile snowdsp_mmx.c if the Snow decoder is enabled. libavcodecSat, 24 Feb 2007 11:59:26 +0000, by diego
-
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. libavcodecSat, 24 Feb 2007 11:58:52 +0000, by diego
-
cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodecSat, 24 Feb 2007 09:41:43 +0000, by diego
-
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) libavcodecSat, 24 Feb 2007 00:58:28 +0000, by michael
-
reorder a few more paddws to reduce dependancy chains libavcodecFri, 23 Feb 2007 15:44:56 +0000, by michael
-
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c libavcodecFri, 23 Feb 2007 15:19:29 +0000, by gpoirier
-
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) libavcodecFri, 23 Feb 2007 14:29:13 +0000, by michael
-
use av_noinline instead of __attribute((noinline)) libavcodecFri, 23 Feb 2007 10:23:45 +0000, by aurel
-
dont check buffer size if the decode function wont be called at all libavcodecFri, 23 Feb 2007 00:47:21 +0000, by michael
-
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. libavcodecFri, 23 Feb 2007 00:20:39 +0000, by takis
-
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. libavcodecThu, 22 Feb 2007 20:21:33 +0000, by takis
-
Doxygenize the comments for the av_fast_realloc() function. libavcodecThu, 22 Feb 2007 19:14:07 +0000, by takis
-
Doxygenize the comments for the av_free_static() function. libavcodecThu, 22 Feb 2007 19:12:40 +0000, by takis
-
Doxygenize the comments for the av_mallocz_static() function. libavcodecThu, 22 Feb 2007 19:11:33 +0000, by takis
-
Doxygenize the comments for the av_realloc_static() function. libavcodecThu, 22 Feb 2007 19:10:55 +0000, by takis
-
Doxygenize the comments for the av_get_bits_per_sample() function. libavcodecThu, 22 Feb 2007 19:09:35 +0000, by takis
-
Doxygenize the comments for the av_get_pict_type_char() function. libavcodecThu, 22 Feb 2007 19:08:39 +0000, by takis
-
Doxygenize the comments for the avpicture_free() function. libavcodecThu, 22 Feb 2007 19:06:28 +0000, by takis
-
Move the Doxygen function documentation unaltered from libavcodec/utils.c to libavcodecThu, 22 Feb 2007 19:05:44 +0000, by takis
-
The memsetting of the end of buffer is not needed for audio. libavcodecThu, 22 Feb 2007 12:56:31 +0000, by takis
-
Stray comment, probably copy & pasted from audio_encode_example(). libavcodecThu, 22 Feb 2007 02:12:54 +0000, by takis
-
cosmetics: Fix another common typo, gurantee --> guArantee. libavcodecWed, 21 Feb 2007 19:19:46 +0000, by diego
-
cosmetics: Fix a common typo, sepErate --> sepArate. libavcodecWed, 21 Feb 2007 10:15:08 +0000, by diego
-
Add some more Doxygen documentation to libavcodec/utils.c. libavcodecTue, 20 Feb 2007 12:45:16 +0000, by takis
-
Remove a non-C dependency (being M_PI) from the libavcodec example. libavcodecSun, 18 Feb 2007 21:23:50 +0000, by takis
-
Don't use byte swaps and use the more portable way libavcodecSun, 18 Feb 2007 19:12:20 +0000, by banan
-
remove imgresample and convert with the next version bump libavcodecSat, 17 Feb 2007 11:55:57 +0000, by michael
-
prevent h.264 MC related functions from being inlined (yes this is much faster the code just doesnt fit in the code cache otherwise) libavcodecFri, 16 Feb 2007 21:21:07 +0000, by michael
-
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan. libavcodecWed, 14 Feb 2007 23:33:16 +0000, by diego
-
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF libavcodecTue, 13 Feb 2007 23:45:28 +0000, by mru
-
This fixes error handling for BeOS, removing the need for some ifdefs. libavcodecTue, 13 Feb 2007 18:26:14 +0000, by mmu_man
-
Intensity compensation for B-frames in AP was missing libavcodecTue, 13 Feb 2007 07:48:23 +0000, by kostya
-
Restore the possibility to link liba52 instead of dlopening. libavcodecMon, 12 Feb 2007 10:05:19 +0000, by diego
-
Rename ac3 decoder to liba52 to prepare for native decoder. libavcodecSun, 11 Feb 2007 19:02:59 +0000, by diego
-
Remove internal liba52; external lib still works, native decoder coming up. libavcodecSun, 11 Feb 2007 16:29:00 +0000, by diego
-
always decode extradata when of non-avc stream (like RTSP) libavcodecFri, 09 Feb 2007 22:25:29 +0000, by gpoirier
-
factor out common subexprssion (gcc of course is too stupid to do this ...) libavcodecFri, 09 Feb 2007 12:37:38 +0000, by michael
-
merge asm fragments in H264_CHROMA_MC2_TMPL() libavcodecFri, 09 Feb 2007 12:24:22 +0000, by michael
-
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily) libavcodecFri, 09 Feb 2007 02:21:34 +0000, by michael
-
Directly access av_log_level instead of calling av_log_{set, get}_level() libavcodecThu, 08 Feb 2007 18:55:36 +0000, by lucabe
-
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian. libavcodecWed, 07 Feb 2007 17:35:36 +0000, by reimar
-
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back) libavcodecWed, 07 Feb 2007 16:59:10 +0000, by michael
-
Add a comment about swapped numerator and denominator. libavcodecWed, 07 Feb 2007 14:10:50 +0000, by diego
-
Replace deprecated PIX_FMT names by the newer variants. libavcodecWed, 07 Feb 2007 01:48:09 +0000, by diego
-
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavcodecTue, 06 Feb 2007 19:14:16 +0000, by michael
-
Progressive frames disguised as interlaced are supported libavcodecTue, 06 Feb 2007 07:16:52 +0000, by kostya
-
B-frames could not be determined from broken_link/closed_entry, use fixed value libavcodecTue, 06 Feb 2007 07:11:20 +0000, by kostya
-
ensure that data[0] is set to NULL for next frame libavcodecTue, 06 Feb 2007 00:35:51 +0000, by aurel
-
cosmetic: indent sensibly so code can be read at all libavcodecMon, 05 Feb 2007 19:35:36 +0000, by mru
-
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be libavcodecMon, 05 Feb 2007 15:05:29 +0000, by diego
-
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com. libavcodecMon, 05 Feb 2007 09:11:10 +0000, by diego
-
useless as this file wont be compiled if this is not true libavcodecSun, 04 Feb 2007 11:20:32 +0000, by michael
-
some (probably exploitable) out of array write fixes libavcodecFri, 02 Feb 2007 02:58:01 +0000, by michael
-
Add decode_end method to bmp decoder. Patch by Michel Bardiaux, libavcodecThu, 01 Feb 2007 09:48:09 +0000, by takis
-
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, libavcodecThu, 01 Feb 2007 09:45:05 +0000, by takis
-
optimize IDCT of rows with mostly zero coefficients libavcodecWed, 31 Jan 2007 23:04:56 +0000, by mru
-
Make sure we do not accidentially "fix" cnt to something < 0 libavcodecWed, 31 Jan 2007 21:20:31 +0000, by reimar
-
Simplify checks, use that we know that cnt will not be < 0 libavcodecWed, 31 Jan 2007 21:00:48 +0000, by reimar
-
Remove boundary checks that are actually done "well enough" libavcodecWed, 31 Jan 2007 20:57:30 +0000, by reimar
-
Documentation fix: Copy functions should "work" fine for cnt == 0 libavcodecWed, 31 Jan 2007 20:26:32 +0000, by reimar