2009-02-14 |
diego |
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.
libavcodec
|
2009-02-14 |
iive |
Deprecate some unused xvmc structure fields.
libavcodec
|
2009-02-14 |
diego |
Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field_end().
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: remove stray space
libavcodec
|
2009-02-14 |
iive |
Cosmetics
libavcodec
|
2009-02-14 |
iive |
Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)
libavcodec
|
2009-02-14 |
diego |
Doxygenize ff_xvmc_field_start() comment.
libavcodec
|
2009-02-14 |
diego |
Clarify ff_xvmc_field_start() comment.
libavcodec
|
2009-02-14 |
iive |
Check ff_xvmc_field_start() result in all cases.
libavcodec
|
2009-02-14 |
iive |
Another attempt to clarify draw_horiz_band() usage.
libavcodec
|
2009-02-14 |
diego |
Merge some declarations and initializations.
libavcodec
|
2009-02-14 |
iive |
Return error instead of triggering assert.
libavcodec
|
2009-02-14 |
diego |
cosmetics: comment wording/grammar
libavcodec
|
2009-02-14 |
diego |
cosmetics: Change '8*8' to '64'.
libavcodec
|
2009-02-14 |
diego |
cosmetics: K&R style
libavcodec
|
2009-02-14 |
iive |
Give nice message for failed assert.
libavcodec
|
2009-02-14 |
diego |
Attempt to clarify draw_horiz_band description and fix two random typos.
libavcodec
|
2009-02-14 |
iive |
More clarification for draw_horiz_band() in hwaccell mode.
libavcodec
|
2009-02-14 |
diego |
Add xvmc_internal.h that contains all internal xvmc function declarations.
libavcodec
|
2009-02-14 |
iive |
Cosmetic 64 instead 8*8
libavcodec
|
2009-02-14 |
iive |
Clarify some assert usage.
libavcodec
|
2009-02-14 |
iive |
Document that ff_draw_horiz_band() could be used as hwaccell callback.
libavcodec
|
2009-02-14 |
diego |
another (last?) round of K&R whitespace cosmetics
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Align some comments.
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Put some spaces around operators for better readability.
libavcodec
|
2009-02-14 |
diego |
Remove a comment that references a non-existing function.
libavcodec
|
2009-02-14 |
diego |
Make one comment slightly clearer and more readable.
libavcodec
|
2009-02-14 |
diego |
Remove one more commented-out line.
libavcodec
|
2009-02-14 |
diego |
some more K&R whitespace cosmetics
libavcodec
|
2009-02-14 |
diego |
cosmetics: grammar/spelling/wording fixes in comments
libavcodec
|
2009-02-14 |
diego |
Remove useless comment.
libavcodec
|
2009-02-14 |
diego |
Restore one set of parentheses to avoid the warning:
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: consistently format all comments
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Correctly indent all comments.
libavcodec
|
2009-02-14 |
iive |
Clarify TODO comment
libavcodec
|
2009-02-14 |
diego |
Remove compatibility layer for old names of xvmc definitions.
libavcodec
|
2009-02-14 |
diego |
Drop two more sets of useless parentheses.
libavcodec
|
2009-02-14 |
iive |
get rid of the branch prediction
libavcodec
|
2009-02-14 |
diego |
cosmetics: Consistently format all if/else statements in K&R style
libavcodec
|
2009-02-14 |
diego |
Remove some useless parentheses.
libavcodec
|
2009-02-14 |
diego |
Rename some forward declarations that were missed, fixes the warnings:
libavcodec
|
2009-02-14 |
iive |
remove obsolete comment
libavcodec
|
2009-02-14 |
diego |
Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions.
libavcodec
|
2009-02-14 |
iive |
remove some useless ()
libavcodec
|
2009-02-14 |
iive |
use ff_xvmc for function names instead of XVMC_
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Restore vertical alignment.
libavcodec
|
2009-02-14 |
iive |
clarify xvmc struct fields usage distribution (internal communication)
libavcodec
|
2009-02-14 |
iive |
doxygen style comments
libavcodec
|
2009-02-14 |
diego |
Replace useless X11 #includes by the one that actually provides the required
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: vertical alignment
libavcodec
|
2009-02-14 |
diego |
Fix non-Doxygen comment.
libavcodec
|
2009-02-14 |
diego |
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.
libavcodec
|
2009-02-14 |
iive |
vertically align xvmc struct member comments
libavcodec
|
2009-02-14 |
iive |
Rename xvmc flags to follow ffmpeg AV_ notion.
libavcodec
|
2009-02-14 |
diego |
Give public #defines that are used by MPlayer an AV_ prefix.
libavcodec
|
2009-02-14 |
diego |
Replace all (x == NULL) or (x != NULL) in assert and if conditions by !x and x.
libavcodec
|
2009-02-14 |
diego |
Update multiple inclusion guards to match filename.
libavcodec
|
2009-02-14 |
iive |
remove assertion that use external definitions
libavcodec
|
2009-02-14 |
diego |
Fix compilation: Restore mistakenly removed constant definitions.
libavcodec
|
2009-02-14 |
iive |
explain chroma_format field in xvmc struct
libavcodec
|
2009-02-14 |
iive |
describe idct variable in xvmc struct
libavcodec
|
2009-02-14 |
iive |
Describe the purpose of magic in xvmc structure.
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: vertical alignment
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: another round of formatting consistency fixes
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: consistent (more or less) K&R style
libavcodec
|
2009-02-14 |
diego |
whitespace cosmetics: Fix indentation depth.
libavcodec
|
2009-02-14 |
diego |
Remove commented-out code.
libavcodec
|
2009-02-14 |
diego |
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
libavcodec
|
2009-02-14 |
diego |
Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.
libavcodec
|
2009-02-14 |
diego |
Make xvmc.h an installed header, applications like MPlayer need it.
libavcodec
|
2009-02-14 |
diego |
Revert adding a _pixfmt to vdpau/xvmc header names.
libavcodec
|
2009-02-14 |
diego |
cosmetics: alphabetical order
libavcodec
|
2009-02-14 |
kostya |
Enable dropping frames for RV3/4
libavcodec
|
2009-02-13 |
jbr |
lpc: Remove false positive compilation warning about weight being
libavcodec
|
2009-02-13 |
jbr |
Assert that ff_lpc_calc_coefs() is called with a valid LPC method.
libavcodec
|
2009-02-13 |
jbr |
lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
libavcodec
|
2009-02-13 |
alexc |
Re-indent after last commit.
libavcodec
|
2009-02-13 |
alexc |
Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently switched CCE.
libavcodec
|
2009-02-13 |
kostya |
In RV3/4 nonzero MB offset for the first slice also indicates error
libavcodec
|
2009-02-13 |
astrange |
Put dispatch_tab in the rodata section for macho64.
libavcodec
|
2009-02-13 |
superdump |
Correctly map ADTS profile_ObjectType to MPEG-4 AOT
libavcodec
|
2009-02-13 |
aurel |
add SSE2 version of vp6_filter_diag
libavcodec
|
2009-02-12 |
aurel |
add MMX version of vp6_filter_diag
libavcodec
|
2009-02-12 |
aurel |
convert ff_pw_64 into an xmm_reg for future use in vp6 sse code
libavcodec
|
2009-02-12 |
reimar |
Fix compilation, there is no file vdpauvideo.c, only vdpau.c
libavcodec
|
2009-02-12 |
superdump |
AAC: Cosmetic alterations after the last commit
libavcodec
|
2009-02-12 |
superdump |
Give an error message when returning due to an unallocated channel element
libavcodec
|
2009-02-12 |
superdump |
Add support for sample rate index 12, 7350 Hz
libavcodec
|
2009-02-12 |
superdump |
Remove bogus coupling_point assignment for non-CCE as this value is not checked
libavcodec
|
2009-02-12 |
diego |
Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format
libavcodec
|
2009-02-12 |
diego |
10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.
libavcodec
|
2009-02-12 |
diego |
Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as
libavcodec
|
2009-02-12 |
michael |
Let rgb32 pass for ljpeg.
libavcodec
|
2009-02-11 |
bcoudurier |
extend resampling API, add S16 internal conversion
libavcodec
|
2009-02-11 |
vitor |
Document old scaler as deprecated
libavcodec
|
2009-02-11 |
diego |
Fix wrong file name in header, noticed by David DeHaven, dave sagetv com.
libavcodec
|
2009-02-11 |
diego |
Add av_uninit macro to variables to avoid false positive warnings:
libavcodec
|
2009-02-11 |
diego |
Add av_uninit macro to variable to avoid false positive warning:
libavcodec
|
2009-02-11 |
diego |
Add av_uninit macro to variable to avoid false positive warning:
libavcodec
|
2009-02-11 |
kostya |
Initialize s->gob_index for Intel variant of H.263 too
libavcodec
|
2009-02-11 |
diego |
Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit
libavcodec
|
2009-02-11 |
diego |
Add check whether the compiler/assembler supports 10 or more operands.
libavcodec
|
2009-02-11 |
astrange |
H264: Change left_block_options to uint8_t from int, saving a little space.
libavcodec
|
2009-02-10 |
stefang |
introduce a macroblock index to avoid a few x*width+y calculations
libavcodec
|
2009-02-10 |
stefang |
fix multiple slices per frame
libavcodec
|
2009-02-10 |
stefang |
fix parsing of pic_structure
libavcodec
|
2009-02-10 |
stefang |
avoid duplicating dsputil's clear_block
libavcodec
|
2009-02-10 |
stefang |
time_code has 24 bits, not 16
libavcodec
|
2009-02-10 |
stefang |
do not check for minimum slice start code, 0x00000100 is valid
libavcodec
|
2009-02-10 |
diego |
Fix crash when encoding using libschroedinger.
libavcodec
|
2009-02-10 |
superdump |
Check sampling index validity for AAC decoding
libavcodec
|
2009-02-10 |
gpoirier |
Add a default (error) for the switch in case of an unsupported PIX_FMT.
libavcodec
|
2009-02-10 |
diego |
Use default system include path for an installed OpenJPEG library.
libavcodec
|
2009-02-10 |
gpoirier |
Fix (with av_uninit()) false positive warning about uninitialized variable:
libavcodec
|
2009-02-09 |
aurel |
move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil
libavcodec
|
2009-02-09 |
cehoyos |
Replace snprintf() with av_strlcpy().
libavcodec
|
2009-02-09 |
cehoyos |
Add SEI recovery point frame counter to H264Context and use it when
libavcodec
|
2009-02-09 |
aurel |
vp56: alpha_offset is uninitialized on purpose
libavcodec
|
2009-02-09 |
jbr |
libvorbis: Use 0-10 range for audio quality.
libavcodec
|
2009-02-09 |
michael |
Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function
libavcodec
|
2009-02-09 |
michael |
Try to doxyfy av_resample_init(). I hope I did not misremember anything as I
libavcodec
|
2009-02-09 |
michael |
Move doxy for public resample2 functions to the public header.
libavcodec
|
2009-02-09 |
diego |
Remove svn:executable property from source file.
libavcodec
|
2009-02-09 |
diego |
Remove file name from file headers.
libavcodec
|
2009-02-09 |
bcoudurier |
remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu
libavcodec
|
2009-02-09 |
bcoudurier |
remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu
libavcodec
|
2009-02-09 |
bcoudurier |
remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu
libavcodec
|
2009-02-09 |
superdump |
Check that there are subtitle rects to encode in avcodec_encode_subtitle()
libavcodec
|
2009-02-09 |
superdump |
Check that start_display_time is 0 in avcodec_encode_subtitle()
libavcodec
|
2009-02-09 |
alexc |
VP3: Do not ignore error from read_huffman_tree().
libavcodec
|
2009-02-09 |
cehoyos |
Fix timestamp parsing in XSUB decoder.
libavcodec
|
2009-02-08 |
diego |
cosmetics: Fix a few typos and use a consistent codec long name.
libavcodec
|
2009-02-08 |
diego |
Remove unused variables.
libavcodec
|
2009-02-08 |
diego |
Add av_cold attribute to init function.
libavcodec
|
2009-02-08 |
diego |
Remove unused variables.
libavcodec
|
2009-02-08 |
diego |
typo: CODEC_ID_cljr --> CODEC_ID_CLJR
libavcodec
|
2009-02-08 |
superdump |
Fix a const related warning
libavcodec
|
2009-02-08 |
superdump |
Replace hard-coded SEI type constants with symbolic names
libavcodec
|
2009-02-08 |
michael |
Clarify has_b_frames doxy.
libavcodec
|
2009-02-08 |
lorenm |
ff_add_hfyu_median_prediction_mmx2
libavcodec
|
2009-02-08 |
lorenm |
re-enable mid_pred asm on x86_64. (broke in r16681)
libavcodec
|
2009-02-08 |
bcoudurier |
fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC
libavcodec
|
2009-02-08 |
bcoudurier |
Remove 'const' qualifier from variable in av_parse_video_frame_size().
libavcodec
|
2009-02-08 |
bcoudurier |
remove useless cast, it does not remove warning, encode prototype must be changed
libavcodec
|
2009-02-08 |
bcoudurier |
remove warning about incompatible pointer
libavcodec
|
2009-02-07 |
kostya |
Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.
libavcodec
|
2009-02-07 |
kostya |
Add decoder flush after seeking for RV3/4 decoders
libavcodec
|
2009-02-06 |
stefano |
Drop the deprecated function register_avcodec() at the next major
libavcodec
|
2009-02-06 |
stefano |
Replace the calls to the deprecated function register_avcodec() with
libavcodec
|
2009-02-06 |
stefano |
Rename register_avcodec() as avcodec_register() and deprecate the old
libavcodec
|
2009-02-06 |
michael |
Fix list of input pix_fmts supported by GIF. This makes it work with swscale.
libavcodec
|
2009-02-06 |
michael |
Ensure that the palette is set in data[1] for all 8bit formats.
libavcodec
|
2009-02-06 |
cehoyos |
Use libopenjpeg for jpeg2k decoding.
libavcodec
|
2009-02-05 |
michael |
Add size_in_bits to PutBitContext
libavcodec
|
2009-02-05 |
pross |
Electronic Arts TQI decoder
libavcodec
|
2009-02-05 |
pross |
don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required for the Electronic Arts TQI decoder.
libavcodec
|
2009-02-05 |
pross |
convert mpeg1_decode_block_intra() to inline global
libavcodec
|
2009-02-04 |
mru |
Remove CONFIG_H264_ENCODER references
libavcodec
|
2009-02-04 |
diego |
Remove documentation of non-existing function parameters.
libavcodec
|
2009-02-04 |
diego |
Remove unused CONFIG_H264_ENCODER #define.
libavcodec
|
2009-02-04 |
diego |
Remove pointless '#if CONFIG_ENCODERS' around forward declarations.
libavcodec
|
2009-02-04 |
romansh |
No need to compute stype
libavcodec
|
2009-02-03 |
alexc |
Add av_cold attributes to *_init and *_end functions.
libavcodec
|
2009-02-03 |
alexc |
VP3: Prevent stack corruption from an unset custom coding method.
libavcodec
|
2009-02-03 |
cehoyos |
Add fields to H264Context and SPS for upcoming VA API support.
libavcodec
|
2009-02-03 |
stefang |
check validity of pointer srcC
libavcodec
|
2009-02-03 |
michael |
Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809
libavcodec
|
2009-02-02 |
reimar |
Add av_ prefix to LZO stuff and thus make it officially part of the public API.
libavcodec
|
2009-02-02 |
banan |
Allocate trellis tables on heap only when needed.
libavcodec
|
2009-02-02 |
superdump |
Doxygen defgroups throw a warning if they don't have a title as well as a name
libavcodec
|
2009-02-02 |
diego |
cosmetics: Place all subtitle entries together.
libavcodec
|
2009-02-02 |
jbr |
flacdec: set default sample_fmt before parsing extradata
libavcodec
|
2009-02-02 |
diego |
Add av_unused to conditionally used variable, fixes the warning:
libavcodec
|
2009-02-01 |
kostya |
Silence compiler warnings for XL decoder
libavcodec
|
2009-02-01 |
kostya |
Make WNV1 decoder use temporary buffer for bit-reversed input
libavcodec
|
2009-02-01 |
diego |
cosmetics: Remove period after copyright statement non-sentence.
libavcodec
|
2009-02-01 |
kostya |
Make TM2 decoder byteswap input into separate buffer instead of doing it in-place.
libavcodec
|
2009-02-01 |
kostya |
Factorize stream reading in TM2 decoder
libavcodec
|
2009-02-01 |
kostya |
Silence two pointer assignment compiler warnings in rv34.c
libavcodec
|
2009-02-01 |
kostya |
Silence useless compiler warning when passing AVFrame* instead of AVPicture*
libavcodec
|
2009-02-01 |
diego |
Remove H.264 encoder initialization.
libavcodec
|
2009-02-01 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
2009-02-01 |
diego |
Fix filenames in doxygen comments.
libavcodec
|
2009-01-31 |
bcoudurier |
remove some warnings due to avctx->execute
libavcodec
|
2009-01-31 |
mru |
shorten: trivial simplification of signature check
libavcodec
|
2009-01-31 |
bcoudurier |
assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk
libavcodec
|
2009-01-31 |
bcoudurier |
fix decoding 720p50 audio samples
libavcodec
|
2009-01-31 |
jbr |
cosmetics: change comment type and vertical alignment
libavcodec
|
2009-01-31 |
jbr |
cosmetics: add some documentation to FLACContext
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: fixing indentation
libavcodec
|
2009-01-31 |
romansh |
unrolling encoding loops
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: simplifying static initialization
libavcodec
|
2009-01-31 |
romansh |
simplifying DIF encoding process
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: fixing the indentation
libavcodec
|
2009-01-31 |
romansh |
factoring code into dv_init_enc_block
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: replacing 0 with NULL for pointer assignment
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: moving the function definition around
libavcodec
|
2009-01-31 |
romansh |
Replacing the constant with a macro
libavcodec
|
2009-01-31 |
jbr |
flacdec: add support for SAMPLE_FMT_32
libavcodec
|
2009-01-31 |
michael |
Fix documentation of the return value of avcodec_encode_video().
libavcodec
|
2009-01-30 |
diego |
Use '#if defined()' for OS-specific preprocessor checks.
libavcodec
|
2009-01-30 |
mru |
ARM: NEON optimised vector_fmul_window
libavcodec
|
2009-01-30 |
mru |
ARM: NEON optimised vector_fmul
libavcodec
|
2009-01-30 |
stefang |
remove duplicate tables
libavcodec
|
2009-01-30 |
alexc |
Use the new RDFT code in the QDM2 decoder.
libavcodec
|
2009-01-30 |
alexc |
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
libavcodec
|
2009-01-30 |
diego |
Add missing void keyword to parameterless function declarations.
libavcodec
|
2009-01-30 |
kostya |
Record B-fraction index from frame header and two fields from entry point structure
libavcodec
|
2009-01-30 |
benoit |
Make ff_h263_resync() return the bit position of the resync_marker or
libavcodec
|
2009-01-30 |
benoit |
Use a constant instead of a magic number.
libavcodec
|
2009-01-30 |
stefang |
avoid indeterminate order of accessing src
libavcodec
|
2009-01-29 |
diego |
cosmetics: Add empty line for consistent formatting.
libavcodec
|
2009-01-29 |
alexc |
Mark ff_fft_end av_cold.
libavcodec
|
2009-01-28 |
lorenm |
fix an overflow in vc1 intra overlap filter
libavcodec
|
2009-01-28 |
kostya |
Fix Doxygen comments for VC-1 decoder.
libavcodec
|
2009-01-28 |
kostya |
Fix Doxygen comments for RV3/4 decoder.
libavcodec
|
2009-01-28 |
kostya |
Fix Doxygen comments for APE decoder.
libavcodec
|
2009-01-27 |
mru |
ARM: remove some unused macro arguments
libavcodec
|
2009-01-27 |
mru |
ARM: reorder some instructions in put_pixels*_arm for speed gains
libavcodec
|
2009-01-27 |
mru |
ARM: replace jump tables with conditional branches
libavcodec
|
2009-01-27 |
mru |
ARM: replace explicit literal loads with ldr Rd, =lit
libavcodec
|
2009-01-27 |
mru |
ARM: change alignment of loops in put_pixels*_arm to 32
libavcodec
|
2009-01-27 |
mru |
ARM: optimised mid_pred()
libavcodec
|
2009-01-27 |
mru |
ARM: allow register operands for shifts in MULL()
libavcodec
|
2009-01-27 |
stefang |
fix doxygen file reference
libavcodec
|
2009-01-27 |
aurel |
vp5: don't try decoding a P frame before any I frame was parsed
libavcodec
|
2009-01-26 |
diego |
Fix filenames in Doxygen comments.
libavcodec
|
2009-01-26 |
stefano |
Change "H.263 Intel" long name to "Intel H.263".
libavcodec
|
2009-01-26 |
kostya |
Fix AAC data smuggling:
libavcodec
|
2009-01-26 |
benoit |
Remove unneeded check.
libavcodec
|
2009-01-26 |
benoit |
Fix an exploit in indeo by checking we are not writing out of the strip array.
libavcodec
|
2009-01-26 |
conrad |
Workaround for gcc 3.4 to align sh properly
libavcodec
|
2009-01-25 |
diego |
Directly #include some required headers.
libavcodec
|
2009-01-25 |
reimar |
Use AV_WL32/AV_WB32 in bitstream.h
libavcodec
|
2009-01-25 |
stefano |
Make more descriptive the long names for the various variants of H.263.
libavcodec
|
2009-01-25 |
mru |
ARM: NEON optimised H.264 weighted prediction
libavcodec
|
2009-01-25 |
mru |
ARM: NEON optimised H.264 biweighted prediction
libavcodec
|
2009-01-25 |
diego |
Add required headers to fix warnings during 'make checkheaders'.
libavcodec
|
2009-01-25 |
jbr |
flacdec: get total number of samples from STREAMINFO
libavcodec
|
2009-01-25 |
jbr |
move FLAC_STREAMINFO_SIZE to flac.h
libavcodec
|