| Commit message (Expand) | Author | Age | Files | Lines |
* | rtpenc: Add an error message | Martin Storsjö | 2012-02-23 | 1 | -2/+4 |
* | rtpenc: Allow packetizing H263 according to the old RFC 2190 | Martin Storsjö | 2012-02-23 | 7 | -4/+126 |
* | rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS | Martin Storsjö | 2012-02-23 | 4 | -4/+4 |
* | mov: set channel layout for AC-3 streams based on the 'dac3' atom info | Justin Ruggles | 2012-02-22 | 1 | -0/+5 |
* | img2: split muxer and demuxer into separate files | Paul B Mahol | 2012-02-22 | 4 | -428/+477 |
* | rm: prevent infinite loops for index parsing. | Ronald S. Bultje | 2012-02-22 | 1 | -3/+17 |
* | mov: Add more HDV and XDCAM FourCCs. | Alex Converse | 2012-02-22 | 1 | -0/+4 |
* | lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields(). | Anton Khirnov | 2012-02-22 | 1 | -4/+0 |
* | rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1. | Ronald S. Bultje | 2012-02-22 | 1 | -0/+1 |
* | cdxl: correctly synchronize video timestamps to audio | Paul B Mahol | 2012-02-22 | 1 | -4/+10 |
* | movenc: Buffer the mdat for the initial moov fragment, too | Martin Storsjö | 2012-02-22 | 2 | -24/+51 |
* | flvdec: Ignore the index if the ignidx flag is set | Martin Storsjö | 2012-02-22 | 1 | -0/+3 |
* | flvdec: Fix indentation | Martin Storsjö | 2012-02-22 | 1 | -2/+3 |
* | movdec: Don't parse all fragments if ignidx is set | Martin Storsjö | 2012-02-22 | 1 | -2/+3 |
* | movdec: Restart parsing root-level atoms at the right spot | Martin Storsjö | 2012-02-22 | 2 | -3/+10 |
* | mov: Add support for MPEG2 HDV 720p24 (hdv4) | Alex Converse | 2012-02-21 | 1 | -0/+1 |
* | img2: Use ff_guess_image2_codec(filename) shorthand where appropriate. | Diego Biurrun | 2012-02-21 | 1 | -8/+8 |
* | Mark mutable static data const where appropriate. | Alex Converse | 2012-02-21 | 1 | -1/+1 |
* | gif: K&R formatting cosmetics | Aneesh Dogra | 2012-02-21 | 1 | -70/+79 |
* | movdec: Adjust keyframe flagging in fragmented files | Martin Storsjö | 2012-02-21 | 1 | -4/+9 |
* | avcodec: add duration field to AVCodecParserContext | Justin Ruggles | 2012-02-20 | 1 | -0/+14 |
* | hls: Reset the AVIOContext when seeking | Martin Storsjö | 2012-02-20 | 1 | -0/+4 |
* | applehttp: Do seeking within segments, too | Panagiotis H.M. Issaris | 2012-02-19 | 1 | -8/+47 |
* | doxy: remove reference to removed api | Luca Barbato | 2012-02-19 | 1 | -4/+3 |
* | examples: unbreak compilation | Luca Barbato | 2012-02-19 | 1 | -12/+5 |
* | mov: Use defines for sample flags in fragments | Martin Storsjö | 2012-02-18 | 3 | -3/+15 |
* | mov: Use defines for trun flags | Martin Storsjö | 2012-02-18 | 3 | -19/+27 |
* | mov: Use defines for tfhd flags | Martin Storsjö | 2012-02-18 | 3 | -17/+26 |
* | asf: prevent packet_size_left from going negative if hdrlen > pktlen. | Ronald S. Bultje | 2012-02-18 | 1 | -0/+7 |
* | rtpdec: Identify incorrectly signalled H263 | Martin Storsjö | 2012-02-18 | 3 | -10/+32 |
* | aiff: don't skip block_align==0 check on COMM-after-SSND files. | Ronald S. Bultje | 2012-02-17 | 1 | -2/+2 |
* | movenc: Write the unknown duration as 64 bit fields in ismv | Martin Storsjö | 2012-02-18 | 1 | -0/+6 |
* | movenc: Write track durations with all bits set if duration is unknown | Martin Storsjö | 2012-02-18 | 1 | -2/+8 |
* | avcodec: add a Sun Rasterfile encoder | Aneesh Dogra | 2012-02-17 | 1 | -1/+2 |
* | cdxl: fix audio for some samples | Paul B Mahol | 2012-02-17 | 1 | -7/+11 |
* | apetag: add proper support for binary tags | Paul B Mahol | 2012-02-17 | 1 | -8/+27 |
* | movenc: Don't set a default sample duration when creating ismv | Martin Storsjö | 2012-02-16 | 1 | -3/+4 |
* | rtp: Factorize the check for distinguishing RTCP packets from RTP | Martin Storsjö | 2012-02-16 | 6 | -5/+7 |
* | bethsoftvid: synchronize video timestamps with audio sample rate | Justin Ruggles | 2012-02-16 | 1 | -18/+29 |
* | bethsoftvid: add audio stream only after getting the first audio packet | Justin Ruggles | 2012-02-16 | 1 | -15/+27 |
* | bethsoftvid: Set video packet duration instead of accumulating pts. | Justin Ruggles | 2012-02-16 | 1 | -7/+5 |
* | bethsoftvid: set packet key frame flag for audio and I-frame video packets. | Justin Ruggles | 2012-02-16 | 1 | -0/+3 |
* | bethsoftvid: fix read_packet() return codes. | Justin Ruggles | 2012-02-16 | 1 | -9/+22 |
* | bethsoftvid: pass palette in side data instead of in a separate packet. | Justin Ruggles | 2012-02-16 | 1 | -6/+29 |
* | sdp: Ignore RTCP packets when autodetecting RTP streams | Martin Storsjö | 2012-02-16 | 1 | -0/+3 |
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 28 | -42/+42 |
* | rtsp: Make rtsp_demuxer_class static | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | CDXL demuxer and decoder | Paul B Mahol | 2012-02-14 | 4 | -1/+173 |
* | hls: Re-add legacy applehttp name to preserve interface compatibility. | Alex Converse | 2012-02-14 | 1 | -1/+1 |
* | hlsproto: Rename the functions and context | Martin Storsjö | 2012-02-14 | 1 | -20/+20 |