summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Remove silly insults from avformat_version() Doxygen documentation.Diego Biurrun2011-05-19
* asfdec: add missing #include for av_bswap32()Mans Rullgard2011-05-19
* lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov2011-05-17
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-17
* flvdec: clenup debug codeAlex Converse2011-05-17
* asfdec: fix possible overread on broken files.Uoti Urpala2011-05-17
* asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-17
* asfdec: reindent after previous commit c7bd5edVladimir Pantelic2011-05-17
* asfdec: fallback to binary search internallyVladimir Pantelic2011-05-17
* movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier2011-05-13
* rtpdec_qdm2: Don't try to parse data packet if no configuration is receivedMartin Storsjö2011-05-13
* matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs2011-05-12
* matroskadec: check that pointers were initialized before accessing themAurelien Jacobs2011-05-12
* lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini2011-05-12
* lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint2011-05-12
* lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint2011-05-12
* mov: Support edit list atom version 1.Yusuke Nakamura2011-05-12
* Cosmetics: fix prototypes in oggdecClément Bœsch2011-05-12
* oggdec: fix memleak with continuous streams.Clément Bœsch2011-05-12
* matroskaenc: add missing new line in av_log() callAurelien Jacobs2011-05-12
* movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier2011-05-12
* movenc: fix adpcm mono muxing.Alex Converse2011-05-12
* mpegts: do not output known sized packet if an unbounded packet is already qu...Baptiste Coudurier2011-05-12
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu2011-05-12
* oggdec: use explicit AVInputFormat struct initializersClément Bœsch2011-05-12
* oggdec: simplify ogg_probeClément Bœsch2011-05-12
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-11
* rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-11
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak2011-05-10
* mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö2011-05-09
* udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-09
* rtpproto: Remove an unused variableMartin Storsjö2011-05-09
* mov: fix composition timestamps on movie fragments.Yusuke Nakamura2011-05-05
* Fix standalone compilation of pipe protocol.Diego Biurrun2011-05-04
* Fix standalone compilation of WTV demuxer.Diego Biurrun2011-05-04
* matroskaenc: fix memory leakMans Rullgard2011-05-04
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* asfdec: fix assert failure on invalid filesUoti Urpala2011-05-03
* nutenc: check malloc return values.Ronald S. Bultje2011-05-03
* nutenc: don't av_malloc(0).Ronald S. Bultje2011-05-03
* asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje2011-05-03
* Make ffmpeg support generic data streamLuca Barbato2011-05-03
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* lavf: inspect more frames for fps when container time base is coarseAnssi Hannula2011-04-29
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
* avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö2011-04-28
* network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen2011-04-28