5014 Commits (be43ae66517272dc2d9e7420df6931e622d9e4bc)

Author SHA1 Message Date
Baptiste Coudurier e472ea34c4 reindent 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
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
Reimar Döffinger 7ce0420983 Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign expansion. 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
Reimar Döffinger 80d403fc19 Get rid of av_destruct_packet_nofree and use NULL instead. 16 years ago
Reimar Döffinger 46e97dc3c2 Reindent 16 years ago
Reimar Döffinger f772b7fa7d Make electronicarts demuxer return partial frames, this is the default 16 years ago
Diego Biurrun cc7b62afd2 Replace rand() usage by av_lfg_get(). 16 years ago
Diego Biurrun a2085cccfa cosmetics: Align output columns. 16 years ago
Aurelien Jacobs ed54ae08b8 remove useless duplication of what av_new_stream() already does 16 years ago
Thilo Borgmann 0dccbba02c Add 'PNG1' to PNG fourcc codes. 16 years ago
Thilo Borgmann 655d47c2cb Make try_decode_frame() use the new avcodec_decode_* API. 16 years ago
Luca Abeni 9331967007 AAC packetiser cleanup: use consts instead of #defines 16 years ago
Luca Abeni ddffcb2d3a AAC packetiser cleanup: remove check for a condition that cannot happen 16 years ago
Martin Storsjö d2ce53b786 Fix two checks in the AAC packetiser, which were too conservative 16 years ago
Reimar Döffinger ef12ec23fa Fix memleak in nuv demuxer: free packet already allocated packet when 16 years ago
Reimar Döffinger 9470511185 Correctly set packet size for partial video packets in nuv demuxer. 16 years ago
Reimar Döffinger feb993e579 Add av_shrink_packet function for use in av_get_packet that reduces pkt->size 16 years ago
Zhentan Feng c81604f862 Reduce code duplication. 16 years ago
Martin Storsjö 08e696c0b2 Add support for AMR audio in the RTP muxer 16 years ago
Baptiste Coudurier 17ad7b24c8 force sample for qcelp when not stored in mov, fix #968 16 years ago
Ronald S. Bultje 4bce3ba480 Reindent after r18372. 16 years ago
Ronald S. Bultje 6e9f56c127 Add waveformat-extensible support in the wav muxer. 16 years ago
Baptiste Coudurier 3c8d144789 move codec tag tables near corresponding code 16 years ago
Baptiste Coudurier 08680ab8c2 cosmetics, reindent 16 years ago
Baptiste Coudurier 0872acc45c cosmetics, add empty line and remove useless braces 16 years ago
Baptiste Coudurier b6cb99469f fix compilation, add missing parenthesis 16 years ago
Baptiste Coudurier 130ba4b17a comment the ipod subtitle check 16 years ago
Baptiste Coudurier 6452af7a33 invert condition to simplify code 16 years ago
Baptiste Coudurier cf9ce6a3d6 remove no more needed code, tag is set by default 16 years ago
Baptiste Coudurier 2ab57c0443 cosmetics, reindent, add empty lines 16 years ago
Baptiste Coudurier 6b60028595 split mov_find_codec_tag in separate per format functions 16 years ago
Reimar Döffinger b0723c8a12 Always return 0 if read_packet is successful. 16 years ago
Reimar Döffinger ac2b2226ac Do not uselessly read version string into a buffer. 16 years ago
Reimar Döffinger 6883ebe4b9 Describe read_alloc return value and required pkt handling to avoid memleaks 16 years ago
Reimar Döffinger 4e5735f774 Error out also when reading nuv header returns with partial data and return 16 years ago