aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.Anton Khirnov2011-10-201-1/+1
* lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-202-4/+4
* lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-205-6/+6
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-207-10/+10
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-204-9/+9
* lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov2011-10-202-2/+2
* lavf: hide private symbols.Anton Khirnov2011-10-201-5/+21
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-204-15/+15
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-208-10/+10
* avformat: do not require frame_size for Speex.Justin Ruggles2011-10-201-1/+0
* ogg/speex: set correct timestamp and duration for the first packet.Justin Ruggles2011-10-201-11/+9
* flvenc: check packet duration in speex using timestampsJustin Ruggles2011-10-201-11/+13
* flvenc: adjust for negative DTS for all codecs, not just H.264Justin Ruggles2011-10-201-2/+2
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-1934-56/+79
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-1989-117/+117
* lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov2011-10-193-4/+37
* Ut Video decoderKostya Shishkov2011-10-191-0/+4
* rtsp: Expose the flag options via private AVOptions for sdp and rtp, tooMartin Storsjö2011-10-171-2/+29
* rtsp: Make the rtsp flags avoptions set via a defineMartin Storsjö2011-10-171-2/+6
* rtpenc: Set a default video codecMartin Storsjö2011-10-171-1/+1
* rtp: Fix ff_rtp_get_payload_typeMartin Storsjö2011-10-171-1/+2
* rtsp: Remove the separate filter_source variableMartin Storsjö2011-10-172-8/+2
* rtsp: Accept options via private avoptions instead of URL optionsMartin Storsjö2011-10-173-3/+45
* rtsp: Simplify AVOption definitionsMartin Storsjö2011-10-171-1/+3
* rtsp: Merge the AVOption listsMartin Storsjö2011-10-174-15/+12
* avio: Check for invalid buffer length.Alex Converse2011-10-161-2/+5
* mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-175-3/+48
* lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-176-16/+13
* mov: add support for TV metadata atoms tves, tvsn and stikRaivo Hool2011-10-171-0/+33
* matroskadec: fix out of bounds writeRonald S. Bultje2011-10-151-1/+1
* mov: 10l: Terminate string with 0 not '0'Alex Converse2011-10-141-1/+1
* mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-10-141-8/+15
* riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-142-8/+2
* id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun2011-10-132-18/+14
* id3v2: cosmetics: move some declarations before the places they are usedDiego Biurrun2011-10-131-65/+65
* shn: do not allow seeking in the raw shn demuxer.Justin Ruggles2011-10-131-1/+1
* avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-133-2/+5
* avformat: update AVInputFormat allowed flagsJustin Ruggles2011-10-131-1/+3
* avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles2011-10-131-10/+14
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-1219-59/+59
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-123-12/+11
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-121-22/+29
* flvenc: Write the right metadata entry countMartin Storsjö2011-10-121-3/+10
* rtsp: Request that dynamic rate is disabledMartin Storsjö2011-10-121-0/+2
* rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö2011-10-122-0/+6
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-124-37/+37
* rtpdec: Read the packet length for all RTCP packet typesJohn Brooks2011-10-121-7/+7
* rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks2011-10-121-1/+1
* flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö2011-10-121-0/+14
* flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö2011-10-121-5/+9