18885 Commits (d89f692f0ea078867be00397b2f8229510400325)
 

Author SHA1 Message Date
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
Ronald S. Bultje f0a8039464 Add url_get_file_handle(), which is used to get the file descriptor 16 years ago
Ronald S. Bultje 2fea965070 Reindent after r17777. 16 years ago
Ronald S. Bultje f830c9a487 Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix 16 years ago
Ronald S. Bultje 090438cc81 Recognize the "application" data type, which is required for WMS/UDP 16 years ago
Benoit Fouet 9aaa2077e5 Add a context to av_log() calls. 16 years ago
Michael Niedermayer c36264a353 A quick description of Rate distortion theory. 16 years ago
Diego Biurrun 59701aeb46 Do not use a macro to generate a single AVCodec declaration. 16 years ago
Michael Niedermayer dc7d978a05 Quick description of the Viterbi algorithm so I do not have to repeat it 16 years ago
Panagiotis Issaris a0f8005079 When a H.264 stream references a PPS or SPS id which doesn't exist, instead of 16 years ago
Diego Biurrun b11163c8e4 Add vhook removal to the changelog. 16 years ago
Diego Biurrun fdf119062e Remove deprecated vhook subsystem. 16 years ago
Ronald S. Bultje f989d39752 Remove size_t cast in setting s->priv_data directly to the (integer) file 16 years ago
Ronald S. Bultje eafb17d140 Don't let finalize_packet() touch pkt->stream_index. Instead, let individual 16 years ago
Gwenole Beauchesne 0d8ee24c7b Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats. 16 years ago