summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-132-2/+2
|\
| * iff: make .long_name more descriptivePaul B Mahol2012-03-121-1/+1
| * rtsp: Fix a typoMartin Storsjö2012-03-121-1/+1
* | cosmetics: fix some typosLou Logan2012-03-133-3/+3
* | udp: Add option overrun_nonfatalAndrey Utkin2012-03-121-6/+23
* | udp: remove dead code line (unused result)Andrey Utkin2012-03-121-1/+0
* | Revert "flvenc: Remove apparently unneeded AAC check."Michael Niedermayer2012-03-121-0/+4
* | Revert "udp: add multicast input interface selection"Michael Niedermayer2012-03-121-28/+2
* | libavformat.v: add ffio_set_buf_size() for ffserver.Michael Niedermayer2012-03-121-0/+1
* | udp: add multicast input interface selectionTudor.Suciu2012-03-121-2/+28
* | flvenc: Remove apparently unneeded AAC check.C Chatterjee2012-03-121-4/+0
* | Fix frame height vs field height confusion in MXF decoding.Joseph Artsimovich2012-03-112-2/+33
* | mxfdec: add timecode to metadataMatthieu Bouron2012-03-111-1/+60
* | mpjpeg: video streaming will no longer break and stop on FirefoxZalewa PL2012-03-101-3/+6
* | mxf: Add DNxHD ULTomas Härdin2012-03-101-0/+1
* | DV demuxer: Stricter check for avio_read result.Reimar Döffinger2012-03-101-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-104-10/+15
|\ \ | |/
| * Fix a bunch of common typos.Diego Biurrun2012-03-091-1/+1
| * mpegts: Always honor a registration descriptor if present and there is no oth...Alex Converse2012-03-091-2/+1
| * rtsp: Only set the ttl parameter if the server actually gave a valueMartin Storsjö2012-03-091-2/+4
| * udp: Set ttl for read-write streams, too, not only for write-only onesMartin Storsjö2012-03-091-2/+3
| * udp: Only bind to the multicast address if in read-only modeMartin Storsjö2012-03-091-2/+3
| * udp: Clarify the comment about binding the multicast addressMartin Storsjö2012-03-091-1/+3
| * udp: Reorder commentsMartin Storsjö2012-03-091-1/+1
* | mpegvideo_probe: Fix misdetection of mpeg4video files.Michael Niedermayer2012-03-091-2/+4
* | lavf: Add system to seperate relative timestamps from absolute ones.Michael Niedermayer2012-03-091-17/+39
* | Cosmetics: Remove superfluous newline.Carl Eugen Hoyos2012-03-091-1/+1
* | iff: add support for IFF DEEPPiotr Bandurski2012-03-091-1/+43
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-092-6/+6
|\ \ | |/
| * Fix uninitialized reads on malformed ogg files.Dale Curtis2012-03-081-5/+5
| * rtpenc: Fix the AVRational used for av_rescale_q_rndMartin Storsjö2012-03-081-1/+1
* | oggparseogm: Fix order or arguments.Michael Niedermayer2012-03-081-1/+1
* | mov: Discard invalid CTTS.Michael Niedermayer2012-03-081-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-082-2/+11
|\ \ | |/
| * udp: Print an error message if bind failsMartin Storsjö2012-03-071-1/+3
| * smacker: error out if palette copy-with-offset overruns palette size.Ronald S. Bultje2012-03-071-1/+8
| * mov: Allow last chunk to have an arbitrary number of samples.Carl Eugen Hoyos2012-03-061-1/+2
* | avformat_new_stream: fix initial last_dts valueMichael Niedermayer2012-03-081-0/+1
* | mxfdec: Add intra_only flag to MXFTrackTomas Härdin2012-03-081-0/+23
* | mxfdec: Fix Avid AirSpeed files being misinterpreted as OP1aTomas Härdin2012-03-081-3/+8
* | mxfdec: Truncate packets that extend past the next edit unitTomas Härdin2012-03-081-14/+41
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-0614-321/+362
|\ \ | |/
| * cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-03-051-0/+1
| * cosmetics: reindentJustin Ruggles2012-03-051-5/+5
| * avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-052-13/+30
| * avformat: do not fill-in audio packet duration in compute_pkt_fields()Justin Ruggles2012-03-051-14/+33
| * lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()Justin Ruggles2012-03-051-19/+14
| * siff: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-3/+5
| * amr demuxer: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-051-2/+0
| * aiffdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-12/+18
OpenPOWER on IntegriCloud