11111 Commits (298726ba556587db5fc108870300297352bbe69f)
 

Author SHA1 Message Date
Aurelien Jacobs 8e0d882b49 copy language information from input stream to output 17 years ago
Aurelien Jacobs a03d59b720 copy packet duration when doing a stream copy 17 years ago
Aurelien Jacobs 977f6a9049 remove wrong const qualifier 17 years ago
Aurelien Jacobs 868e43d952 use the most appropriate codec id for A_MPEG/L1 and L2 17 years ago
Aurelien Jacobs 0f40b54c17 reorder matroska codec tags so that the encoder picks up the appropriate tag 17 years ago
Stefan Gehrer 5d2b15b870 have less functions as inline 17 years ago
Vitor Sessak d58d7ade78 Minor cosmetics 17 years ago
Ian Caulfield e4f42564bb Update the dvdsub parser to be able to parse HD-DVD subtitle packets. 17 years ago
Ian Caulfield 4e16a060a0 Reindent two lines. 17 years ago
Ian Caulfield 1aadf63fd1 Add HD-DVD subpicture decoding. 17 years ago
Ian Caulfield a363effbdf Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit 17 years ago
Andreas Öman c7d96ac69f increase buffer size of LAME MP3 encoder 17 years ago
Aurelien Jacobs 73f51a4d3e help some gcc version to optimize out those functions 17 years ago
Justin Ruggles 4611b64ec1 simplify snr offset and bit allocation 17 years ago
Justin Ruggles e9a3824880 only use sized data types when necessary 17 years ago
Justin Ruggles 8f58a4c943 set bit allocation parameters directly instead of copying 17 years ago
Justin Ruggles e2cd6686fa use enum value instead of numerical value for acmod 17 years ago
Justin Ruggles bc8edb7e53 use consistent data type for exponents. needs to be int8_t to pass to bit allocation. 17 years ago
Justin Ruggles 878c40a137 change some bit masks to arrays 17 years ago
Diego Biurrun 21d0a823b5 10l: Uppercase some more overlooked makefile variables. 17 years ago
Diego Biurrun 021551c587 Uppercase variable overlooked in last commit. 17 years ago
Diego Biurrun 22a324da72 cosmetics: Use uppercase names for installation directories in makefiles. 17 years ago
Diego Biurrun c75560ae87 cosmetics: Do not use braces in makefiles, use normal parentheses. 17 years ago
Justin Ruggles bec37145da cosmetics: indentation 17 years ago
Justin Ruggles 9fc1ab722e Use shared AC-3 header parsing. Move some initializations to block parsing function. 17 years ago
Justin Ruggles 9ef6039043 don't need to synchronize in the decoder. the parser does that already. 17 years ago
Justin Ruggles de34875c75 get rid of an ugly macro 17 years ago
Panagiotis Issaris 7868349a91 Return AVERROR(EINVAL) when invalid width and/or height are specified to 17 years ago
Panagiotis Issaris 90f06ceaa0 Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. 17 years ago
Panagiotis Issaris 9510da2bca Replace ENOSYS by ENOTSUP as in this case the problem is not really a function 17 years ago
Marc Hoffman 7889f52890 integrating blackfin optimized yuyvtoyv12 converter 17 years ago
Marc Hoffman b41c9046cc removing reference to bfin_sram.h its not used anylonger 17 years ago
Marc Hoffman 4055d27121 adding blackfin optimized yuyvtoyv12 converter 17 years ago
Ramiro Polla f0326fdefc Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi. 17 years ago
Ramiro Polla b8ef6423c7 Remove EXTRADEPS from common.mak since it is no longer used 17 years ago
Andreas Öman 6b8bcd3ed3 regression tests for yuv440p yuvj440p 17 years ago
Andreas Öman 83c43e4d52 bail out on unknown jpeg pixel format instead of silently decoding data incorrectly 17 years ago
Panagiotis Issaris 85565db0f8 Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). 17 years ago
Panagiotis Issaris 5632e568c0 Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM). 17 years ago
Panagiotis Issaris 24fddf48e7 Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
Diego Biurrun 390d5a7cad cosmetics: indentation 17 years ago
Diego Biurrun d0f596b4ef Make video hook infrastructure conditional on video hooks being enabled. 17 years ago
Benoit Fouet d72e7d0f24 use sscanf to parse address 17 years ago
Panagiotis Issaris d04d5bcd0e Fix the self tests which are contained in some codecs and are using random(). 17 years ago
Panagiotis Issaris cc61f96f8a Fix the compilation of dct-test, fft-test and motion-test which are using 17 years ago
Denes Balatoni 90c1d7b400 UltraSPARC VIS yuv2rgb 17 years ago
Luca Abeni 1e7f363804 Implement av_strlcatf(): a strlcat which adds a printf style formatted string 17 years ago
Justin Ruggles 614e9b2424 don't need to define ALT_BITSTREAM_READER 17 years ago