openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
libmpeg2
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 5 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Get rid of mallocs in libmpeg2convert
Michel Lespinasse
More...
about 21 years ago
Make mpeg2convert more similar to the other libraries.
Michel Lespinasse
More...
about 21 years ago
Oooops - forget to check in vc++ project file.
Michel Lespinasse
More...
about 21 years ago
enforce libmpeg2convert namespace restrictions.
Michel Lespinasse
More...
about 21 years ago
namespace cleaning for libmpeg2convert
Michel Lespinasse
More...
about 21 years ago
Fix vc++ build
Michel Lespinasse
More...
about 21 years ago
Ignore derived files.
Michel Lespinasse
More...
about 21 years ago
Get rid of old color conversion files (moved to libmpeg2/convert)
Michel Lespinasse
More...
about 21 years ago
Use a published color conversion library rather than having private stuff in libvo.
Michel Lespinasse
More...
about 21 years ago
Color conversion helper library.
Michel Lespinasse
More...
about 21 years ago
Properly export the color conversion api from mpeg2.h
Michel Lespinasse
More...
about 21 years ago
.
Michel Lespinasse
More...
about 21 years ago
.
Michel Lespinasse
More...
about 21 years ago
Some systems complain if you include both sys/time.h and time.h
Michel Lespinasse
More...
about 21 years ago
Updating tests.
Michel Lespinasse
More...
about 21 years ago
Adding dump files for a few more streams.
Michel Lespinasse
More...
about 21 years ago
Few things:
Michel Lespinasse
More...
about 21 years ago
Adding nullskip output modules - skips all decoding !
Michel Lespinasse
More...
about 21 years ago
Fix pva demuxer.
Michel Lespinasse
More...
about 21 years ago
Bad idea (we'd try to free an invalid pointer at close time)
Michel Lespinasse
More...
about 21 years ago
Fix all known memory leaks.
Michel Lespinasse
More...
about 21 years ago
When the x11 frame allocation fails (probably because of a corrupted sequence header with a huge size), just skip to the next sequence.
Michel Lespinasse
More...
about 21 years ago
Fallback to x11 when xv_alloc_frames fails.
Michel Lespinasse
More...
about 21 years ago
malloc hook, avoids reading uninitialized buffer data when decoding invalid streams.
Michel Lespinasse
More...
about 21 years ago
Fix some corner case where the c color conversion could fail if mmx was enabled but there was no mmx optimized routine for the desired conversion.
Michel Lespinasse
More...
about 21 years ago
Fix pgm saving routine in sample code for 422 and 444 streams. Also fix 422/444 buffer allocation.
Michel Lespinasse
More...
about 21 years ago
Fix "make distcheck".
Michel Lespinasse
More...
about 21 years ago
Enforce the new invariants about the info struct not being inconsistant.
Michel Lespinasse
More...
about 21 years ago
Make sure STATE_BUFFER never shows an incoherent state (i.e. after only part of a state headers have been parsed). This means the info structure can only be updated during some state's finalize function (except for user_data which is cleared between non-buffer states).
Michel Lespinasse
More...
about 21 years ago
Clean out the info structure (potentially including pointers to buffers already freed) after sending a STATE_END.
Michel Lespinasse
More...
about 21 years ago
←
1
2
3
4
5
6
7
8
9
…
36
37
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree