19457 Commits (3788e661f1e50558b92544c8e2d373aa553e9124)
 

Author SHA1 Message Date
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
Reimar Döffinger c96495e75c Move ea demuxer messages that are irrelevant to ordinary users from 16 years ago
Baptiste Coudurier 7b9677f6b0 remove useless wrapper 16 years ago
Reimar Döffinger f28c4e756f Slightly improve/correct description of wc3_pal_lookup 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Michael Niedermayer 77daaf6748 Disable metadata reading. Yes, I would like to know what this code is good for 16 years ago
Justin Ruggles f79e331f34 Add names for 5.0 and 5.1 back speaker channel layouts. 16 years ago
Baptiste Coudurier ebcf352a25 replace DEBUG_SI with DEBUG and use dprintf 16 years ago
Baptiste Coudurier 495b37664d Set stream type to ac3 if registration descriptor is present. 16 years ago
Baptiste Coudurier 4f1db48e88 simplify registration descriptor parsing with bytestream get functions 16 years ago
Björn Axelsson a4d2af9b96 Ok, ts demuxer is more complicated than I thought 16 years ago
Baptiste Coudurier 2b97246ec2 fix end of buffer check, fix hang_read_header.h264.ts 16 years ago
Baptiste Coudurier a3d23e15fb fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples 16 years ago
Reimar Döffinger d2e63e8b05 Simplify packet duplication code in ff_interleave_add_packet. 16 years ago
Thilo Borgmann 031e14ea79 Fix initialization of avpkt in output_packet(). 16 years ago
Reimar Döffinger 7ce0420983 Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign expansion. 16 years ago
John Fletcher dae2434928 Fix documentation for avcodec_encode_audio(), in the case of PCM audio 16 years ago
Stefano Sabatini 4af615b81e Document the 'size' parameter of set_put_bits_buffer_size(). 16 years ago
Stefano Sabatini 930cab5944 Document ff_put_string(). 16 years ago
Reimar Döffinger cfb9b3550b wc3movie: return partial packets if not all data can be read. 16 years ago
Reimar Döffinger cdbe3798d2 Explain the purpose of the wc3_pal_lookup and the formula that was used to 16 years ago
Reimar Döffinger f6a708f092 Use get_le32/get_be32 in wc3movie demuxer instead of reading everything into 16 years ago
Stefano Sabatini 147a90a3e5 Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. 16 years ago
Stefano Sabatini 54b02ccda2 Rename the 'put_zero' parameter of ff_put_string() to 16 years ago
Stefano Sabatini 980f54513e Add documentation for skip_put_bytes(). 16 years ago
Stefano Sabatini 093364da30 Doxygenate ff_copy_bits(). 16 years ago
Stefano Sabatini 86755e82f7 Factorize declaration for the two variants of put_bits(). 16 years ago
Michael Niedermayer 1b923aa44a Two INIT_VLC_USE_STATIC cases Carl missed. 16 years ago
Michael Niedermayer 78435e9971 get rid of INIT_VLC_USE_STATIC in h261. 16 years ago
Michael Niedermayer 76ac719888 Get rid of INIT_VLC_USE_STATIC in rv10/rv20. 16 years ago
Michael Niedermayer 2a0241ae12 Get rid of INIT_VLC_USE_STATIC in 4xm. 16 years ago
Michael Niedermayer 5338bec697 Get rid of INIT_VLC_USE_STATIC in asv1. 16 years ago
Michael Niedermayer 5cf4331b04 Get rid of INIT_VLC_USE_STATIC in msmpeg4 16 years ago
Stefano Sabatini 0a73e94fd6 Clarify documentation for put_bits_count(). 16 years ago