7258 Commits (c4f5c2d6f4ffa3f4b56555059000208a6ba47b55)

Author SHA1 Message Date
Anton Khirnov 29e3489602 lavf: remove duplicate assignment in avformat_alloc_context. 14 years ago
Anton Khirnov f0029cbcf6 lavf: use designated initializers for AVClasses. 14 years ago
Alex Converse 13220b1856 flvdec: clenup debug code 14 years ago
Uoti Urpala 29fa570d0c asfdec: fix possible overread on broken files. 14 years ago
Vladimir Pantelic 69fa23961e asfdec: do not fall back to binary/generic search 14 years ago
Vladimir Pantelic b58bc17cf7 asfdec: reindent after previous commit c7bd5ed 14 years ago
Vladimir Pantelic c7bd5edae4 asfdec: fallback to binary search internally 14 years ago
Baptiste Coudurier 7e19a6e868 movenc: always write esds descriptor length using 4 bytes. 14 years ago
Martin Storsjö 552a99957f rtpdec_qdm2: Don't try to parse data packet if no configuration is received 14 years ago
Aurelien Jacobs 89d4c13057 matroskaenc: make sure we don't produce invalid file with no codec ID 14 years ago
Aurelien Jacobs 9c569ef712 matroskadec: check that pointers were initialized before accessing them 14 years ago
Stefano Sabatini 4ad0693edc lavf: fix function name in compute_pkt_fields2 av_dlog message 14 years ago
Marton Balint 2c71581698 lavf: fix av_find_best_stream when providing a wanted stream. 14 years ago
Marton Balint 6b35a795f8 lavf: fix av_find_best_stream when decoder_ret is given and using a related stream. 14 years ago
Yusuke Nakamura 5f0bb0baef mov: Support edit list atom version 1. 14 years ago
Clément Bœsch e575685fad Cosmetics: fix prototypes in oggdec 14 years ago
Clément Bœsch 5780f41af5 oggdec: fix memleak with continuous streams. 14 years ago
Aurelien Jacobs 2501d2f386 matroskaenc: add missing new line in av_log() call 14 years ago
Baptiste Coudurier 304e983dc7 movenc: fix yuv range in avid atoms used by dnxhd. 14 years ago
Alex Converse 7fe3207e25 movenc: fix adpcm mono muxing. 14 years ago
Baptiste Coudurier 6ae38aa3ce mpegts: do not output known sized packet if an unbounded packet is already queued. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Thierry Foucu 45faf7fcd3 nsv: Fix misdetection of MP3 files as NSV. 14 years ago
Clément Bœsch b3bbc6fdc5 oggdec: use explicit AVInputFormat struct initializers 14 years ago
Clément Bœsch f95257d27c oggdec: simplify ogg_probe 14 years ago
Baptiste Coudurier 9aa91043f3 Port SMPTE S302M audio decoder from FFmbc 0.3. 14 years ago
Martin Storsjö 0b4949b518 rtsp: Only do keepalive using GET_PARAMETER if the server supports it 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Vitor Sessak ecc297308f lavf/utils: fix ff_interleave_compare_dts corner case. 14 years ago
Martin Storsjö ed87375dd5 mpegtsenc: Clear st->priv_data when freeing it 14 years ago
Martin Storsjö a7ea5e3d35 udp: Fix receiving RTP data over multicast 14 years ago
Martin Storsjö f9a6cfdd04 rtpproto: Remove an unused variable 14 years ago
Yusuke Nakamura 45a811b512 mov: fix composition timestamps on movie fragments. 14 years ago
Diego Biurrun 8799541a0a Fix standalone compilation of pipe protocol. 14 years ago
Diego Biurrun 61165a1bba Fix standalone compilation of WTV demuxer. 14 years ago
Mans Rullgard eddd580b74 matroskaenc: fix memory leak 14 years ago
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Uoti Urpala 0bd433a916 asfdec: fix assert failure on invalid files 14 years ago
Ronald S. Bultje 7643265505 nutenc: check malloc return values. 14 years ago
Ronald S. Bultje 25588d3b8a nutenc: don't av_malloc(0). 14 years ago
Ronald S. Bultje f8b1245922 asfdec: fix parsing of packets that overrun into padding. 14 years ago
Luca Barbato e3b540b424 Make ffmpeg support generic data stream 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Anssi Hannula 7c152a458d lavf: inspect more frames for fps when container time base is coarse 14 years ago
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Martin Storsjö 5b81e29593 avio: Fix the deprecated fallback URL-prefixed open flags 14 years ago
Gil Pedersen f2c85458c4 network: Check POLLERR and POLLHUP in ff_network_wait_fd 14 years ago
Anton Khirnov f8fec05052 mpegtsenc: make PMT PID really start on pmt_start_pid 14 years ago
Peter Ross f9fb574dee nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE 14 years ago