5563 Commits (d5b7144e1ffa9b1a48832ba5995261873cb211d7)

Author SHA1 Message Date
Michael Niedermayer 5bfbf0a54f chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it 18 years ago
Panagiotis Issaris b9ca204284 Fix typo 18 years ago
Daniel Kristjansson 29d2dc59f9 fix mem leak 18 years ago
Diego Biurrun c7bf7a8267 Identifiers starting with underscores are reserved. 18 years ago
Andreas Öman d4a688d029 fix cabac decoding with some Blue-Ray sources 18 years ago
Roman Shaposhnik f49f6e8889 replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 18 years ago
Panagiotis Issaris 6654296c30 Handle malloc failure 18 years ago
Michael Niedermayer a11c2a2c66 support silly PCM variant used by zork nemesis 18 years ago
Michael Niedermayer 2711cb28f4 prevent assert failure with negative quant_offset 18 years ago
Michael Niedermayer 3dd2a1c53f warn user if max=bitrate && max > min 18 years ago
Michael Niedermayer 611e7bc41b support raw 4bpp avi 18 years ago
Michael Niedermayer 3bdc2fcea6 make the reference code use double instead of float where it is easy 18 years ago
Michael Niedermayer 86c624af1b print max and mse 18 years ago
Christophe Gisquet 7919d10c61 Make bicubic interpolation standard compliant 18 years ago
Justin Ruggles 8b60bbbf5b simplify stereo rematrixing 18 years ago
Justin Ruggles b6acc57f88 change 2 fields from context to local variables 18 years ago
Justin Ruggles 8fbb368d2c BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion 18 years ago
Justin Ruggles 7bfd22f25a remove broken downmixing. will add new implementation later. 18 years ago
Panagiotis Issaris edecaff8c2 Take care of some renames (Doxygen and function name) after the previous pure rename patch. 18 years ago
Panagiotis Issaris bd38efffe8 Rename h264dsp.c to h264dspenc.c 18 years ago
Diego Biurrun 1903245071 Ahem, fix typos overlooked in last commit. 18 years ago
Diego Biurrun df3a80b50a cosmetics: misc typo fixes 18 years ago
Panagiotis Issaris 6611c0b4c9 Replace a return of -1 with ENOMEM. 18 years ago
Michael Niedermayer 8950f82879 detect voxware (closes issue39) 18 years ago
Michael Niedermayer 0eb7d78066 remove "Advanced Prediction Mode not supported" spam 18 years ago
Michael Niedermayer 59ba3fd0b6 also support DEBUG_PICT_INFO for h263i 18 years ago
Michael Niedermayer 1be7c87fdd move show_pict_info() to its own function 18 years ago
Aurelien Jacobs 977f6a9049 remove wrong const qualifier 18 years ago
Stefan Gehrer 5d2b15b870 have less functions as inline 18 years ago
Vitor Sessak d58d7ade78 Minor cosmetics 18 years ago
Ian Caulfield e4f42564bb Update the dvdsub parser to be able to parse HD-DVD subtitle packets. 18 years ago
Ian Caulfield 4e16a060a0 Reindent two lines. 18 years ago
Ian Caulfield 1aadf63fd1 Add HD-DVD subpicture decoding. 18 years ago
Ian Caulfield a363effbdf Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit 18 years ago
Andreas Öman c7d96ac69f increase buffer size of LAME MP3 encoder 18 years ago
Aurelien Jacobs 73f51a4d3e help some gcc version to optimize out those functions 18 years ago
Justin Ruggles 4611b64ec1 simplify snr offset and bit allocation 18 years ago
Justin Ruggles e9a3824880 only use sized data types when necessary 18 years ago
Justin Ruggles 8f58a4c943 set bit allocation parameters directly instead of copying 18 years ago
Justin Ruggles e2cd6686fa use enum value instead of numerical value for acmod 18 years ago
Justin Ruggles bc8edb7e53 use consistent data type for exponents. needs to be int8_t to pass to bit allocation. 18 years ago
Justin Ruggles 878c40a137 change some bit masks to arrays 18 years ago
Justin Ruggles bec37145da cosmetics: indentation 18 years ago
Justin Ruggles 9fc1ab722e Use shared AC-3 header parsing. Move some initializations to block parsing function. 18 years ago
Justin Ruggles 9ef6039043 don't need to synchronize in the decoder. the parser does that already. 18 years ago
Justin Ruggles de34875c75 get rid of an ugly macro 18 years ago
Panagiotis Issaris 7868349a91 Return AVERROR(EINVAL) when invalid width and/or height are specified to 18 years ago
Panagiotis Issaris 90f06ceaa0 Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. 18 years ago
Andreas Öman 83c43e4d52 bail out on unknown jpeg pixel format instead of silently decoding data incorrectly 18 years ago
Panagiotis Issaris d04d5bcd0e Fix the self tests which are contained in some codecs and are using random(). 18 years ago