| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct packetization for MPEG video frames, and correct setting of the | Luca Abeni | 2007-08-29 | 1 | -4/+40 |
* | Remove commented code (payload header extension) | Luca Abeni | 2007-08-29 | 1 | -11/+0 |
* | Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallu... | Luca Barbato | 2007-08-28 | 1 | -9/+16 |
* | Change 4xm demuxer and video decoder to pass the video format version in | Roberto Togni | 2007-08-27 | 1 | -1/+3 |
* | Remove unused variable. | Diego Biurrun | 2007-08-27 | 1 | -1/+0 |
* | Use correct timescale in RTSP seeking | Luca Abeni | 2007-08-25 | 1 | -1/+1 |
* | Remove copyright from a function prototype | Luca Abeni | 2007-08-24 | 1 | -1/+0 |
* | Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) | Luca Abeni | 2007-08-24 | 5 | -57/+109 |
* | Add V_SNOW | David Conrad | 2007-08-24 | 1 | -0/+1 |
* | Take ring frame into account when demuxing. | Kostya Shishkov | 2007-08-23 | 1 | -0/+3 |
* | Identifiers starting with underscores are reserved. | Diego Biurrun | 2007-08-22 | 1 | -3/+3 |
* | support swink created files which have soi/eoi broken tags reversed | Baptiste Coudurier | 2007-08-20 | 1 | -1/+3 |
* | Do not butcher start_time in av_estimate_timings_from_bit_rate(). | Neil Brown | 2007-08-18 | 1 | -4/+1 |
* | When looking for the last packet in each | Neil Brown | 2007-08-18 | 1 | -8/+0 |
* | There is no guarantee that every stream will | Neil Brown | 2007-08-18 | 1 | -1/+2 |
* | fix cur_dts at the end of av_estimate_timings_from_pts() | Michael Niedermayer | 2007-08-18 | 1 | -0/+4 |
* | more verbose doxy for duration (from patch by neilb suse de) | Neil Brown | 2007-08-18 | 1 | -1/+5 |
* | mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) | Neil Brown | 2007-08-18 | 1 | -0/+1 |
* | Allow pipe: URL to take fd number as input | Vincent Fourmond | 2007-08-17 | 1 | -0/+6 |
* | Indent for next commit | Vincent Fourmond | 2007-08-17 | 1 | -5/+5 |
* | spelling/wording cosmetics | Diego Biurrun | 2007-08-17 | 3 | -17/+17 |
* | store asf streaming bitrates consistently | Björn Axelsson | 2007-08-17 | 1 | -1/+1 |
* | Set UDP receive buffer to 64k | Ramiro Polla | 2007-08-16 | 1 | -0/+6 |
* | cosmetic: indentation | Aurelien Jacobs | 2007-08-16 | 1 | -1/+1 |
* | Don't pre-scale default_duration to avoid precision loss in fps calculation. | Aurelien Jacobs | 2007-08-16 | 1 | -5/+5 |
* | no need for special case default_duration for AAC | Aurelien Jacobs | 2007-08-16 | 1 | -1/+0 |
* | calculate default_duration according to framerate only when not already set | Aurelien Jacobs | 2007-08-16 | 1 | -0/+1 |
* | elaborate a little on AVStream.start_time, it seems the comment is not clear | Michael Niedermayer | 2007-08-16 | 1 | -1/+7 |
* | Try size 640x480 for FLC files which don't specify their size. | Aurelien Jacobs | 2007-08-14 | 1 | -2/+8 |
* | remove broken movi_end skip-hack-check | Michael Niedermayer | 2007-08-14 | 1 | -9/+2 |
* | do not misuse movi_end for checking chunk sizes | Michael Niedermayer | 2007-08-14 | 1 | -2/+7 |
* | Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP) | Ramiro Polla | 2007-08-13 | 1 | -1/+1 |
* | Make native and libnut NUT muxers mutually exclusive. | Diego Biurrun | 2007-08-13 | 1 | -1/+1 |
* | Support for WavPack version 0x410 (false stereo chunks) | David Bryant | 2007-08-13 | 1 | -1/+1 |
* | export 4xm video version | Michael Niedermayer | 2007-08-13 | 1 | -2/+2 |
* | add support for old flac in ogg | Michael Niedermayer | 2007-08-12 | 3 | -0/+18 |
* | pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them) | Michael Niedermayer | 2007-08-12 | 1 | -1/+8 |
* | Ensure av_tree_insert() is defined before using it. | Carl Eugen Hoyos | 2007-08-11 | 1 | -0/+1 |
* | Set dts in tta demuxer | David Conrad | 2007-08-11 | 1 | -3/+5 |
* | cola for diego | Michael Niedermayer | 2007-08-11 | 1 | -1/+1 |
* | Bump minor number, NUT muxer was added. | Diego Biurrun | 2007-08-11 | 1 | -1/+1 |
* | simplify | Michael Niedermayer | 2007-08-11 | 1 | -1/+1 |
* | do not remove FLAG_CODED | Michael Niedermayer | 2007-08-11 | 1 | -1/+1 |
* | remove useless code, found by oded | Michael Niedermayer | 2007-08-11 | 1 | -1/+0 |
* | this is debug not info | Michael Niedermayer | 2007-08-10 | 1 | -1/+1 |
* | 100000l (forgotten return) | Michael Niedermayer | 2007-08-10 | 1 | -1/+1 |
* | mention AVPROBE_PADDING_SIZE at the read_probe() doxy | Michael Niedermayer | 2007-08-10 | 1 | -1/+5 |
* | remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) | Michael Niedermayer | 2007-08-10 | 1 | -3/+0 |
* | flac probe | Michael Niedermayer | 2007-08-10 | 1 | -1/+7 |
* | ensure that negative block_time are properly checked | Aurelien Jacobs | 2007-08-10 | 1 | -1/+2 |