| Commit message (Expand) | Author | Age | Files | Lines |
* | Read and write extended timestamps for RTMP packets. | Sergiy | 2009-12-01 | 1 | -1/+8 |
* | 7l trocadero: reading right into enum variable may cause unwanted effects, use | Kostya Shishkov | 2009-12-01 | 1 | -1/+2 |
* | Support "A format generated by IndigoVision 8000 video server". | Michael Niedermayer | 2009-12-01 | 3 | -0/+93 |
* | slif aka "SoftLab MPEG-2 I-frames Codec" support. | Michael Niedermayer | 2009-12-01 | 1 | -0/+1 |
* | Print a warning if the duration is estimated from the bitrate, as this is | Michael Niedermayer | 2009-11-30 | 1 | -0/+1 |
* | decode qcelp in aiff, implement #1524, patch by Vitor | Vitor Sessak | 2009-11-30 | 2 | -3/+12 |
* | 100l, max value for timescale is UINT16_MAX | Baptiste Coudurier | 2009-11-29 | 1 | -1/+1 |
* | remove useless mov timescale field | Baptiste Coudurier | 2009-11-29 | 1 | -7/+11 |
* | change track timescale to unsigned int, fix warning | Baptiste Coudurier | 2009-11-29 | 1 | -1/+1 |
* | track time can be 64bit | Baptiste Coudurier | 2009-11-29 | 1 | -1/+1 |
* | support pcm_f32/64le in mov | Baptiste Coudurier | 2009-11-29 | 2 | -8/+14 |
* | cosmetics, reindent after last commit | Baptiste Coudurier | 2009-11-29 | 1 | -18/+18 |
* | support sample rates > INT16_MAX in mov using stsd v2 | Baptiste Coudurier | 2009-11-29 | 1 | -7/+68 |
* | Fix typo. | Jai Menon | 2009-11-27 | 1 | -1/+1 |
* | 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. | Reimar Döffinger | 2009-11-26 | 1 | -1/+0 |
* | Update ffserver to include all basic x264 parameters in .ffm files. | Jason Garrett-Glaser | 2009-11-24 | 2 | -0/+26 |
* | Determine VOC block length when length field is zero, fixes issue1538. | Peter Ross | 2009-11-24 | 2 | -1/+6 |
* | MOV: cprt is another tag used for copyright | David Conrad | 2009-11-23 | 1 | -0/+1 |
* | MOV: Add several iTunes metadata tags | David Conrad | 2009-11-23 | 2 | -0/+10 |
* | MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) | David Conrad | 2009-11-23 | 1 | -1/+1 |
* | set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration | Baptiste Coudurier | 2009-11-22 | 1 | -0/+3 |
* | Add MP4 object type for ALS. | Justin Ruggles | 2009-11-22 | 1 | -0/+1 |
* | When searching for AMF object field value, try to find that object first | Kostya Shishkov | 2009-11-22 | 1 | -2/+7 |
* | Print error when RTMP protocol can't open connection | Kostya Shishkov | 2009-11-22 | 1 | -1/+3 |
* | Pass only useful FLV metadata from RTMP stream | Kostya Shishkov | 2009-11-22 | 1 | -1/+1 |
* | Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an | Justin Ruggles | 2009-11-22 | 1 | -1/+1 |
* | Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. | Reimar Döffinger | 2009-11-20 | 1 | -4/+3 |
* | FLV muxer support for Flash screen codec v2 | Daniel Verkamp | 2009-11-20 | 1 | -0/+1 |
* | Add codec id for Flash screen codec v2 and hook it up in FLV demuxer | Daniel Verkamp | 2009-11-20 | 1 | -0/+1 |
* | use AVFormatContext in dprintf | Baptiste Coudurier | 2009-11-19 | 1 | -5/+5 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 2 | -0/+21 |
* | Search relative path according to alias record when opening mov reference files. | Baptiste Coudurier | 2009-11-15 | 2 | -10/+92 |
* | Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer | Luca Abeni | 2009-11-13 | 1 | -3/+5 |
* | Split overly long line in doxy. | Stefano Sabatini | 2009-11-12 | 1 | -1/+4 |
* | Split the sdp_read_packet() function out of rtsp_read_packet(). | Luca Abeni | 2009-11-12 | 1 | -52/+63 |
* | Move some some functions around, so that splitting the SDP code out of | Luca Abeni | 2009-11-12 | 1 | -161/+162 |
* | Debug print MP4 objectTypeIndication in hex not decimal as values are listed in | Alex Converse | 2009-11-12 | 1 | -1/+1 |
* | Add '#undef fprintf' before PRINT macro that uses fprintf. | Diego Biurrun | 2009-11-11 | 1 | -0/+2 |
* | Add a channels field to MPEG4AudioConfig. | Alex Converse | 2009-11-11 | 2 | -6/+2 |
* | Increase default value for max_analyze_duration, fixes issue 1506, a regression. | Carl Eugen Hoyos | 2009-11-09 | 1 | -1/+1 |
* | Use enum instead of integer types where appropriate. | Carl Eugen Hoyos | 2009-11-08 | 2 | -2/+2 |
* | Use CODEC_ID_NONE instead of 0 for enum CodecID. | Carl Eugen Hoyos | 2009-11-08 | 2 | -2/+2 |
* | move code to avoid forward declaration | Baptiste Coudurier | 2009-11-08 | 1 | -240/+238 |
* | Let pmt override stream info when encoutered later in the ts file. | Baptiste Coudurier | 2009-11-08 | 1 | -32/+23 |
* | Support some LATM AAC streams (they can be decoded with MPlayer). | Carl Eugen Hoyos | 2009-11-07 | 1 | -0/+1 |
* | Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. | Justin Ruggles | 2009-11-07 | 2 | -2/+0 |
* | change \0xa9enc tag metadata name to encoder to match id3v2 | Baptiste Coudurier | 2009-11-06 | 1 | -1/+1 |
* | 10l: WavPack demuxer forgot to seek back to initial position after block | Kostya Shishkov | 2009-11-06 | 1 | -0/+1 |
* | Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam | Gordon Irlam | 2009-11-05 | 1 | -1/+1 |
* | 10l, typo | Baptiste Coudurier | 2009-11-05 | 1 | -1/+1 |