Mercurial > libavcodec.hg
graph
-
Cosmetics: fix indentation after previous commit. libavcodecWed, 15 Oct 2008 07:31:06 +0000, by benoit
-
Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer. libavcodecWed, 15 Oct 2008 07:29:37 +0000, by benoit
-
Include zlib.h as it is needed for watermark support, libavcodecTue, 14 Oct 2008 20:42:54 +0000, by michael
-
Export svq1_packet_checksum() that is needed for svq3 watermarks, libavcodecTue, 14 Oct 2008 20:34:31 +0000, by michael
-
Add variable to hold the svq3 watermarking key, libavcodecTue, 14 Oct 2008 20:30:11 +0000, by michael
-
Fix some icc warnings by using enum PixelFormat instead of int where appropriate. libavcodecMon, 13 Oct 2008 07:42:11 +0000, by cehoyos
-
vp6dec: ensure we don't try to use a buffer with negative size libavcodecMon, 13 Oct 2008 00:10:53 +0000, by aurel
-
Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts. libavcodecSun, 12 Oct 2008 20:22:55 +0000, by cehoyos
-
get_pixels_sse2, ~+12% performance compared to mmx libavcodecThu, 09 Oct 2008 18:36:49 +0000, by bcoudurier
-
allows calling avcodec_find_(en|de)coder_by_name with NULL parameter libavcodecWed, 08 Oct 2008 17:19:26 +0000, by aurel
-
Add a bunch of const qualifiers to function arguments. libavcodecTue, 07 Oct 2008 21:41:25 +0000, by diego
-
replacing frame_rate and frame_rate_base with an AVRational time_base libavcodecTue, 07 Oct 2008 16:59:18 +0000, by romansh
-
vertically aligning as per Michael's suggestion libavcodecTue, 07 Oct 2008 16:06:18 +0000, by romansh
-
unrolling the loops as per Michael's suggestion libavcodecTue, 07 Oct 2008 15:52:20 +0000, by romansh
-
fixing a bug that prevented proper unweighting table to be selected libavcodecTue, 07 Oct 2008 15:51:29 +0000, by romansh
-
simplifying the code as per Michael's suggestion libavcodecTue, 07 Oct 2008 15:49:45 +0000, by romansh
-
Rename variables to clarify the channel coupling element and corresponding libavcodecMon, 06 Oct 2008 16:22:11 +0000, by superdump
-
Corrections to channel coupling code to attain conformance for appropriate libavcodecMon, 06 Oct 2008 16:12:30 +0000, by superdump
-
Cosmetics: rename mace3_decode_frame() to mace_decode_frame() libavcodecSun, 05 Oct 2008 20:12:20 +0000, by vitor
-
Avoid code duplication between mace3_decode_frame() and mace6_decode_frame() libavcodecSun, 05 Oct 2008 20:06:40 +0000, by vitor
-
Register RV-[34] block specific feature for long future loop filter libavcodecSun, 05 Oct 2008 16:11:12 +0000, by kostya
-
Declare ff_pw_53 and ff_pw_18 as assembler constants. libavcodecSat, 04 Oct 2008 16:48:07 +0000, by gpoirier
-
Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com. libavcodecSat, 04 Oct 2008 11:20:02 +0000, by diego
-
Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Petten libavcodecSat, 04 Oct 2008 09:43:11 +0000, by lu_zero
-
Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Petten libavcodecSat, 04 Oct 2008 09:36:35 +0000, by lu_zero
-
Mark list heads static. Patch by Diego Petten libavcodecSat, 04 Oct 2008 09:29:31 +0000, by lu_zero
-
ff_parse_close() is not the correct function for H264Context. libavcodecFri, 03 Oct 2008 23:08:52 +0000, by michael
-
Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h. libavcodecFri, 03 Oct 2008 13:30:19 +0000, by michael
-
Intel C compiler warns on this assignment in this if(), probably libavcodecThu, 02 Oct 2008 19:20:11 +0000, by gpoirier
-
Remove duplicate "const" qualifier for *matrix. libavcodecThu, 02 Oct 2008 19:09:56 +0000, by gpoirier
-
x264 has removed the b-rdo and bime options, and instead integrated libavcodecThu, 02 Oct 2008 19:05:35 +0000, by gpoirier
-
Use M_PI from libavutil/mathematics.h instead of defining PI ourselves libavcodecThu, 02 Oct 2008 16:29:15 +0000, by reimar
-
Make 8svx codec context table pointer const to match the type of the libavcodecThu, 02 Oct 2008 16:29:06 +0000, by reimar
-
cosmetics: Change comment style for consistency. libavcodecThu, 02 Oct 2008 15:50:24 +0000, by diego