Mercurial > libavcodec.hg
graph
-
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
-
replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ... libavcodecWed, 31 Jan 2007 10:07:22 +0000, by michael
-
Add code to testcode to ease comparing with liblzo. libavcodecWed, 31 Jan 2007 09:37:02 +0000, by reimar
-
Make BMP decoder use bytestream. Patch by Michel Bardiaux libavcodecWed, 31 Jan 2007 00:34:56 +0000, by takis
-
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian libavcodecTue, 30 Jan 2007 14:24:12 +0000, by takis
-
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not libavcodecTue, 30 Jan 2007 14:19:43 +0000, by takis
-
Add the const specifier as needed to reduce the number of warnings. libavcodecTue, 30 Jan 2007 10:31:34 +0000, by takis
-
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru libavcodecMon, 29 Jan 2007 22:27:27 +0000, by mru
-
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be. libavcodecMon, 29 Jan 2007 14:07:12 +0000, by takis
-
Check that js_vlc_bits from the extradata is in a valid range. libavcodecMon, 29 Jan 2007 10:42:36 +0000, by banan
-
Get rid of the COOKextradata struct. And use valid C to parse the extradata. libavcodecMon, 29 Jan 2007 10:32:14 +0000, by banan
-
decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk. libavcodecMon, 29 Jan 2007 08:37:22 +0000, by banan
-
LZO optimization: check input buffer bounds less frequently if padded libavcodecSun, 28 Jan 2007 16:49:51 +0000, by reimar
-
Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite. libavcodecSun, 28 Jan 2007 10:05:21 +0000, by banan
-
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions) libavcodecSat, 27 Jan 2007 15:09:34 +0000, by lu_zero
-
Fix buffer end checks in lzo copy code to work in all cases. libavcodecSat, 27 Jan 2007 14:15:03 +0000, by reimar
-
rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure libavcodecSat, 27 Jan 2007 14:10:57 +0000, by mru
-
Segregate code common to BMP decoder and future encoder libavcodecSat, 27 Jan 2007 07:39:16 +0000, by diego
-
fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg libavcodecFri, 26 Jan 2007 15:26:08 +0000, by michael
-
Silence GCC when incorrectly complaining that the "line" variable could be used libavcodecThu, 25 Jan 2007 15:23:22 +0000, by takis
-
Bring down the number of snow.c warnings from 27 to 17 by using the const libavcodecThu, 25 Jan 2007 09:54:22 +0000, by takis
-
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses libavcodecThu, 25 Jan 2007 09:43:52 +0000, by takis
-
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be. libavcodecThu, 25 Jan 2007 08:21:02 +0000, by banan
-
Some TIFFs do not set rows per strip for single strip. libavcodecThu, 25 Jan 2007 06:44:53 +0000, by kostya
-
Move conditional CFLAGS and OBJS setting to common place. libavcodecThu, 25 Jan 2007 00:34:38 +0000, by diego
-
add hint for closed gop and sc threshold error message libavcodecWed, 24 Jan 2007 16:15:00 +0000, by bcoudurier
-
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com % libavcodecWed, 24 Jan 2007 15:32:49 +0000, by gpoirier
-
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams, libavcodecWed, 24 Jan 2007 15:31:48 +0000, by gpoirier
-
set last_picture for h.264 too, this significantly improves error concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264 libavcodecWed, 24 Jan 2007 14:20:00 +0000, by michael
-
crash fix by Carl Eugen Hoyos cehoyos ag.or at libavcodecWed, 24 Jan 2007 11:20:01 +0000, by michael
-
maybe fix segfault with missing extradata (unchecked) libavcodecWed, 24 Jan 2007 00:54:36 +0000, by michael
-
fix segfault with darkkben.free.fr/corrupted_h264.mp4 libavcodecTue, 23 Jan 2007 19:32:26 +0000, by michael
-
cosmetics: Sort decoder/encoder/parser variables lists. libavcodecSun, 21 Jan 2007 22:45:18 +0000, by diego
-
Add flashsv encoder to changelog and fix the encoder so it actually works. libavcodecSun, 21 Jan 2007 21:24:05 +0000, by banan
-
Declare zlib dependency in the Makefile, not in the source. libavcodecSun, 21 Jan 2007 20:04:00 +0000, by diego
-
Don't break compilation on systems without zlib. libavcodecSun, 21 Jan 2007 17:48:03 +0000, by banan
-
The block_size might be used incorrectly if it is not updated. libavcodecSun, 21 Jan 2007 14:14:50 +0000, by banan
-
Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego" libavcodecSun, 21 Jan 2007 12:32:01 +0000, by lu_zero
-
Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. libavcodecSun, 21 Jan 2007 12:26:23 +0000, by banan
-
Fix crash when pred_order greater s->blocksize >> rice_order. libavcodecSun, 21 Jan 2007 09:55:28 +0000, by reimar
-
checking bitstream values and other related changes libavcodecSat, 20 Jan 2007 13:50:00 +0000, by michael
-
remove useless cast that makes code unreadable libavcodecFri, 19 Jan 2007 12:41:56 +0000, by gpoirier
-
harden h264 decoding to prevent some crashes when input data is corrupted. libavcodecFri, 19 Jan 2007 09:37:04 +0000, by gpoirier
-
Change the Snow encoder to always use the available MotionEstContext pointer. libavcodecThu, 18 Jan 2007 13:35:24 +0000, by takis
-
Avoid branches in the loop and solve a gcc warning libavcodecWed, 17 Jan 2007 11:02:07 +0000, by lu_zero
-
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and libavcodecWed, 17 Jan 2007 10:26:13 +0000, by takis
-
set data_size to 0 so that in case we return without setting it nothing funny can happen libavcodecTue, 16 Jan 2007 23:28:41 +0000, by michael
-
fix a gcc warning, avoid an unnecessary operation libavcodecTue, 16 Jan 2007 22:07:49 +0000, by lu_zero
-
Avoid calling decode_slice when context_initialized is not set. libavcodecTue, 16 Jan 2007 17:46:26 +0000, by reimar
-
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v libavcodecMon, 15 Jan 2007 23:26:09 +0000, by michael
-
* Fixing a bug with incorrect bits set in AAUX source pack libavcodecMon, 15 Jan 2007 07:41:28 +0000, by romansh
-
er and strict also apply to audio theoretically libavcodecSun, 14 Jan 2007 23:19:22 +0000, by michael
-
Buffer for get_bits must be padded because readers may overread. libavcodecSun, 14 Jan 2007 16:11:10 +0000, by reimar
-
replace a few hardcoded numbers with their correct named ones libavcodecSat, 13 Jan 2007 01:00:37 +0000, by michael
-
fix 16 CABAC_BIT * 10l bug introduced in r6578 libavcodecSat, 13 Jan 2007 00:56:43 +0000, by michael
-
Unconditionally enable Theora decoder. It works fine now and there is no libavcodecWed, 10 Jan 2007 14:19:33 +0000, by diego
-
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) libavcodecSun, 07 Jan 2007 23:24:14 +0000, by gpoirier
-
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavcodecSat, 06 Jan 2007 23:54:01 +0000, by diego
-
Rename variables: a52 --> liba52, a52bin --> liba52bin libavcodecSat, 06 Jan 2007 23:33:43 +0000, by diego
-
store a few values in the header as difference to the last libavcodecTue, 02 Jan 2007 12:24:31 +0000, by michael
-
Decode previous 32 frames to avoid seeking artifacts in MPC libavcodecMon, 01 Jan 2007 05:32:27 +0000, by kostya
-
skiprd doxygen comment from avcodec.h -> AVOption comment libavcodecTue, 26 Dec 2006 17:08:03 +0000, by michael
-
i think this if() is useless lets abuse our users to test this ;) libavcodecThu, 21 Dec 2006 15:21:44 +0000, by michael
-
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) libavcodecThu, 21 Dec 2006 15:20:02 +0000, by michael
-
dont randomly disallow intr4v in adaptive quant libavcodecThu, 21 Dec 2006 14:24:23 +0000, by michael
-
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD libavcodecWed, 20 Dec 2006 23:43:13 +0000, by michael
-
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) libavcodecWed, 20 Dec 2006 17:11:54 +0000, by michael
-
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though) libavcodecWed, 20 Dec 2006 01:30:17 +0000, by michael
-
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection libavcodecMon, 18 Dec 2006 22:43:09 +0000, by gpoirier
-
always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR libavcodecMon, 18 Dec 2006 13:45:03 +0000, by bcoudurier
-
warn user if the selected diamond size is larger then the motion estimation score cache size libavcodecSun, 17 Dec 2006 13:11:34 +0000, by michael
-
Check mb_pos is big enough before trying to access data left or above. libavcodecSun, 17 Dec 2006 11:11:44 +0000, by reimar
-
av_log(NULL,... -> av_log(avctx,.. where appropriate. libavcodecThu, 14 Dec 2006 17:58:25 +0000, by banan
-
Bug fix for crashes when SSE is used on unaligned arrays. libavcodecThu, 14 Dec 2006 17:50:23 +0000, by banan
-
vqmin/vqmax --> qmin/qmax in the option description libavcodecWed, 13 Dec 2006 11:10:41 +0000, by diego
-
Doxygen comments about variables described by Michael here: libavcodecTue, 12 Dec 2006 13:41:17 +0000, by gpoirier
-
mv overflow in map fix (untested except regression tests) libavcodecTue, 12 Dec 2006 13:31:12 +0000, by michael
-
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. libavcodecMon, 11 Dec 2006 20:18:36 +0000, by reimar
-
Adding function which enables writing H.264 NAL units. libavcodecMon, 11 Dec 2006 01:00:50 +0000, by takis
-
Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original libavcodecSat, 09 Dec 2006 13:30:28 +0000, by reimar
-
fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsj«Ó, martin at martin st libavcodecFri, 08 Dec 2006 13:25:37 +0000, by bcoudurier
-
rename always_inline to av_always_inline and move to common.h libavcodecFri, 08 Dec 2006 00:35:08 +0000, by mru
-
ff_check_alignment to warn the user about a missaligned stack libavcodecThu, 07 Dec 2006 18:33:00 +0000, by michael
-
Making rem6 and div6 globally visible and thus adding prefixes. libavcodecThu, 07 Dec 2006 09:59:05 +0000, by takis
-
use the standard INT64_C() macro for 64-bit constants libavcodecWed, 06 Dec 2006 23:46:11 +0000, by mru
-
Add "mixed_refs" description suggested by Loren Merritt and update accompanying libavcodecWed, 06 Dec 2006 17:04:23 +0000, by takis
-
Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments. libavcodecWed, 06 Dec 2006 08:24:29 +0000, by takis
-
Export symbols of several H.264 intra prediction functions libavcodecWed, 06 Dec 2006 08:17:43 +0000, by takis
-
fix crash when decoding a truncated H264 slice libavcodecTue, 05 Dec 2006 22:18:19 +0000, by gpoirier
-
Change NAL unit type defines to an enum and move to a header file for usage libavcodecTue, 05 Dec 2006 21:52:15 +0000, by takis
-
10l umh search needs hex size 2 now after the last change libavcodecTue, 05 Dec 2006 12:35:47 +0000, by michael
-
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2 libavcodecTue, 05 Dec 2006 12:34:52 +0000, by michael
-
Fix some obvious mistakes in the option descriptions. libavcodecMon, 04 Dec 2006 12:04:53 +0000, by diego
-
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further libavcodecSun, 03 Dec 2006 16:35:30 +0000, by reimar
-
Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak libavcodecSat, 02 Dec 2006 22:27:18 +0000, by melanson
-
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato libavcodecSat, 02 Dec 2006 14:50:42 +0000, by gpoirier
-
10e6l FastUVMC was done right but in the wrong place libavcodecSat, 02 Dec 2006 12:55:29 +0000, by kostya
-
remove pretty much useless skiping of some predictors libavcodecFri, 01 Dec 2006 20:38:54 +0000, by michael
-
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime libavcodecFri, 01 Dec 2006 14:06:21 +0000, by bcoudurier
-
add bytestream big endian 16/32 writing functions libavcodecFri, 01 Dec 2006 14:01:50 +0000, by bcoudurier
-
cosmetic (prevent name clashes of variables in a macro with surrounding code) libavcodecFri, 01 Dec 2006 09:46:52 +0000, by michael
-
1 step diamond search around the median MV predictor libavcodecThu, 30 Nov 2006 22:44:22 +0000, by michael
-
cleanup the #ifdef mess in encoder/decoder/parser registration libavcodecTue, 28 Nov 2006 23:55:24 +0000, by aurel
-
100l: Initialize dc_scale with current quantizer for adv I frames libavcodecSun, 26 Nov 2006 04:53:36 +0000, by kostya
-
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson libavcodecFri, 24 Nov 2006 00:16:32 +0000, by alex
-
support byte_run=0 case in DELTA_FLI (this case means only skip pixels) libavcodecThu, 23 Nov 2006 23:50:08 +0000, by alex
-
10l memory corruption bug found by Steven Johnson libavcodecThu, 23 Nov 2006 22:57:20 +0000, by alex
-
flac: allow reading of full metadata headers from extradata libavcodecThu, 23 Nov 2006 22:22:03 +0000, by aurel
-
bring AC3 encoder output up to input volume level libavcodecThu, 23 Nov 2006 22:21:01 +0000, by gpoirier
-
fix bitstream to be correctly decoded by quicktime libavcodecWed, 22 Nov 2006 13:53:22 +0000, by bcoudurier
-
Conditionally compile some of the AltiVec optimizations. libavcodecWed, 22 Nov 2006 09:20:16 +0000, by diego
-
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de libavcodecWed, 22 Nov 2006 01:11:29 +0000, by bcoudurier
-
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr) libavcodecTue, 21 Nov 2006 19:37:44 +0000, by michael
-
allow amr bitrate to be changed "on the fly" through avctx->bitrate. libavcodecMon, 20 Nov 2006 20:35:47 +0000, by gpoirier
-
testing all dquant for qp_rd fixes the qp runaway to 31 bug libavcodecSun, 19 Nov 2006 23:19:52 +0000, by michael
-
Add useful Altivec types, taken from with permission from x264 authors libavcodecSun, 19 Nov 2006 22:51:54 +0000, by gpoirier
-
Divide first audio buffer chunk into atomary bufffers. libavcodecSun, 19 Nov 2006 05:30:43 +0000, by kostya
-
BGR555 has never been working as alpha supporting format. Remove the false setting. libavcodecThu, 16 Nov 2006 20:43:29 +0000, by alex
-
throw error if unsupported resolution is used with h261 libavcodecThu, 16 Nov 2006 09:58:34 +0000, by bcoudurier
-
detect a few more errors (fixes libmp3-bug.avi again) libavcodecWed, 15 Nov 2006 17:58:35 +0000, by michael
-
changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too) libavcodecTue, 14 Nov 2006 19:53:22 +0000, by alex
-
changed rgba32_to routines to support both alpha and non-alpha formats libavcodecTue, 14 Nov 2006 19:48:11 +0000, by alex
-
move some CFLAGS settings away from config.* writing section libavcodecTue, 14 Nov 2006 03:12:29 +0000, by mru
-
Remove redundant #ifdef HAVE_THREAD, the file is only compiled libavcodecTue, 14 Nov 2006 00:56:56 +0000, by diego
-
add low delay forcing option for mpeg1/2 encoding libavcodecMon, 13 Nov 2006 11:30:26 +0000, by bcoudurier
-
Print error message for unsupported mode (RGB planar,CMYK,YCrCb) libavcodecMon, 13 Nov 2006 11:20:50 +0000, by kostya
-
Output proper 16-bit sound (fixes decoding on PPC) libavcodecMon, 13 Nov 2006 05:15:55 +0000, by kostya
-
zigzag_direct_noperm doesn't exist, remove declaration libavcodecSun, 12 Nov 2006 23:35:49 +0000, by mru
-
rename ff_cavs_flush to cavs_flush and make it static libavcodecSun, 12 Nov 2006 20:23:47 +0000, by stefang
-
make mpeg4video_split public as ff_mpeg4video_split libavcodecSun, 12 Nov 2006 20:01:50 +0000, by stefang
-
store a identifer and the first header in extradata libavcodecFri, 10 Nov 2006 11:31:02 +0000, by michael