aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\
| * Fix possible crashes with invalid SDPs that result in stream descriptionsGravatar reimar2009-09-02
| * Fix several more rtsp-related memleaks.Gravatar reimar2009-09-02
| * Fix asmrp_dispose to also free the buffer.Gravatar reimar2009-09-02
| * Use calloc to ensure rmff_new_mdpr returns fully initialized data.Gravatar reimar2009-09-02
| * Move variable declaration to where it is used.Gravatar reimar2009-09-02
| * Make sure we do not strdup(NULL), avoids a crash with non-real streams.Gravatar reimar2009-09-02
| * Fix several memleaks in real_setup_and_get_headerGravatar reimar2009-09-02
| * Change real_setup_and_get_header to use goto a single exit path to simplifyGravatar reimar2009-09-02
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * Fix file information. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-15
| * Add missing major contributors to copyright statement.Gravatar cehoyos2009-08-15
| * Fix another typo. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-02
| * Add standard GPL license header. Patch by Francesco Lavra, francescolavra int...Gravatar cehoyos2009-08-02
| * Fix more typos. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-02
| * Remove unused include's. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-02
| * Fix typos. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-02
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * stream/realrtsp/real.c: Fix another integer overflowGravatar uau2009-07-28
| * stream/realrtsp/real.c: Fix integer overflowGravatar uau2009-07-27
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * Replace incorrect use of strncpy by av_strlcpy.Gravatar reimar2009-06-26
| * Files should be opened in binary mode on OS/2.Gravatar diego2009-06-03
| * Using nl_langinfo in the asf mmst implementation makes no sense sinceGravatar reimar2009-05-31
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Reemit the ID_AID_x_LANG for the track. This allows the identification of theGravatar diego2009-04-11
| * Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.Gravatar reimar2009-04-10
| * Add a -indentify message that indicates if the current DVDNAV title isGravatar reimar2009-04-09
* | Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\|
| * Remove unused variable along with the related warning.Gravatar diego2009-04-01
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * 100l, revert r29082, I missed that the vts comparison should be case-insensit...Gravatar reimar2009-03-28
| * ReindentGravatar reimar2009-03-28
| * Simplify extracting title number from ifo nameGravatar reimar2009-03-28
| * Simplify detection of .ifo extension.Gravatar reimar2009-03-27
| * change close to closesocket, unifies close streaming codeGravatar compn2009-03-26
| * Add support for mmsh:// as alias for mmshttp://Gravatar reimar2009-03-26
| * Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,Gravatar reimar2009-03-16
| * 100l fix calculation of dropped frames, number of frames is time * fps, not t...Gravatar reimar2009-03-15
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Ensure the string we're trying to compare is actually not NULL.Gravatar ben2009-03-09
| * The first valid index is total count - 1 (usually 0)Gravatar ben2009-03-09
* | Merge svn changes up to r28755Gravatar Uoti Urpala2009-02-28
|\|