summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Mark pos_min and pos_max variables as av_uninit to work around falseDiego Biurrun2009-03-05
* Mark dvdaudio_substream_type variable as av_uninit to work around falseDiego Biurrun2009-03-05
* Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter2009-03-05
* Add handling of frame position in the parser.Ivan Schreter2009-03-05
* flacdec: cosmetics: Add a comment with the data of the smallest FLACJustin Ruggles2009-03-05
* flacdec: There is an even smaller FLAC frame size possibility.Justin Ruggles2009-03-05
* flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16Justin Ruggles2009-03-05
* flacdec: cosmetics: move 2 statements to immediately after frameJustin Ruggles2009-03-05
* flacdec: Simplify frame sync by not using the bitstream reader.Justin Ruggles2009-03-05
* flacdec: Split the metadata_parse() function into 2 separate functions,Justin Ruggles2009-03-05
* flacdec: Add a check for small buffer size. This ensures reading asJustin Ruggles2009-03-04
* flacdec: cosmetics: Use a more descriptive variable name for the numberJustin Ruggles2009-03-04
* flacdec: Handle 32 bps data when checking allocated size.Justin Ruggles2009-03-04
* flacdec: Check curr_bps after wasted bits are subtracted.Justin Ruggles2009-03-04
* Fix typo: "i" -> "in".Stefano Sabatini2009-03-04
* Add support for ct_type to correctly detect interlaced flagIvan Schreter2009-03-04
* Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...Cédric Schieli2009-03-04
* Add "deprecated old scaler removed"Michael Niedermayer2009-03-04
* Remove the swscale dummy option, most (all?) FATE configs should be updatedReimar Döffinger2009-03-04
* 100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab functionReimar Döffinger2009-03-04
* Set AVFrame.reference correctly for nuv decoder.Reimar Döffinger2009-03-04
* Add more correct bound checking in filter_mb().Vitor Sessak2009-03-04
* Add frame buffer allocators. aka simplify calls toGwenole Beauchesne2009-03-04
* MOV: fix demuxing fragmented filesAlex Converse2009-03-04
* Fix a condition that causes an infinite loop, but only when compiled withMike Melanson2009-03-04
* excellent first pass at a description; now it's time for the Ministry ofMike Melanson2009-03-04
* Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpcReynaldo H. Verdejo Pinochet2009-03-04
* Part 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpcReynaldo H. Verdejo Pinochet2009-03-04
* flacdec: When there is not enough data to read the next header block,Justin Ruggles2009-03-04
* Split rtsp_send_cmd() into two functions, one for the actual sending of theRonald S. Bultje2009-03-04
* cosmetics: indentation after last commitJustin Ruggles2009-03-04
* flacdec: Check for an inline header before calling metadata_parse().Justin Ruggles2009-03-04
* flacdec: Allocate buffers right after STREAMINFO is parsed.Justin Ruggles2009-03-04
* Alpha: use -g3 with ccc to allow optimisation with debugging symbolsMåns Rullgård2009-03-03
* Fix syntax for the libfaad_decoder definition.Stefano Sabatini2009-03-03
* cosmetics: indentation after last commitJustin Ruggles2009-03-03
* flacdec: Avoid parsing the STREAMINFO multiple times.Justin Ruggles2009-03-03
* Rename avctx_opts to avcodec_opts.Stefano Sabatini2009-03-03
* Allow --enable-swscale until FATE is updatedMåns Rullgård2009-03-03
* Remove old scaler.Michael Niedermayer2009-03-03
* Enable AVFMT_FLAG_NONBLOCK.Michael Niedermayer2009-03-03
* Do usleep(10000) when all demuxers returned EAGAIN.Michael Niedermayer2009-03-03
* Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicerMichael Niedermayer2009-03-03
* If a demuxer returns EAGAIN, try another demuxer.Michael Niedermayer2009-03-03
* remove the rest of x86 asm from LGPL buildJindřich Makovička2009-03-03
* MOV: fix crash when 'meta' occurs before first 'trak'Alex Converse2009-03-03
* Rename "fd1" variable ro "fd". There were previously two variables (fd1 andRonald S. Bultje2009-03-03
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Reindent after r17777.Ronald S. Bultje2009-03-03
* Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fixRonald S. Bultje2009-03-03