15524 Commits (f1588ed525c76954e4a72ee2b2fb33d799fe17ed)
 

Author SHA1 Message Date
Andreas Öman f1588ed525 When setting codec_id during codec probe we must also set codec_type. 16 years ago
Bartlomiej Wolowiec 8580314463 Little-endian bitstream writer 16 years ago
Alexander E. Patrakov 3fc45bdcf0 fir_32bands_perfect[] contents were mixed, restore original order 16 years ago
Luca Abeni a9e02947f6 Fix udp.c compilation with recent glibc (>= 2.8) 16 years ago
Måns Rullgård 94cdcece91 ARM: add prefetch function using ARMv5 PLD instruction 16 years ago
Måns Rullgård f1424cfd6d ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON 16 years ago
Aurelien Jacobs 244ee48a82 matroskadec: unset matroska->done when seeking 16 years ago
Aurelien Jacobs 0f646a2233 matroskadec: full seeking support in index-less files 16 years ago
Justin Ruggles ffc2b3412c right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t. 16 years ago
Aurelien Jacobs 8bc98ba92b matroskadec: on the fly index construction for index-less files 16 years ago
Aurelien Jacobs dfbbbdc0bf matroskadec: don't try to seek to negative timestamp 16 years ago
Aurelien Jacobs 653fb2f80c matroskadec: move setting of matroska->done inside matroska_parse_cluster() 16 years ago
Justin Ruggles bde51e6a8a restore accidently deleted file 16 years ago
Justin Ruggles c5b930e674 1000l to me. committed to wrong repo. revert last commit. 16 years ago
Justin Ruggles e23e4de3ae cosmetics: rename some functions from *get_* to *decode_* 16 years ago
Reimar Döffinger 547ea47d4f Add ff_ prefix to ogg_codec_t structs 16 years ago
Reimar Döffinger aecf157ed0 Mark several libavformat arrays const 16 years ago
Reimar Döffinger 7b571fd7a4 Mark "matroska" probe data string constant. 16 years ago
Reimar Döffinger cd34bc7617 Make ogg_codec_t descriptions const 16 years ago
Reimar Döffinger c18545929e Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 16 years ago
Ronald S. Bultje f23a9759ce Remove check for @ in tcp.c which removes the authorization data from the 16 years ago
Aurelien Jacobs 090a41790e voc: add ff_ prefix to some global const data 16 years ago
Reimar Döffinger e7fd7b9aec Remove useless empty close functions in mmf and mm demuxers. 16 years ago
Aurelien Jacobs ba18b99ffa matroskadec: make aac_profiles array const 16 years ago
Reimar Döffinger 1bef65f4fe Make the id3v1_genre_str array const, not just the strings it points to. 16 years ago
Alexis Ballier dad6afb4cb stricter constraints of asm() blocks 16 years ago
Robert Swain cbcbf439b9 Fix index to ff_sine_windows[]. Previously the index was usually in reverse 16 years ago
Kostya Shishkov e43b0a7316 okayed chunks of AAC encoder 16 years ago
Vitor Sessak 6986662b5f Import more ok'ed chunks of the mxf muxer from the soc tree 16 years ago
Alexander E. Patrakov cc09e77e2a Correct scaling factor in DCA decoder synthesis. 16 years ago
Justin Ruggles 0c3021eade change eac3dec.c license to LGPL 16 years ago
Loren Merritt 7fadc32de4 document some dsp alignments 16 years ago
Michael Niedermayer cc1f91d771 Ensure that SDL_AddTimer() is never called with a delay of 0 because 16 years ago
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Aurelien Jacobs c30a4489b4 export sample_aspect_ratio read by the demuxer in a separate field 16 years ago
Peter Ross 0cdc6ec941 Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars dot taeuber at gmx dot net. 16 years ago
Peter Ross ee7948cb8d Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio. 16 years ago
Luca Barbato 0a3650c9f0 Remove unused variables 16 years ago
Luca Barbato e1f27dc22b Introduce float_to_int16_interleave_altivec, tested with vorbis 16 years ago
Luca Barbato 8d3d51005a Introduce float_to_int16_one_altivec 16 years ago
Ronald S. Bultje a3303add3c Cosmetics after previous patches. 16 years ago
Ronald S. Bultje 8b9af28da4 On failure, return directly because the fail: case does nothing. This also 16 years ago
Ronald S. Bultje 47f944a2ef Move malloc() down until after all initializations, so that the resource is 16 years ago
Ronald S. Bultje e6c1381982 Fix memleak on some OSes in case network initialization fails. See 16 years ago
Ronald S. Bultje ad33bfefc7 Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion. 16 years ago
Kostya Shishkov 2e0b635a57 Simple lowpass filter implementation. 16 years ago
Kostya Shishkov cda00def4b Do not pass unnecessary arguments to AAC encoder functions 16 years ago
Baptiste Coudurier 7e4b3fb878 enable fl32/64 le/be in mov with stsd audio v2 16 years ago
Michael Niedermayer 56523713e5 Remove redundant FFMIN(). 16 years ago
Alexander E. Patrakov 4df7beb368 Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail 16 years ago