Sun, 05 Oct 2008 16:33:43 +0000 |
vitor |
Use a for() instead of triplicating code.
libavcodec
|
Sun, 05 Oct 2008 16:11:12 +0000 |
kostya |
Register RV-[34] block specific feature for long future loop filter
libavcodec
|
Sun, 05 Oct 2008 14:36:10 +0000 |
vitor |
Factorize duplicate table reading code.
libavcodec
|
Sat, 04 Oct 2008 16:48:07 +0000 |
gpoirier |
Declare ff_pw_53 and ff_pw_18 as assembler constants.
libavcodec
|
Sat, 04 Oct 2008 11:20:02 +0000 |
diego |
Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com.
libavcodec
|
Sat, 04 Oct 2008 10:26:17 +0000 |
conrad |
Move VP3 loop filter to DSPContext
libavcodec
|
Sat, 04 Oct 2008 09:43:11 +0000 |
lu_zero |
Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Petten
libavcodec
|
Sat, 04 Oct 2008 09:36:35 +0000 |
lu_zero |
Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Petten
libavcodec
|
Sat, 04 Oct 2008 09:29:31 +0000 |
lu_zero |
Mark list heads static. Patch by Diego Petten
libavcodec
|
Sat, 04 Oct 2008 01:11:04 +0000 |
michael |
100l forgot return type.
libavcodec
|
Sat, 04 Oct 2008 01:08:48 +0000 |
michael |
Fix indention of NAL type enum.
libavcodec
|
Fri, 03 Oct 2008 23:08:52 +0000 |
michael |
ff_parse_close() is not the correct function for H264Context.
libavcodec
|
Fri, 03 Oct 2008 13:30:19 +0000 |
michael |
Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.
libavcodec
|
Thu, 02 Oct 2008 21:17:33 +0000 |
aurel |
atrac3dec: cosmetics: indentation
libavcodec
|
Thu, 02 Oct 2008 19:24:26 +0000 |
gpoirier |
fix warning reported by Intel C compiler:
libavcodec
|
Thu, 02 Oct 2008 19:20:11 +0000 |
gpoirier |
Intel C compiler warns on this assignment in this if(), probably
libavcodec
|
Thu, 02 Oct 2008 19:09:56 +0000 |
gpoirier |
Remove duplicate "const" qualifier for *matrix.
libavcodec
|
Thu, 02 Oct 2008 19:05:35 +0000 |
gpoirier |
x264 has removed the b-rdo and bime options, and instead integrated
libavcodec
|
Thu, 02 Oct 2008 16:29:15 +0000 |
reimar |
Use M_PI from libavutil/mathematics.h instead of defining PI ourselves
libavcodec
|
Thu, 02 Oct 2008 16:29:06 +0000 |
reimar |
Make 8svx codec context table pointer const to match the type of the
libavcodec
|
Thu, 02 Oct 2008 16:28:58 +0000 |
diego |
spelling cosmetics
libavcodec
|
Thu, 02 Oct 2008 15:52:12 +0000 |
reimar |
Remove useless cyuv_decode_end function
libavcodec
|
Thu, 02 Oct 2008 15:52:04 +0000 |
reimar |
Add (additional) const to many global tables.
libavcodec
|
Thu, 02 Oct 2008 15:51:44 +0000 |
reimar |
Use "static const" instead of "const static"
libavcodec
|
Thu, 02 Oct 2008 15:50:24 +0000 |
diego |
cosmetics: Change comment style for consistency.
libavcodec
|
Thu, 02 Oct 2008 15:27:13 +0000 |
benoit |
Rename some variables and add some comments to try to be a bit more clear.
libavcodec
|
Thu, 02 Oct 2008 00:27:09 +0000 |
cehoyos |
Rename copy_picture to ff_copy_picture.
libavcodec
|
Wed, 01 Oct 2008 21:47:49 +0000 |
cehoyos |
Fix memleak for currupt input.
libavcodec
|
Wed, 01 Oct 2008 14:48:54 +0000 |
conrad |
Cosmetics: reindent
libavcodec
|
Wed, 01 Oct 2008 14:48:35 +0000 |
conrad |
Unneeded else
libavcodec
|
Wed, 01 Oct 2008 14:48:16 +0000 |
conrad |
Unneeded braces
libavcodec
|
Wed, 01 Oct 2008 14:48:00 +0000 |
conrad |
Return if unpacking motion vectors for a keyframe
libavcodec
|
Wed, 01 Oct 2008 14:44:30 +0000 |
conrad |
Cosmetics: indentation
libavcodec
|
Wed, 01 Oct 2008 14:43:08 +0000 |
conrad |
Visible width/height fields were added in Theora 3.2
libavcodec
|
Wed, 01 Oct 2008 14:40:29 +0000 |
conrad |
filter_limit_values only needs 7 bits, make its tables smaller
libavcodec
|
Wed, 01 Oct 2008 12:48:26 +0000 |
benoit |
Fix indentation.
libavcodec
|
Wed, 01 Oct 2008 08:29:19 +0000 |
benoit |
Remove useless context variable.
libavcodec
|
Wed, 01 Oct 2008 08:27:37 +0000 |
benoit |
Merge declaration and assignment.
libavcodec
|
Wed, 01 Oct 2008 07:28:34 +0000 |
benoit |
Interleaved forward/backward channels processing in order to increase chances
libavcodec
|
Tue, 30 Sep 2008 19:51:02 +0000 |
conrad |
Cosmetics: indentation
libavcodec
|
Tue, 30 Sep 2008 19:50:43 +0000 |
conrad |
Merge (vp3|theora)_calculate_pixel_addresses
libavcodec
|
Tue, 30 Sep 2008 19:22:20 +0000 |
conrad |
Missed hunks of last commit
libavcodec
|
Tue, 30 Sep 2008 19:18:22 +0000 |
conrad |
Remove unused vp3 debugging info
libavcodec
|
Tue, 30 Sep 2008 14:43:55 +0000 |
benoit |
Move iv_decode_frame function to remove a forward declaration.
libavcodec
|
Tue, 30 Sep 2008 14:41:11 +0000 |
benoit |
Remove useless lines.
libavcodec
|
Tue, 30 Sep 2008 14:22:10 +0000 |
benoit |
Reindent whole file.
libavcodec
|
Tue, 30 Sep 2008 11:55:40 +0000 |
benoit |
Indent.
libavcodec
|
Tue, 30 Sep 2008 11:55:20 +0000 |
benoit |
Simplify iv_free_func().
libavcodec
|
Tue, 30 Sep 2008 11:51:44 +0000 |
benoit |
Move allocated buffer out of YUV buffer structure.
libavcodec
|
Tue, 30 Sep 2008 11:46:37 +0000 |
benoit |
Remove useless initializations.
libavcodec
|
Tue, 30 Sep 2008 09:54:13 +0000 |
benoit |
Check allocations on init.
libavcodec
|
Tue, 30 Sep 2008 09:41:04 +0000 |
benoit |
Remove useless test.
libavcodec
|
Tue, 30 Sep 2008 09:35:53 +0000 |
benoit |
Cosmetics
libavcodec
|
Tue, 30 Sep 2008 09:32:14 +0000 |
benoit |
use uint8_t instead of unsigned char
libavcodec
|
Tue, 30 Sep 2008 09:26:49 +0000 |
benoit |
Corrector type fits in 8 bits.
libavcodec
|
Tue, 30 Sep 2008 09:08:27 +0000 |
benoit |
Remove useless casts and use variable instead of its type in sizeof.
libavcodec
|
Tue, 30 Sep 2008 09:05:34 +0000 |
benoit |
Change table types to uint8_t
libavcodec
|
Tue, 30 Sep 2008 04:18:22 +0000 |
conrad |
Downgrade severity of leftover bits in header packets, and don't check for the comment header
libavcodec
|
Tue, 30 Sep 2008 01:45:53 +0000 |
michael |
Allocate 1 line more in the chroma plane for H.264, this avoids some
libavcodec
|
Tue, 30 Sep 2008 01:07:25 +0000 |
michael |
Replace second (and wrong) call to avcodec_align_dimensions() by adjusting
libavcodec
|
Tue, 30 Sep 2008 00:28:13 +0000 |
michael |
Do not attempt to perform error concealment in lowres mode as this is
libavcodec
|
Mon, 29 Sep 2008 22:22:46 +0000 |
aurel |
atrac3: ensure input frame is not overwritten (it is const)
libavcodec
|
Mon, 29 Sep 2008 22:04:35 +0000 |
conrad |
Use skip_frame for keyframe-only decoding rather than #ifdef
libavcodec
|
Mon, 29 Sep 2008 15:41:55 +0000 |
cehoyos |
Fix a warning about an undefined function when compiling h264.c
libavcodec
|
Mon, 29 Sep 2008 06:22:12 +0000 |
diego |
Uniformly define _XOPEN_SOURCE to 600.
libavcodec
|
Sun, 28 Sep 2008 23:19:12 +0000 |
michael |
Guess picture type from picture coding extension when the main header is damaged.
libavcodec
|
Sun, 28 Sep 2008 19:11:26 +0000 |
stefano |
Document the directpred auto value.
libavcodec
|
Sun, 28 Sep 2008 16:16:05 +0000 |
superdump |
Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils
libavcodec
|
Sat, 27 Sep 2008 02:39:24 +0000 |
michael |
Replace apparently always true condition by assert().
libavcodec
|
Sat, 27 Sep 2008 01:59:50 +0000 |
michael |
Simplify pix_fmt_id instead of listing a subset of non-simplified ones.
libavcodec
|
Sat, 27 Sep 2008 01:50:57 +0000 |
michael |
Check the 4th plane too when selecting the pixfmt.
libavcodec
|
Fri, 26 Sep 2008 18:42:06 +0000 |
vitor |
Simplify: avoid duplication backward_filter()
libavcodec
|
Fri, 26 Sep 2008 18:11:41 +0000 |
diego |
Remove unused variable.
libavcodec
|
Fri, 26 Sep 2008 10:59:42 +0000 |
banan |
Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work
libavcodec
|
Thu, 25 Sep 2008 21:44:07 +0000 |
michael |
Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.
libavcodec
|
Thu, 25 Sep 2008 20:03:57 +0000 |
vitor |
Do instead of divising a float by a constant, multiply by its inverse
libavcodec
|
Thu, 25 Sep 2008 19:25:28 +0000 |
michael |
Ensure that no non-existing frame is used.
libavcodec
|
Thu, 25 Sep 2008 19:01:39 +0000 |
michael |
Do not free sps & pps on width/height changes.
libavcodec
|
Thu, 25 Sep 2008 14:34:14 +0000 |
michael |
Do not use the generic "alloc missing references" code for h.264 as it does
libavcodec
|
Thu, 25 Sep 2008 14:29:35 +0000 |
michael |
Initialize next/last_picture* as the generic code does not always
libavcodec
|
Thu, 25 Sep 2008 12:04:25 +0000 |
michael |
Print which slices are IDR not just the slice type.
libavcodec
|
Thu, 25 Sep 2008 00:41:49 +0000 |
michael |
Fix CAVLC+8x8+MBAFF loop filter.
libavcodec
|
Wed, 24 Sep 2008 23:24:24 +0000 |
michael |
Field -> MBAFF direct mode can use data from fields that are not
libavcodec
|
Wed, 24 Sep 2008 20:31:24 +0000 |
vitor |
Move constant multiplication out of the loop
libavcodec
|
Wed, 24 Sep 2008 20:05:22 +0000 |
vitor |
Cosmetics: move convolve() together with the other DSP functions
libavcodec
|
Wed, 24 Sep 2008 20:03:58 +0000 |
vitor |
Simplify: move division by constant off the loop
libavcodec
|
Wed, 24 Sep 2008 12:45:28 +0000 |
kostya |
Correct wrong lower limit and condition used in APE decoder
libavcodec
|
Tue, 23 Sep 2008 23:16:48 +0000 |
michael |
Merge the 2 lpc loops.
libavcodec
|
Tue, 23 Sep 2008 22:49:22 +0000 |
michael |
Factorize lpc code slightly.
libavcodec
|
Tue, 23 Sep 2008 08:45:46 +0000 |
kostya |
Cosmetics: reindent after last commit
libavcodec
|
Tue, 23 Sep 2008 08:45:12 +0000 |
kostya |
Add RLE4 and RLE8 decoding support for BMP
libavcodec
|
Tue, 23 Sep 2008 08:38:32 +0000 |
kostya |
Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP
libavcodec
|
Tue, 23 Sep 2008 08:32:18 +0000 |
kostya |
Calculate line size correctly for bit depths < 8
libavcodec
|
Mon, 22 Sep 2008 20:46:52 +0000 |
michael |
A few empty lines for readability.
libavcodec
|
Mon, 22 Sep 2008 20:43:35 +0000 |
michael |
Another try to fix temporal direct mode references.
libavcodec
|
Mon, 22 Sep 2008 05:40:52 +0000 |
diego |
spelling cosmetics
libavcodec
|
Mon, 22 Sep 2008 05:38:50 +0000 |
diego |
AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.
libavcodec
|
Mon, 22 Sep 2008 03:00:26 +0000 |
michael |
Fix all the recent problems Justin had run into with the AC3 parser,
libavcodec
|
Mon, 22 Sep 2008 02:32:22 +0000 |
michael |
Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.
libavcodec
|
Sun, 21 Sep 2008 23:51:36 +0000 |
michael |
indent
libavcodec
|
Sun, 21 Sep 2008 23:49:53 +0000 |
michael |
Correct comment in the direct mode code.
libavcodec
|
Sun, 21 Sep 2008 23:46:59 +0000 |
michael |
Simplify initialization of a few direct mode related variables.
libavcodec
|
Sun, 21 Sep 2008 02:39:09 +0000 |
michael |
Make MBAFF temporal direct mode closer to the spec.
libavcodec
|
Sun, 21 Sep 2008 02:23:51 +0000 |
michael |
Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list()
libavcodec
|
Sun, 21 Sep 2008 02:19:45 +0000 |
michael |
Set poc for field references in MBAFF.
libavcodec
|
Sat, 20 Sep 2008 11:13:14 +0000 |
stefano |
Log an error message in case of invalid number of channels.
libavcodec
|
Fri, 19 Sep 2008 18:53:31 +0000 |
michael |
Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.
libavcodec
|
Fri, 19 Sep 2008 18:49:17 +0000 |
michael |
Remove check and error message for "MBAFF + !direct_8x8_inference is not implemented"
libavcodec
|
Thu, 18 Sep 2008 16:36:19 +0000 |
michael |
Make pps/sps scaling_matrix initialization closer to the spec.
libavcodec
|
Thu, 18 Sep 2008 16:02:51 +0000 |
superdump |
Zero 'idx' for each iteration of the coupling gain loop and as it is only used
libavcodec
|
Thu, 18 Sep 2008 15:48:37 +0000 |
superdump |
Cosmetics: missing brackets
libavcodec
|
Thu, 18 Sep 2008 15:35:08 +0000 |
superdump |
Cast the return value of get_bits() to signed integer such that the subtraction
libavcodec
|
Thu, 18 Sep 2008 15:13:15 +0000 |
michael |
Ensure that extradata is not parsed twice.
libavcodec
|
Thu, 18 Sep 2008 14:08:44 +0000 |
kostya |
add newline at the end of message
libavcodec
|
Thu, 18 Sep 2008 13:17:44 +0000 |
kostya |
ZMBV encoder forgot to fill coded frame pointer
libavcodec
|
Thu, 18 Sep 2008 05:20:54 +0000 |
kostya |
Factorize out code used for MS RLE format decoding in different decoders.
libavcodec
|
Thu, 18 Sep 2008 03:08:33 +0000 |
conrad |
Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores
libavcodec
|
Thu, 18 Sep 2008 03:08:13 +0000 |
conrad |
Make a separate macro for writing an entire block from registers to memory
libavcodec
|
Thu, 18 Sep 2008 03:07:41 +0000 |
conrad |
Factorize SSE2_(Row|Column)_IDCT into one macro
libavcodec
|
Wed, 17 Sep 2008 20:52:54 +0000 |
conrad |
Cosmetics: remove excessive blank lines
libavcodec
|