summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf: deprecate AVFormatParameters.mpeg2ts_raw.Anton Khirnov2011-05-252-3/+3
* mpegts: add compute_pcr option.Anton Khirnov2011-05-253-4/+28
* lavf: add priv_class field to AVInputFormat.Anton Khirnov2011-05-251-0/+2
* rtsp: use strtoul to parse rtptime and seq values.Ilya2011-05-241-2/+2
* ape: Allow demuxing of files with metadata tags.Carl Eugen Hoyos2011-05-241-3/+3
* multiple inclusion guard cleanupDiego Biurrun2011-05-216-7/+13
* avio: document buffer must created with av_malloc() and friendsCan Wu2011-05-211-0/+1
* avio: check AVIOContext malloc failureCan Wu2011-05-211-0/+2
* mpegtsenc: Add an AVClass pointer to the private dataMartin Storsjö2011-05-201-0/+1
* Remove silly insults from avformat_version() Doxygen documentation.Diego Biurrun2011-05-191-2/+1
* asfdec: add missing #include for av_bswap32()Mans Rullgard2011-05-191-0/+1
* lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov2011-05-171-1/+0
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-177-14/+34
* flvdec: clenup debug codeAlex Converse2011-05-171-2/+2
* asfdec: fix possible overread on broken files.Uoti Urpala2011-05-171-1/+4
* asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-173-2/+7
* asfdec: reindent after previous commit c7bd5edVladimir Pantelic2011-05-171-7/+7
* asfdec: fallback to binary search internallyVladimir Pantelic2011-05-171-7/+8
* movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier2011-05-131-11/+3
* rtpdec_qdm2: Don't try to parse data packet if no configuration is receivedMartin Storsjö2011-05-131-0/+2
* matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs2011-05-121-0/+4
* matroskadec: check that pointers were initialized before accessing themAurelien Jacobs2011-05-121-3/+5
* lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini2011-05-121-1/+1
* lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint2011-05-121-4/+5
* lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint2011-05-121-1/+1
* mov: Support edit list atom version 1.Yusuke Nakamura2011-05-122-6/+12
* Cosmetics: fix prototypes in oggdecClément Bœsch2011-05-121-33/+18
* oggdec: fix memleak with continuous streams.Clément Bœsch2011-05-121-6/+10
* matroskaenc: add missing new line in av_log() callAurelien Jacobs2011-05-121-1/+1
* movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier2011-05-121-1/+1
* movenc: fix adpcm mono muxing.Alex Converse2011-05-121-0/+1
* mpegts: do not output known sized packet if an unbounded packet is already qu...Baptiste Coudurier2011-05-121-1/+1
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-126-9/+2
* nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu2011-05-121-3/+17
* oggdec: use explicit AVInputFormat struct initializersClément Bœsch2011-05-121-11/+11
* oggdec: simplify ogg_probeClément Bœsch2011-05-121-5/+2
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-111-0/+1
* rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-113-1/+12
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-105-28/+28
* lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak2011-05-101-5/+5
* mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö2011-05-091-1/+1
* udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-091-6/+6
* rtpproto: Remove an unused variableMartin Storsjö2011-05-091-3/+1
* mov: fix composition timestamps on movie fragments.Yusuke Nakamura2011-05-051-13/+27
* Fix standalone compilation of pipe protocol.Diego Biurrun2011-05-041-13/+13
* Fix standalone compilation of WTV demuxer.Diego Biurrun2011-05-041-1/+2
* matroskaenc: fix memory leakMans Rullgard2011-05-041-2/+2
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-032-2/+3
* asfdec: fix assert failure on invalid filesUoti Urpala2011-05-031-0/+4
* nutenc: check malloc return values.Ronald S. Bultje2011-05-031-0/+6
OpenPOWER on IntegriCloud