19540 Commits (778bc09bbe5cd5b1044c47ff914de34971e3ba81)
 

Author SHA1 Message Date
Carl Eugen Hoyos 899f38df62 Fix two icc warnings #188: enumerated type mixed with another type. 16 years ago
Carl Eugen Hoyos 34bcada424 Fix icc warning #188: enumerated type mixed with another type. 16 years ago
Carl Eugen Hoyos 5c463aacb2 Fix icc warning #188: enumerated type mixed with another type. 16 years ago
Vitor Sessak de5922f179 For every line, copy 3*width bytes instead of linesize[0] to avoid 16 years ago
David Conrad 6cecd63005 VC1: Do qpel when needed for both MVs in a B frame 16 years ago
Ramiro Polla 44be8d4278 mingw32: FFmpeg now passes -fno-common automatically. 16 years ago
Ronald S. Bultje e6327fba98 Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC 16 years ago
Diego Biurrun d648c720af whitespace cosmetics: Break some overly long lines. 16 years ago
Cédric Schieli 39e5f87b1a Do not use abgrToA for both luma and alpha channel in hyscale. 16 years ago
Ronald S. Bultje 373afbaf76 Increase the SDP buffer size (again!) and also increase the temporary 16 years ago
Cédric Schieli fe479c9d63 Also copy pixel_aspect when copying the picref in avfilter_start_frame. 16 years ago
Alex Converse 184fcc60b7 Mark src constant in copy_block*(). 16 years ago
Justin Ruggles 22c4c3e059 Support audio sample formats than S16 when encoding a small last frame. 16 years ago
Baptiste Coudurier 7c8689ef54 set pkt duration for last smaller frame, should fix alac in m4a muxing 16 years ago
Baptiste Coudurier bee3140a88 fix indentation 16 years ago
Baptiste Coudurier de481d7fed avoid strcmp NULL, fix segv on mingw 16 years ago
Ramiro Polla 1894e741f5 win32, dos: Work around a bug in the GNU toolchain. 16 years ago
Baptiste Coudurier c573eb85f0 fix indentation 16 years ago
Stefano Sabatini ad25b95470 Fix skip_put_bits() buf_ptr increment. 16 years ago
Bobby Bingham 0aed5e9fb8 Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. 16 years ago
Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
Stefano Sabatini 084c7cc54a Do not use full include path for get_bits.h, since the header is in 16 years ago
Jai Menon 437f884da6 flacenc : do not #include libavutil/lls.h since lpc code is now 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Jai Menon 309a8bb8a1 alacenc : cosmetics : remove misleading comment 16 years ago
Baptiste Coudurier b3eab9fb64 seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext 16 years ago
Baptiste Coudurier 3321cb3f6e move audio buffers declarations and free them in av_exit 16 years ago
Baptiste Coudurier 5973490a8f move freeing code before exiting because of signal 16 years ago
Baptiste Coudurier 3b80107596 free options contexts in av_exit, valgrind should be happy now 16 years ago
Baptiste Coudurier 1bd280f730 Set frame defaults in try_decode_frame. 16 years ago
Baptiste Coudurier 1b66180263 fix indentation 16 years ago
Baptiste Coudurier e44745f1a8 fix indentation and remove whitespace after return 16 years ago
Baptiste Coudurier e472ea34c4 reindent 16 years ago
Baptiste Coudurier 8fa0ae060b Init state to -1 in h264 parser. 16 years ago
Diego Biurrun cc3a248603 Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. 16 years ago
Diego Biurrun c5662879ff Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. 16 years ago
Diego Biurrun 457eed7204 whitespace cosmetics: Reindent a few lines and break a few excessively long lines. 16 years ago
Reynaldo H. Verdejo Pinochet 8bf7a510b9 Fix wrong size computation for buffer. Patch is part of 16 years ago
Diego Biurrun 5137235e0c Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. 16 years ago
Diego Biurrun 788cca4135 Remove AltiVec optimizations for Snow. They are hindering the development 16 years ago
Michael Niedermayer d225a1e248 Fix 2 access units in a packet mp4s. 16 years ago
Michael Niedermayer ead793358a Get rid of the non sensical idea of using the current picture for missing 16 years ago
Michael Niedermayer 256299d302 Factorize field_end() out. 16 years ago
Michael Niedermayer 7824b129a0 Assert that the first list1 entry is a reference frame. 16 years ago
Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 16 years ago
Reimar Döffinger 9bf993a5b5 Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf 16 years ago
Reimar Döffinger 0c13bbf509 av_destruct_packet_nofree deprecation explained in APIchanges 16 years ago
Reimar Döffinger 55775b099d Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders 16 years ago
Stefano Sabatini 53bd67ec89 Document pbBufPtr(). 16 years ago
Baptiste Coudurier c950c25ac0 remove useless wrapper 16 years ago