Mercurial > libavcodec.hg
graph
-
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
-
Rename some variables and add some comments to try to be a bit more clear. libavcodecThu, 02 Oct 2008 15:27:13 +0000, by benoit
-
Return if unpacking motion vectors for a keyframe libavcodecWed, 01 Oct 2008 14:48:00 +0000, by conrad
-
Visible width/height fields were added in Theora 3.2 libavcodecWed, 01 Oct 2008 14:43:08 +0000, by conrad
-
filter_limit_values only needs 7 bits, make its tables smaller libavcodecWed, 01 Oct 2008 14:40:29 +0000, by conrad
-
Interleaved forward/backward channels processing in order to increase chances libavcodecWed, 01 Oct 2008 07:28:34 +0000, by benoit
-
Move iv_decode_frame function to remove a forward declaration. libavcodecTue, 30 Sep 2008 14:43:55 +0000, by benoit
-
Move allocated buffer out of YUV buffer structure. libavcodecTue, 30 Sep 2008 11:51:44 +0000, by benoit
-
Remove useless casts and use variable instead of its type in sizeof. libavcodecTue, 30 Sep 2008 09:08:27 +0000, by benoit
-
Downgrade severity of leftover bits in header packets, and don't check for the comment header libavcodecTue, 30 Sep 2008 04:18:22 +0000, by conrad
-
Allocate 1 line more in the chroma plane for H.264, this avoids some libavcodecTue, 30 Sep 2008 01:45:53 +0000, by michael
-
Replace second (and wrong) call to avcodec_align_dimensions() by adjusting libavcodecTue, 30 Sep 2008 01:07:25 +0000, by michael
-
Do not attempt to perform error concealment in lowres mode as this is libavcodecTue, 30 Sep 2008 00:28:13 +0000, by michael
-
atrac3: ensure input frame is not overwritten (it is const) libavcodecMon, 29 Sep 2008 22:22:46 +0000, by aurel
-
Use skip_frame for keyframe-only decoding rather than #ifdef libavcodecMon, 29 Sep 2008 22:04:35 +0000, by conrad