Mercurial > libavcodec.hg
graph
-
Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. libavcodecSat, 16 Jan 2010 11:55:35 +0000, by michael
-
Correctly decode some Avid AV1x samples, fixes issue 1684. libavcodecSat, 16 Jan 2010 10:46:45 +0000, by cehoyos
-
Replace cabac checks in inline functions from h264.h with constants. libavcodecSat, 16 Jan 2010 05:41:33 +0000, by michael
-
Allow a SIPR table to be used by the upcoming SIPR16k decoder libavcodecSat, 16 Jan 2010 03:44:17 +0000, by vitor
-
Split some SIPR structs to a header file for the upcoming SIPR16k commit libavcodecSat, 16 Jan 2010 03:40:25 +0000, by vitor
-
AAC: optimise bitstream reading in decode_spectrum_and_dequant() libavcodecFri, 15 Jan 2010 14:02:52 +0000, by mru
-
Support decoding of Avid uncompressed mov files, fixes issue 1685. libavcodecFri, 15 Jan 2010 11:03:40 +0000, by cehoyos
-
Support decoding Avid 1:1x codec, (partially) fixes issue1684. libavcodecFri, 15 Jan 2010 10:55:31 +0000, by cehoyos
-
Add forgotten include of h264_mvpred.h to h264.h. libavcodecFri, 15 Jan 2010 03:42:56 +0000, by michael
-
Add forgotton multiple inclusion guards to h264_mvpred.h. libavcodecFri, 15 Jan 2010 03:41:28 +0000, by michael
-
Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c libavcodecFri, 15 Jan 2010 00:45:47 +0000, by cehoyos
-
Change code so it uses 2 adds instead of one FFABS. libavcodecThu, 14 Jan 2010 17:50:33 +0000, by reimar
-
Implement alpha channel decoding for BGR HuffYUV. libavcodecThu, 14 Jan 2010 01:32:49 +0000, by astrange
-
AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() libavcodecWed, 13 Jan 2010 16:46:35 +0000, by mru
-
AAC: simplify some calculations in decode_spectrum_and_dequant() libavcodecWed, 13 Jan 2010 16:46:32 +0000, by mru
-
AAC: Compress codebook tables and optimise sign bit handling libavcodecWed, 13 Jan 2010 16:46:28 +0000, by mru
-
Remove the struct SiprModeParam of the context. This will simplify splitting libavcodecWed, 13 Jan 2010 04:29:55 +0000, by vitor
-
Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. libavcodecWed, 13 Jan 2010 02:17:16 +0000, by michael
-
Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. libavcodecTue, 12 Jan 2010 23:02:07 +0000, by reimar
-
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just libavcodecTue, 12 Jan 2010 21:17:26 +0000, by michael
-
Split all the reference picture handling off h264.c. libavcodecTue, 12 Jan 2010 20:59:00 +0000, by michael
-
Replace variable length array with an allocated buffer libavcodecTue, 12 Jan 2010 20:35:22 +0000, by thilo.borgmann
-
Split (picture|seq) parameter set decoding out of h264.c. libavcodecTue, 12 Jan 2010 19:33:45 +0000, by michael
-
Split direct mode (macro)block decoding off h264.c. libavcodecTue, 12 Jan 2010 14:32:58 +0000, by michael
-
Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). libavcodecTue, 12 Jan 2010 13:54:35 +0000, by michael
-
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer libavcodecTue, 12 Jan 2010 09:13:32 +0000, by zuxy
-
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavcodecTue, 12 Jan 2010 00:29:26 +0000, by cehoyos
-
fft-test: Replace do_mdct with a tf_transform enum and switch on it. libavcodecMon, 11 Jan 2010 16:40:01 +0000, by alexc
-
Fix two RLE buffer size calculations in TSCC decoder. libavcodecMon, 11 Jan 2010 14:21:53 +0000, by kostya
-
10l: Fix forgotten variable rename from r14893 (fixes issue 1675). libavcodecMon, 11 Jan 2010 10:54:59 +0000, by cehoyos
-
Add missing internal.h to files calling ff_match_2uint16(). libavcodecMon, 11 Jan 2010 04:57:04 +0000, by astrange
-
Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the libavcodecMon, 11 Jan 2010 00:54:48 +0000, by michael
-
Add a function to parse Dirac's sequence header libavcodecMon, 11 Jan 2010 00:31:44 +0000, by conrad
-
Export fullrange flag and color information for h.264 libavcodecMon, 11 Jan 2010 00:31:39 +0000, by conrad
-
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 libavcodecSat, 09 Jan 2010 18:33:21 +0000, by michael
-
Make inter_level/run global again, msmpeg4 uses them. libavcodecSat, 09 Jan 2010 18:12:06 +0000, by michael
-
Make some tables static again, i mistakely thought they would be used in several libavcodecSat, 09 Jan 2010 17:22:37 +0000, by michael
-
Export get_slice_type() as ff_h264_get_slice_type(). libavcodecSat, 09 Jan 2010 16:20:41 +0000, by ramiro
-
Split H263 encoder and decoder from common code. libavcodecSat, 09 Jan 2010 14:59:06 +0000, by michael
-
Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodecSat, 09 Jan 2010 13:28:04 +0000, by reimar
-
Always initialize bit_depth_luma and bit_depth_chroma in the H264 libavcodecSat, 09 Jan 2010 07:57:26 +0000, by jai_menon
-
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. libavcodecFri, 08 Jan 2010 19:59:51 +0000, by michael
-
Change local variable type from unsigned int to int in order to libavcodecFri, 08 Jan 2010 19:53:42 +0000, by thilo.borgmann
-
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. libavcodecFri, 08 Jan 2010 19:40:10 +0000, by michael
-
Use h263 tables in msmpeg4v1 dont duplicate them halfway. libavcodecFri, 08 Jan 2010 19:10:11 +0000, by michael
-
AAC: add a const to decode_spectrum_and_dequant() args libavcodecFri, 08 Jan 2010 17:52:54 +0000, by mru
-
Rename most non static h263 tables so their name contains h263. libavcodecFri, 08 Jan 2010 17:51:48 +0000, by michael
-
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability libavcodecFri, 08 Jan 2010 17:41:14 +0000, by michael
-
Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodecFri, 08 Jan 2010 17:28:43 +0000, by michael
-
Explain why the level variable is magically inceased in mpeg4_encode_dc(). libavcodecFri, 08 Jan 2010 10:00:56 +0000, by diego
-
Snow : release buffers allocated using avctx->get_buffer. libavcodecFri, 08 Jan 2010 05:09:17 +0000, by jai_menon
-
Set bits_per_coded_sample in the raw video encoder. libavcodecFri, 08 Jan 2010 05:08:02 +0000, by jai_menon
-
Add a few CONFIG_MPEG4_DECODER that should be there. libavcodecFri, 08 Jan 2010 04:00:06 +0000, by michael
-
Split the mpeg4 encoder and decoder off h263.c libavcodecThu, 07 Jan 2010 23:53:49 +0000, by michael
-
Add multi-channel correlation support for ALS. libavcodecThu, 07 Jan 2010 22:48:58 +0000, by thilo.borgmann