18549 Commits (f65883c81264548f1f0a31f7c8cf8512924f8456)
 

Author SHA1 Message Date
Måns Rullgård f65883c812 configure: check asm support using $as 16 years ago
Måns Rullgård 313c46a610 Compile .S files with $(AS), set it in configure 16 years ago
Cédric Schieli a3398feb26 Fix bug introduced by me in r28756 16 years ago
Diego Biurrun e658657528 Mark pos_min and pos_max variables as av_uninit to work around false 16 years ago
Diego Biurrun 1aeb55a1de Mark dvdaudio_substream_type variable as av_uninit to work around false 16 years ago
Ivan Schreter 61c23c155c Pass packet position to the parser, so frame's AVPacket.pos is computed correctly. 16 years ago
Ivan Schreter b283ba26ce Add handling of frame position in the parser. 16 years ago
Justin Ruggles 8d1e885fc2 flacdec: cosmetics: Add a comment with the data of the smallest FLAC 16 years ago
Justin Ruggles 629fb5c46a flacdec: There is an even smaller FLAC frame size possibility. 16 years ago
Justin Ruggles 5756bc7b02 flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16 16 years ago
Justin Ruggles bf1d7e285c flacdec: cosmetics: move 2 statements to immediately after frame 16 years ago
Justin Ruggles fd6fd470ce flacdec: Simplify frame sync by not using the bitstream reader. 16 years ago
Justin Ruggles a8ec12bc2e flacdec: Split the metadata_parse() function into 2 separate functions, 16 years ago
Justin Ruggles 5ef4fa87b3 flacdec: Add a check for small buffer size. This ensures reading as 16 years ago
Justin Ruggles c51997297a flacdec: cosmetics: Use a more descriptive variable name for the number 16 years ago
Justin Ruggles 549bccdbe4 flacdec: Handle 32 bps data when checking allocated size. 16 years ago
Justin Ruggles a3d2379bdd flacdec: Check curr_bps after wasted bits are subtracted. 16 years ago
Stefano Sabatini d3f766124a Fix typo: "i" -> "in". 16 years ago
Ivan Schreter 70e01da3bf Add support for ct_type to correctly detect interlaced flag 16 years ago
Cédric Schieli a284d03093 Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting alpha channel to 0xFF 16 years ago
Michael Niedermayer 3444c91441 Add "deprecated old scaler removed" 16 years ago
Reimar Döffinger 15ef402663 Remove the swscale dummy option, most (all?) FATE configs should be updated 16 years ago
Reimar Döffinger 6d08f6c911 100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab function 16 years ago
Reimar Döffinger 5133816627 Set AVFrame.reference correctly for nuv decoder. 16 years ago
Vitor Sessak a66430c0d0 Add more correct bound checking in filter_mb(). 16 years ago
Gwenole Beauchesne 34e46c44da Add frame buffer allocators. aka simplify calls to 16 years ago
Alex Converse 63581eb183 MOV: fix demuxing fragmented files 16 years ago
Mike Melanson e584914acd Fix a condition that causes an infinite loop, but only when compiled with 16 years ago
Mike Melanson 45e5f85777 excellent first pass at a description; now it's time for the Ministry of 16 years ago
Reynaldo H. Verdejo Pinochet 87574416f7 Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc 16 years ago
Reynaldo H. Verdejo Pinochet 77bd18e117 Part 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc 16 years ago
Justin Ruggles e1374c06d6 flacdec: When there is not enough data to read the next header block, 16 years ago
Ronald S. Bultje 29b9f58b37 Split rtsp_send_cmd() into two functions, one for the actual sending of the 16 years ago
Justin Ruggles 6a85fb34c9 cosmetics: indentation after last commit 16 years ago
Justin Ruggles 55a727383b flacdec: Check for an inline header before calling metadata_parse(). 16 years ago
Justin Ruggles 239b961fbf flacdec: Allocate buffers right after STREAMINFO is parsed. 16 years ago
Måns Rullgård 03754fcd6f Alpha: use -g3 with ccc to allow optimisation with debugging symbols 16 years ago
Stefano Sabatini 9d9de444e3 Fix syntax for the libfaad_decoder definition. 16 years ago
Justin Ruggles 184bc53db4 cosmetics: indentation after last commit 16 years ago
Justin Ruggles 7d0303587d flacdec: Avoid parsing the STREAMINFO multiple times. 16 years ago
Stefano Sabatini 636f1c4cd0 Rename avctx_opts to avcodec_opts. 16 years ago
Måns Rullgård 511b3667d6 Allow --enable-swscale until FATE is updated 16 years ago
Michael Niedermayer 6d4f53cbac Remove old scaler. 16 years ago
Michael Niedermayer 1ad1eaadd6 Enable AVFMT_FLAG_NONBLOCK. 16 years ago
Michael Niedermayer d61f30a7a0 Do usleep(10000) when all demuxers returned EAGAIN. 16 years ago
Michael Niedermayer ded0149948 Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer 16 years ago
Michael Niedermayer 545465ecaa If a demuxer returns EAGAIN, try another demuxer. 16 years ago
Jindřich Makovička 57f9a56051 remove the rest of x86 asm from LGPL build 16 years ago
Alex Converse fefe43ff2c MOV: fix crash when 'meta' occurs before first 'trak' 16 years ago
Ronald S. Bultje bc8763cda9 Rename "fd1" variable ro "fd". There were previously two variables (fd1 and 16 years ago