Mercurial > libavcodec.hg
graph
-
Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this libavcodecWed, 11 Nov 2009 11:00:50 +0000, by vitor
-
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types. libavcodecWed, 11 Nov 2009 01:04:08 +0000, by alexc
-
Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec libavcodecTue, 10 Nov 2009 21:53:22 +0000, by jbr
-
Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test libavcodecTue, 10 Nov 2009 20:55:00 +0000, by cehoyos
-
Try to fix has_b_frame calculation for open gop files. libavcodecTue, 10 Nov 2009 20:24:41 +0000, by michael
-
Fix palette copying in av_picture_copy(). Previous code worked only if libavcodecTue, 10 Nov 2009 19:36:58 +0000, by vitor
-
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavcodecTue, 10 Nov 2009 18:52:39 +0000, by cehoyos
-
Handle JPEG2000 frames stored in the Quicktime container. libavcodecTue, 10 Nov 2009 14:48:32 +0000, by jai_menon
-
Avoid variable-length array use in ff_acelp_lspd2lpc() libavcodecTue, 10 Nov 2009 04:17:18 +0000, by vitor
-
Add a NULL pointer check to avcodec_close() this should prevent a segfault libavcodecTue, 10 Nov 2009 02:51:47 +0000, by michael
-
Make get_bits_left() available for use in libavcodec (was previously held libavcodecMon, 09 Nov 2009 22:10:43 +0000, by rbultje
-
And on the sixth day, God gave us the <= operand, which makes the loop libavcodecMon, 09 Nov 2009 22:04:03 +0000, by rbultje
-
Do not hardcode filter order in ff_acelp_lspd2lpc() libavcodecMon, 09 Nov 2009 12:06:19 +0000, by vitor
-
Move ff_reverse in libavcodec to av_reverse in libavutil. libavcodecMon, 09 Nov 2009 09:11:35 +0000, by cehoyos
-
Use enum FrameType as parameter to construct_perm_table(). libavcodecSun, 08 Nov 2009 23:37:59 +0000, by cehoyos
-
ac3dec: revert r20089. The change was just wrong. 10l for me. libavcodecSun, 08 Nov 2009 03:06:05 +0000, by jbr
-
Simpliy exp*table init, based on patch by reimar. libavcodecSat, 07 Nov 2009 20:10:02 +0000, by michael
-
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodecThu, 05 Nov 2009 18:29:06 +0000, by reimar
-
Implement ff_scale_vector_to_given_sum_of_squares() libavcodecWed, 04 Nov 2009 19:29:29 +0000, by reynaldo
-
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodecWed, 04 Nov 2009 17:30:23 +0000, by reimar
-
Don't lock the channel output configuration based on the first value seen for libavcodecTue, 03 Nov 2009 22:50:02 +0000, by alexc
-
add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov libavcodecTue, 03 Nov 2009 16:17:21 +0000, by compn
-
Simplify AC-3 critical band end calculation (correctly this time). libavcodecTue, 03 Nov 2009 03:26:26 +0000, by jbr
-
Revert r20050, which caused decoding errors with at least one valid AC-3 file. libavcodecTue, 03 Nov 2009 02:59:18 +0000, by jbr
-
Set sample format in flac_decode_init() rather than in libavcodecSun, 01 Nov 2009 16:48:05 +0000, by jbr
-
Set the sample format for Smacker audio in the decoder rather than in the libavcodecSun, 01 Nov 2009 15:08:49 +0000, by jbr
-
Implement AMR gain function that is used by both AMR and SIPR. libavcodecSat, 31 Oct 2009 02:02:30 +0000, by vitor
-
Change whitespace placement a little to improve readabiliy slightly. libavcodecThu, 29 Oct 2009 10:58:59 +0000, by michael
-
Multiple inclusion guards for synth_filter.h. libavcodecThu, 29 Oct 2009 10:46:29 +0000, by michael
-
Add generic rules for building helpers with HOSTCC libavcodecThu, 29 Oct 2009 00:55:35 +0000, by mru
-
vorbis_dec: factor out duplicated code for index reading, bounds checking and libavcodecWed, 28 Oct 2009 22:41:45 +0000, by reimar
-
Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4. libavcodecWed, 28 Oct 2009 20:02:40 +0000, by reimar
-
Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set libavcodecWed, 28 Oct 2009 19:49:16 +0000, by mru
-
Fix out-of-tree builds with --enable-hardcoded-tables libavcodecWed, 28 Oct 2009 19:38:31 +0000, by reimar
-
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. libavcodecWed, 28 Oct 2009 19:15:42 +0000, by reimar
-
Better formatting for 2D tables in tableprint code. libavcodecWed, 28 Oct 2009 19:05:45 +0000, by reimar
-
Add support for hardcoding the mpegaudiodec tables. libavcodecWed, 28 Oct 2009 18:42:52 +0000, by reimar
-
Split the decoders from pnmen.c off into their own file. libavcodecWed, 28 Oct 2009 06:34:00 +0000, by diego
-
The encoders in pnmenc.c now depend on the init/end functions in pnm.c. libavcodecWed, 28 Oct 2009 06:32:35 +0000, by diego
-
Commit some functions that are used by both SIPR and AMR. libavcodecTue, 27 Oct 2009 23:53:18 +0000, by vitor
-
Move pixdesc.{h,c} from libavcodec to libavutil. libavcodecTue, 27 Oct 2009 20:56:56 +0000, by stefano
-
Move PNM init/end functions to the PNM common code. libavcodecTue, 27 Oct 2009 17:15:05 +0000, by diego
-
whitespace cosmetics: K&R coding style, prettyprinting libavcodecTue, 27 Oct 2009 16:57:35 +0000, by diego
-
Remove crufty leftovers from the era when this file resided within libavformat. libavcodecTue, 27 Oct 2009 16:35:17 +0000, by diego
-
Clarify responsibility for freeing a buffer when using vdpau. libavcodecTue, 27 Oct 2009 08:30:50 +0000, by cehoyos
-
Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags. libavcodecMon, 26 Oct 2009 19:34:46 +0000, by stefano
-
s/movdqa/movaps/ in sse1 fft. (regression in r20293) libavcodecSun, 25 Oct 2009 03:09:53 +0000, by lorenm
-
Bump micro version after the FRWU decoder inclusion libavcodecSat, 24 Oct 2009 17:24:16 +0000, by vitor
-
Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. libavcodecThu, 22 Oct 2009 15:57:04 +0000, by daniel
-
sin_tables.c is a generated file, so add it to CLEANFILES libavcodecTue, 20 Oct 2009 14:16:23 +0000, by reimar
-
Add missing dependency of the S/PDIF muxer on the AAC parser. libavcodecMon, 19 Oct 2009 22:45:22 +0000, by diego
-
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. libavcodecMon, 19 Oct 2009 22:26:52 +0000, by diego
-
Add additional long names for the Flash Video decoder and encoder. libavcodecMon, 19 Oct 2009 18:45:44 +0000, by stefano
-
Add additional long names for the Sorenson Vector Quantizer 3 decoder. libavcodecMon, 19 Oct 2009 18:44:43 +0000, by stefano
-
Add additional long names for the Sorenson Vector Quantizer 1 decoder libavcodecMon, 19 Oct 2009 18:43:28 +0000, by stefano
-
mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make libavcodecMon, 19 Oct 2009 17:21:02 +0000, by reimar
-
whitespace cosmetics: prettyprinting, K&R style libavcodecMon, 19 Oct 2009 15:51:34 +0000, by diego
-
Flip (M)JPEG frames encoded by Intel JPEG library. libavcodecMon, 19 Oct 2009 15:41:28 +0000, by cehoyos
-
cosmetics: Remove pointless parentheses from return statement. libavcodecMon, 19 Oct 2009 12:47:52 +0000, by diego
-
fix linking on systems with a function name prefix (10l in r20287) libavcodecSun, 18 Oct 2009 21:44:03 +0000, by lorenm
-
fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com libavcodecSun, 18 Oct 2009 21:08:23 +0000, by bcoudurier
-
add CONFIG_LPC to the build system for lpc dsputil functions. fixes build libavcodecSun, 18 Oct 2009 19:51:18 +0000, by jbr
-
Replace big square-root table by a call to ff_sqrt(). Based on a patch libavcodecSun, 18 Oct 2009 16:29:10 +0000, by vitor
-
Fix typo that mistakenly slipped into previous commit: libavcodecSun, 18 Oct 2009 14:34:45 +0000, by diego
-
Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodecSat, 17 Oct 2009 21:00:39 +0000, by jbr
-
Revert r20249, it seems the union trick works everywhere libavcodecSat, 17 Oct 2009 19:35:47 +0000, by michael
-
alacenc : use private compression_level value consistently. libavcodecSat, 17 Oct 2009 08:04:33 +0000, by jai_menon
-
Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). libavcodecFri, 16 Oct 2009 23:06:55 +0000, by astrange
-
Huffyuv: Add missing const to src pointers in dsputil functions. libavcodecFri, 16 Oct 2009 23:04:41 +0000, by astrange
-
Huffyuv: Remove unnecessary allocation in alloc_temp(). libavcodecFri, 16 Oct 2009 22:55:34 +0000, by astrange
-
Huffyuv: Fix a valgrind warning in get_vlc2(). libavcodecFri, 16 Oct 2009 22:52:23 +0000, by astrange
-
alacenc : Move some code around for clarity. libavcodecFri, 16 Oct 2009 16:50:15 +0000, by jai_menon
-
mlp: Only initialize VLC tables once. This caused a crash when multiple libavcodecFri, 16 Oct 2009 16:10:00 +0000, by ramiro
-
Do not try to free memory that was never allocated (partial revert of r20231). libavcodecFri, 16 Oct 2009 15:16:59 +0000, by cehoyos
-
Release unreleased buffers found by make test. libavcodecFri, 16 Oct 2009 14:50:08 +0000, by cehoyos
-
Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodecFri, 16 Oct 2009 12:35:49 +0000, by michael
-
Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodecFri, 16 Oct 2009 12:31:32 +0000, by michael
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodecFri, 16 Oct 2009 07:55:57 +0000, by reimar
-
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodecThu, 15 Oct 2009 17:55:51 +0000, by reimar