summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* rawdec: don't set codec timebase.Anton Khirnov2011-12-101-1/+1
* lavf doxy: add muxing stuff to lavf_encoding groupAnton Khirnov2011-12-101-4/+14
* lavf doxy: add demuxing stuff to lavf_decoding groupAnton Khirnov2011-12-101-8/+21
* lavf doxy: expand/reword metadata API doxy.Anton Khirnov2011-12-101-2/+8
* lavf doxy: add installed headers to groups.Anton Khirnov2011-12-103-0/+13
* lavf doxy: add avio groups into the lavf_io group.Anton Khirnov2011-12-101-0/+3
* lavf doxy: rename lavf I/O group to lavf_io.Anton Khirnov2011-12-101-1/+1
* lavf doxy: add metadata docs to the main lavf groupAnton Khirnov2011-12-101-0/+1
* flacdec: Support for tracks in cuesheet metadata blockPaul B Mahol2011-12-101-0/+27
* flac muxer: fix writing of file header and STREAMINFO header from extradataJustin Ruggles2011-12-101-6/+4
* Dxtory capture format decoderKostya Shishkov2011-12-101-0/+1
* isom: sort and pretty-print codec_movaudio_tags[]Justin Ruggles2011-12-091-55/+42
* isom: remove pointless comments in codec_movaudio_tags[]Justin Ruggles2011-12-091-17/+17
* isom: remove commented-out tag for vorbisJustin Ruggles2011-12-091-2/+0
* movenc: write 'chan' tag for AC-3 in MOVJustin Ruggles2011-12-091-0/+1
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-095-2/+636
* movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles2011-12-091-43/+18
* cljr: add encoderPaul B Mahol2011-12-081-1/+1
* tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-081-8/+8
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-082-9/+8
* avformat/utils: Drop unused goto label.Diego Biurrun2011-12-071-1/+0
* rtmp: Use nb_invokes for all invoke commandsMartin Storsjö2011-12-071-5/+7
* mov: Don't av_malloc(0).Alex Converse2011-12-051-0/+10
* misc Doxygen markup improvementsDiego Biurrun2011-12-052-7/+6
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-052-2/+2
* avformat: use avcodec_decode_audio4() in avformat_find_stream_info()Justin Ruggles2011-12-041-15/+16
* mov: Allow empty stts atom.Alex Converse2011-12-041-1/+3
* yuv4mpeg: cosmetics: pretty-printingChris Berov2011-12-041-115/+133
* oma: PCM supportDavid Goldwich2011-12-041-3/+14
* oma: better format detection with small probe bufferDavid Goldwich2011-12-041-5/+11
* oma: clearify ambiguous if conditionDavid Goldwich2011-12-041-2/+2
* latmdec: fix audio specific config parsingJanne Grunau2011-12-035-5/+6
* Do not memcpy raw video frames when using null muxerMans Rullgard2011-12-021-1/+1
* asf: use packet dts as approximation of ptsJohn Stebbins2011-12-021-1/+1
* asf: do not call av_read_frameLuca Barbato2011-12-021-1/+1
* rtsp: Initialize the media_type_mask in the rtp guessing demuxerMartin Storsjö2011-12-021-0/+3
* rtpenc: Add support for G726 audioMartin Storsjö2011-12-012-0/+13
* rtpdec: Interpret the different G726 names as bits_per_coded_sampleMartin Storsjö2011-12-011-4/+2
* rtpenc: Change rtp_send_samples to handle sample sizes other than even bytesMartin Storsjö2011-12-011-9/+12
* rtpenc: Cast a rescaling parameter to int64_tMartin Storsjö2011-12-011-1/+1
* pmpdec: don't use deprecated av_set_pts_info.Anton Khirnov2011-12-011-2/+3
* Add PlayStation Portable PMP format demuxerReimar Döffinger2011-12-013-0/+181
* proto: Realign struct initializersMartin Storsjö2011-12-016-28/+28
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-0110-75/+29
* mmsh: Properly clean up if the second ffurl_alloc failedMartin Storsjö2011-12-011-3/+3
* rtmp: Clean up properly if the handshake failedMartin Storsjö2011-12-011-1/+1
* md5proto: Remove the get_file_handle functionMartin Storsjö2011-12-011-5/+0
* applehttpproto: Use the close function if the open function failsMartin Storsjö2011-12-011-12/+12
* http: Make sure proxyauth is initializedMartin Storsjö2011-12-011-1/+1
* rtpdec: Templatize the code for different g726 bitrate variantsMartin Storsjö2011-11-301-77/+23
OpenPOWER on IntegriCloud