| Commit message (Expand) | Author | Age |
* | Fix possible crashes with invalid SDPs that result in stream descriptions | reimar | 2009-09-02 |
* | Fix several more rtsp-related memleaks. | reimar | 2009-09-02 |
* | Fix asmrp_dispose to also free the buffer. | reimar | 2009-09-02 |
* | Use calloc to ensure rmff_new_mdpr returns fully initialized data. | reimar | 2009-09-02 |
* | Move variable declaration to where it is used. | reimar | 2009-09-02 |
* | Make sure we do not strdup(NULL), avoids a crash with non-real streams. | reimar | 2009-09-02 |
* | Fix several memleaks in real_setup_and_get_header | reimar | 2009-09-02 |
* | Change real_setup_and_get_header to use goto a single exit path to simplify | reimar | 2009-09-02 |
* | Fix file information. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-15 |
* | Add missing major contributors to copyright statement. | cehoyos | 2009-08-15 |
* | Fix another typo. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 |
* | Add standard GPL license header. Patch by Francesco Lavra, francescolavra int... | cehoyos | 2009-08-02 |
* | Fix more typos. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 |
* | Remove unused include's. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 |
* | Fix typos. Patch by Francesco Lavra, francescolavra interfree it | cehoyos | 2009-08-02 |
* | stream/realrtsp/real.c: Fix another integer overflow | uau | 2009-07-28 |
* | stream/realrtsp/real.c: Fix integer overflow | uau | 2009-07-27 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 |
* | Replace incorrect use of strncpy by av_strlcpy. | reimar | 2009-06-26 |
* | Files should be opened in binary mode on OS/2. | diego | 2009-06-03 |
* | Using nl_langinfo in the asf mmst implementation makes no sense since | reimar | 2009-05-31 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Reemit the ID_AID_x_LANG for the track. This allows the identification of the | diego | 2009-04-11 |
* | Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed. | reimar | 2009-04-10 |
* | Add a -indentify message that indicates if the current DVDNAV title is | reimar | 2009-04-09 |
* | Remove unused variable along with the related warning. | diego | 2009-04-01 |
* | 100l, revert r29082, I missed that the vts comparison should be case-insensit... | reimar | 2009-03-28 |
* | Reindent | reimar | 2009-03-28 |
* | Simplify extracting title number from ifo name | reimar | 2009-03-28 |
* | Simplify detection of .ifo extension. | reimar | 2009-03-27 |
* | change close to closesocket, unifies close streaming code | compn | 2009-03-26 |
* | Add support for mmsh:// as alias for mmshttp:// | reimar | 2009-03-26 |
* | Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2, | reimar | 2009-03-16 |
* | 100l fix calculation of dropped frames, number of frames is time * fps, not t... | reimar | 2009-03-15 |
* | Ensure the string we're trying to compare is actually not NULL. | ben | 2009-03-09 |
* | The first valid index is total count - 1 (usually 0) | ben | 2009-03-09 |
* | Use memset to make sure all parts of struct sockaddr_in are always initialized. | reimar | 2009-02-25 |
* | Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com. | diego | 2009-02-22 |
* | Replace double semicolon by single semicolon. | diego | 2009-02-16 |
* | Restructure network tests: Always check for both inet_aton and inet_pton. | diego | 2009-02-01 |
* | Convert HAVE_WINSOCK2_H into a 0/1 definition. | diego | 2009-02-01 |
* | HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value. | diego | 2009-02-01 |
* | Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions. | diego | 2009-02-01 |
* | Fix a NULL-check that used && instead of || and thus could not avoid crashes. | reimar | 2009-01-25 |
* | Switch internal dvdread to libdvdread SVN external. | reimar | 2009-01-08 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 |
* | Fix DVD seek_to_chapter: the title number must be converted to a per-VTS | reimar | 2009-01-01 |
* | Work around a dvdread bug where DVDReadBlocks would return values < 0 on read... | reimar | 2008-12-31 |
* | Avoid u_ BSD type names. | diego | 2008-12-27 |
* | Replace informal GPL notes by standard GPL header. | diego | 2008-12-13 |