Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-07whitespace cosmetics: Realign colums after last commit.Diego Biurrun
2009-07-07Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of justDiego Biurrun
2009-07-07Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun
2009-07-06Change av_free to av_freepReimar Döffinger
2009-07-06Reallocate internal buffer when coded frame size changes.Reimar Döffinger
2009-07-06Change iv_decode_frame to get AVCodecContext as argument, so thatReimar Döffinger
2009-07-06Remove useless ret variable added in last revision again.Reimar Döffinger
2009-07-06100l, theora_decode_init must pass on errors from vp3_decode_initReimar Döffinger
2009-07-06Make decode_init fail if the huffman tables are invalid and thus init_vlc fails.Reimar Döffinger
2009-07-05Ensure that the filter limit values do not exceed the maximum allowed value o...Reimar Döffinger
2009-07-05Extend init_loop_filter to work for filter limit values up to 127 insteadReimar Döffinger
2009-07-05Add a check to vp6_parse_coeff_huffman to ensure it does not overread the inp...Reimar Döffinger
2009-07-05vp56dec: ensure range coder won't read past the end of input bufferAurelien Jacobs
2009-07-05Check that palctrl is available on init instead of crashing when trying to useReimar Döffinger
2009-07-05fix a buffer overrun on corrupt huffyuv streamsLoren Merritt
2009-07-05ARM: NEON VP3 IDCTDavid Conrad
2009-07-04If the end of the input buffer is reached while decoding MJPEG and at leastReimar Döffinger
2009-07-04Make the MJPEG decoder return -1 when no image was decoded so that decodeReimar Döffinger
2009-07-04Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger
2009-07-04mjpegdec: check that the coded dc_index and ac_index have a valid associated ...Reimar Döffinger
2009-07-04H.264: Check the return value of decode_vui_parameters()Alexander Strange
2009-07-03H.264: Don't set data_partitioning for invalid NAL_DPA.Alexander Strange
2009-07-02Cleanup properly at the end of MPEG Audio parsing.Art Clarke
2009-07-02Revert r19317, "simplify slice_end, return size of output frame".Baptiste Coudurier
2009-07-02indentMichael Niedermayer
2009-07-02Make sure we dont read over the end.Michael Niedermayer
2009-07-01Fix potentially unaligned accesses in ff_copy_bits()Måns Rullgård
2009-07-01simplify slice_end, return size of output frameBaptiste Coudurier
2009-07-01RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov
2009-07-01Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård
2009-07-01add missing \n to error messageBaptiste Coudurier
2009-07-01ADPCM: remove unreachable break statement after returnMåns Rullgård
2009-07-01Fix libx264.c to not drop SEI userdata from x264 encoder.Jason Garrett-Glaser
2009-06-30Fix nalsize check to avoid an integer overflow that made the checkReimar Döffinger
2009-06-30fix slice header checkingStefan Gehrer
2009-06-30Drop code that attempts to decode frames that are prefixed by junk.Michael Niedermayer
2009-06-30Support RGB48 PNG decodingKostya Shishkov
2009-06-30Rewrite mp3 parser. New code is much simpler and does not dropMichael Niedermayer
2009-06-29Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje
2009-06-29Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje
2009-06-29Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje
2009-06-29Revert r19149 "Disable native Vorbis encoder"David Conrad
2009-06-27Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:Carl Eugen Hoyos
2009-06-26Pitch delay decodingVladimir Voroshilov
2009-06-26Replace pitch_delay_int array with single variable.Vladimir Voroshilov
2009-06-25Rewrite doxy for av_strtod().Stefano Sabatini
2009-06-24Improve wording: s/reseted/resetHaruhiko Yamagata
2009-06-24LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov
2009-06-24Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata
2009-06-23Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell