aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* set pts in flv demuxerBaptiste Coudurier2008-11-161-5/+16
* read itunes metadata, code based on Reimar's patchBaptiste Coudurier2008-11-161-3/+51
* Change status packet skipping to be more spec-compliant. See discussion inRonald S. Bultje2008-11-151-4/+11
* Make function comment a bit more linguistically correct.Ronald S. Bultje2008-11-151-1/+1
* Reindent after r15833.Ronald S. Bultje2008-11-151-4/+4
* Add is_keyframe param to ff_rdt_parse_header(). See ML discussion inRonald S. Bultje2008-11-153-7/+11
* simplify metadata readingBaptiste Coudurier2008-11-151-36/+20
* matroskadec: fix index timestamps for some broken filesAurelien Jacobs2008-11-151-1/+8
* Call check_back_and_send_rr() function only in case of RTP as a transport.Ronald S. Bultje2008-11-151-1/+1
* Rename variables in ff_rdt_parse_header() and callers to match theRonald S. Bultje2008-11-152-18/+18
* check for interrupt when receiving from socketJindřich Makovička2008-11-141-1/+18
* Add comment describing the RDT packet header. See discussion in "[PATCH]Ronald S. Bultje2008-11-141-0/+51
* timestamp is dts in wmv/asfBaptiste Coudurier2008-11-141-1/+1
* Allow the UDP socket buffer size to be adjusted using aJindřich Makovička2008-11-121-3/+11
* always use the whole buffer for reading w/ packetized sources to avoid packet...Jindřich Makovička2008-11-101-1/+1
* Fix argument constness for the av_codec_get_id() andStefano Sabatini2008-11-082-4/+4
* Electronic Arts demuxer: support TGQ video tagsPeter Ross2008-11-081-0/+9
* OGG: correct PTS with old theora streamsMåns Rullgård2008-11-061-8/+11
* OGG: untypedef demuxer structsMåns Rullgård2008-11-067-83/+83
* Decode audio channel layout from RIFF/WAV file format.Peter Ross2008-11-051-1/+1
* Check sub_packet_size against 0 to avoid div by zero later.Michael Niedermayer2008-10-291-0/+5
* Fix endless loop when opening corrupt FLV files (issue 699).Andrew Wason2008-10-281-1/+1
* fix umid base value, use revision 5 and generic material typeBaptiste Coudurier2008-10-271-1/+1
* fix sound essence compression ULBaptiste Coudurier2008-10-261-1/+1
* fix start position ULBaptiste Coudurier2008-10-261-1/+1
* simplify sample rate code, flv_set_audio_codec already overrides it for nelly...Baptiste Coudurier2008-10-241-4/+1
* prettyprinting cosmeticsDiego Biurrun2008-10-242-80/+81
* spelling cosmeticsDiego Biurrun2008-10-242-22/+24
* force sample rate to 16khz for speex in flv, fix speexaudio.flvBaptiste Coudurier2008-10-241-1/+4
* fix for >2GB flv filesPascal Massimino2008-10-241-5/+6
* raw dnxhd de/muxerBaptiste Coudurier2008-10-244-1/+43
* dnxhd codec is intra onlyBaptiste Coudurier2008-10-231-0/+1
* matroskaenc: require global headerAurelien Jacobs2008-10-221-0/+2
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-215-17/+12
* Check for pts==dts on I/P frames in the presence of non low delay decoding andMichael Niedermayer2008-10-191-0/+8
* Move code setting delay and presentation_delayed a little up soMichael Niedermayer2008-10-181-8/+9
* Append read data onto the buffer instead of overwriting, this ensuresMichael Niedermayer2008-10-181-5/+10
* Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wic...Alexander Wichers2008-10-181-1/+5
* 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nuAlexander Wichers2008-10-182-10/+10
* Assume mono if no other information for raw.Michael Niedermayer2008-10-181-1/+2
* Only special-case absolute DOS paths on systems that support them.Ramiro Polla2008-10-102-1/+11
* Make gcc 2.95 happy.Michael Niedermayer2008-10-081-1/+1
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-072-17/+14
* simplifying code as per Michael's suggestionRoman Shaposhnik2008-10-071-4/+3
* simplifying the code as per Michael's suggestionRoman Shaposhnik2008-10-071-2/+2
* 10l, fix amrwb sample rateBaptiste Coudurier2008-10-041-1/+3
* matroskaenc: correct muxing of ASS packetsAurelien Jacobs2008-10-041-0/+61
* matroskaenc: use correct EBML ID for block durationAurelien Jacobs2008-10-041-1/+1
* matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()Aurelien Jacobs2008-10-041-3/+3
* matroskaenc: remove useless mkv_block_size() functionAurelien Jacobs2008-10-041-8/+2