projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add symbol versioning for shared libraries
[ffmpeg.git]
/
libavcodec
/
2010-01-16
Måns Rullgård
Add symbol versioning for shared libraries
tree
|
commitdiff
2010-01-16
Vitor Sessak
SIPR16k decoder
tree
|
commitdiff
2010-01-16
Vitor Sessak
Allow a SIPR table to be used by the upcoming SIPR16k...
tree
|
commitdiff
2010-01-16
Vitor Sessak
Split some SIPR structs to a header file for the upcomi...
tree
|
commitdiff
2010-01-16
ami_stuff
Support 2Vuy in mov, fixes issue 1690.
tree
|
commitdiff
2010-01-15
Måns Rullgård
Fix out of tree build with hardcoded tables
tree
|
commitdiff
2010-01-15
Måns Rullgård
AAC: optimise bitstream reading in decode_spectrum_and_...
tree
|
commitdiff
2010-01-15
Carl Eugen Hoyos
Support decoding of Avid uncompressed mov files, fixes...
tree
|
commitdiff
2010-01-15
Carl Eugen Hoyos
Support decoding Avid 1:1x codec, (partially) fixes...
tree
|
commitdiff
2010-01-15
Michael Niedermayer
Add forgotten include of h264_mvpred.h to h264.h.
tree
|
commitdiff
2010-01-15
Michael Niedermayer
Add forgotton multiple inclusion guards to h264_mvpred.h.
tree
|
commitdiff
2010-01-15
Måns Rullgård
AAC: ARM/NEON asm for VMUL2/4 functions
tree
|
commitdiff
2010-01-15
Carl Eugen Hoyos
Do not assign codec_tag to pix_fmt in rawdec.c, but...
tree
|
commitdiff
2010-01-14
Reimar Döffinger
Change code so it uses 2 adds instead of one FFABS.
tree
|
commitdiff
2010-01-14
Alexander Strange
Implement alpha channel decoding for BGR HuffYUV.
tree
|
commitdiff
2010-01-13
Måns Rullgård
AAC: Reduce depth of vlc_spectral tables to 2
tree
|
commitdiff
2010-01-13
Måns Rullgård
AAC: Unswitch loop over window groups in decode_spectru...
tree
|
commitdiff
2010-01-13
Måns Rullgård
AAC: simplify some calculations in decode_spectrum_and_...
tree
|
commitdiff
2010-01-13
Måns Rullgård
AAC: Compress codebook tables and optimise sign bit...
tree
|
commitdiff
2010-01-13
Vitor Sessak
Remove needless use of log2f()
tree
|
commitdiff
2010-01-13
Vitor Sessak
Remove the struct SiprModeParam of the context. This...
tree
|
commitdiff
2010-01-13
Måns Rullgård
SIPR: kill variable-length arrays
tree
|
commitdiff
2010-01-13
Michael Niedermayer
remove unused variable
tree
|
commitdiff
2010-01-13
Michael Niedermayer
Split cabac decoding code out of h264.c.
tree
|
commitdiff
2010-01-13
Michael Niedermayer
Move golomb_to_int*cbp tables back to h264_data.h as...
tree
|
commitdiff
2010-01-13
Zuxy Meng
More av_cold for infrequently called functions.
tree
|
commitdiff
2010-01-13
Michael Niedermayer
Split cavlc out of h264.c.
tree
|
commitdiff
2010-01-12
Reimar Döffinger
Use MULH instead of 64x64 multiplication, around 5...
tree
|
commitdiff
2010-01-12
Michael Niedermayer
Split motion vector prediction off h264.c/h.
tree
|
commitdiff
2010-01-12
Michael Niedermayer
Move check_intra4x4_pred_mode() back from h264.h to...
tree
|
commitdiff
2010-01-12
Michael Niedermayer
Split all the reference picture handling off h264.c.
tree
|
commitdiff
2010-01-12
Thilo Borgmann
Reindent after last commit.
tree
|
commitdiff
2010-01-12
Thilo Borgmann
Replace variable length array with an allocated buffer
tree
|
commitdiff
2010-01-12
Michael Niedermayer
Split (picture|seq) parameter set decoding out of h264.c.
tree
|
commitdiff
2010-01-12
Michael Niedermayer
Split SEI code off h264.c.
tree
|
commitdiff
2010-01-12
Michael Niedermayer
Split direct mode (macro)block decoding off h264.c.
tree
|
commitdiff
2010-01-12
Michael Niedermayer
Align mb_bit_buffer and vs_bit_buffer as their alignmen...
tree
|
commitdiff
2010-01-12
Zuxy Meng
Reduce stack usage in svq1_encode_plane(). Reuse contex...
tree
|
commitdiff
2010-01-12
Michael Niedermayer
Split h264 loop filter off h264.c.
tree
|
commitdiff
2010-01-12
Michael Niedermayer
Move svq3.o to the correct spot.
tree
|
commitdiff
2010-01-12
Michael Niedermayer
Get rid of #include "svq3.c"
tree
|
commitdiff
2010-01-12
Michael Niedermayer
Better title for the file.
tree
|
commitdiff
2010-01-12
Carl Eugen Hoyos
Support uncompressed ("Resolution 1:1") Avid AVI Codec...
tree
|
commitdiff
2010-01-11
Måns Rullgård
AAC: use table for cbrtf(n)*n
tree
|
commitdiff
2010-01-11
Måns Rullgård
AAC: escape_sequence is 21 bits max
tree
|
commitdiff
2010-01-11
Alex Converse
fft-test: Add RDFT/IRDFT support.
tree
|
commitdiff
2010-01-11
Alex Converse
fft-test: Replace do_mdct with a tf_transform enum...
tree
|
commitdiff
2010-01-11
Kostya Shishkov
Fix two RLE buffer size calculations in TSCC decoder.
tree
|
commitdiff
2010-01-11
Carl Eugen Hoyos
10l: Fix forgotten variable rename from r14893 (fixes...
tree
|
commitdiff
2010-01-11
Alexander Strange
Add missing internal.h to files calling ff_match_2uint16().
tree
|
commitdiff
2010-01-11
Michael Niedermayer
Optimize ff_snow_horizontal_compose97i.
tree
|
commitdiff
2010-01-11
Michael Niedermayer
Merge vertical_compose53iL0*()
tree
|
commitdiff
2010-01-11
Michael Niedermayer
Optimize horizontal_compose53i() by inlining inv_lift...
tree
|
commitdiff
2010-01-11
David Conrad
Add support for dirac in ogg
tree
|
commitdiff
2010-01-11
David Conrad
Add a function to parse Dirac's sequence header
tree
|
commitdiff
2010-01-11
David Conrad
Export fullrange flag and color information for h.264
tree
|
commitdiff
2010-01-10
Vladimir Voroshilov
SIPR decoder for modes 8k5, 6k5 and 5k0.
tree
|
commitdiff
2010-01-10
Peter Ross
Deluxe Paint Animation decoder
tree
|
commitdiff
2010-01-10
Michael Niedermayer
Doxy for ff_match_2uint16().
tree
|
commitdiff
2010-01-10
Michael Niedermayer
Fix implicit declaration warning.
tree
|
commitdiff
2010-01-09
Michael Niedermayer
Add a function to match a 2 element vector of uint16_t...
tree
|
commitdiff
2010-01-09
Michael Niedermayer
Make inter_level/run global again, msmpeg4 uses them.
tree
|
commitdiff
2010-01-09
Michael Niedermayer
Make some tables static again, i mistakely thought...
tree
|
commitdiff
2010-01-09
Laurent Aimar
Export get_slice_type() as ff_h264_get_slice_type().
tree
|
commitdiff
2010-01-09
Michael Niedermayer
Split H263 encoder and decoder from common code.
tree
|
commitdiff
2010-01-09
Reimar Döffinger
Add support for hard-coded MDCT-related ff_sine_windows...
tree
|
commitdiff
2010-01-09
Laurent Aimar
Always initialize bit_depth_luma and bit_depth_chroma...
tree
|
commitdiff
2010-01-09
Peter Ross
update my email address
tree
|
commitdiff
2010-01-08
Michael Niedermayer
Move 3 direct MV related functions that i left out...
tree
|
commitdiff
2010-01-08
Thilo Borgmann
Change local variable type from unsigned int to int...
tree
|
commitdiff
2010-01-08
Michael Niedermayer
Move AVCodecs from h263dec.c to msmpeg4.c and disentang...
tree
|
commitdiff
2010-01-08
Michael Niedermayer
Use h263 tables in msmpeg4v1 dont duplicate them halfway.
tree
|
commitdiff
2010-01-08
Daniel Verkamp
Release cyuv/aura decoder buffer
tree
|
commitdiff
2010-01-08
Måns Rullgård
AAC: add a const to decode_spectrum_and_dequant() args
tree
|
commitdiff
2010-01-08
Michael Niedermayer
Rename most non static h263 tables so their name contai...
tree
|
commitdiff
2010-01-08
Michael Niedermayer
Rename mpeg4 intra vlc tables so they contain "mpeg4...
tree
|
commitdiff
2010-01-08
Michael Niedermayer
Rename DCtab_*, its a global variable and it helps...
tree
|
commitdiff
2010-01-08
Jai Menon
Snow : re-indent after r21093.
tree
|
commitdiff
2010-01-08
Jai Menon
Snow : remove pointless 'if(1)'.
tree
|
commitdiff
2010-01-08
Michael Niedermayer
Remove useless line.
tree
|
commitdiff
2010-01-08
Michael Niedermayer
Fix indention.
tree
|
commitdiff
2010-01-08
Andreas Öman
Log unknown NAL code from correct context
tree
|
commitdiff
2010-01-08
Jai Menon
Snow : use non-NULL context for av_log.
tree
|
commitdiff
2010-01-08
Jai Menon
Cosmetics : remove duplicated comment.
tree
|
commitdiff
2010-01-08
Diego Biurrun
Explain why the level variable is magically inceased...
tree
|
commitdiff
2010-01-08
Alex Converse
fft-test: whitespace cosmetics
tree
|
commitdiff
2010-01-08
Jai Menon
Snow : release buffers allocated using avctx->get_buffer.
tree
|
commitdiff
2010-01-08
Jai Menon
Set bits_per_coded_sample in the raw video encoder.
tree
|
commitdiff
2010-01-08
Michael Niedermayer
Add a few CONFIG_MPEG4_DECODER that should be there.
tree
|
commitdiff
2010-01-07
Michael Niedermayer
Split the mpeg4 encoder and decoder off h263.c
tree
|
commitdiff
2010-01-07
Thilo Borgmann
Add multi-channel correlation support for ALS.
tree
|
commitdiff
2010-01-07
Carl Eugen Hoyos
Fix red/blue swap for 4xa files.
tree
|
commitdiff
2010-01-07
Thilo Borgmann
Optimize short-term prediction by reducing index arithm...
tree
|
commitdiff
2010-01-07
Michael Niedermayer
Add some const qualifiers.
tree
|
commitdiff
2010-01-07
Michael Niedermayer
Document decide_ac_pred() and restore_ac_coeffs().
tree
|
commitdiff
2010-01-07
Michael Niedermayer
Move restore_ac_coeffs() call into decode_ac_pred().
tree
|
commitdiff
2010-01-07
Michael Niedermayer
Move restore_ac_coeffs() up so its declared before...
tree
|
commitdiff
2010-01-07
Michael Niedermayer
More doxy
tree
|
commitdiff
2010-01-07
Michael Niedermayer
Document ff_h263_show_pict_info().
tree
|
commitdiff
2010-01-07
Michael Niedermayer
Factorize if() surrounding every ff_h263_show_pict_info...
tree
|
commitdiff
next