7229 Commits (e86fbe1751772a3b6790652ab382dcebaeec3aa8)

Author SHA1 Message Date
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
Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
Kostya Shishkov 23f40a0788 read AVI palette from the end of extradata 14 years ago
Martin Storsjö 5f85d49b68 applehttp: Don't export variant_bitrate if it isn't known 14 years ago
Martin Storsjö ac9cf2e5c4 crypto: Use av_freep instead of av_free 14 years ago
Clément Bœsch dc713546d4 oggdec: reindent after 8f3eebd6 14 years ago
Kirill Gavrilov b1ac139d89 Handle unicode file names on windows 14 years ago
Martin Storsjö 9261e6cf3f rtp: Rename the open/close functions to alloc/free 14 years ago
Alex Converse 3583d7cffe Fix mov debug (u)int64_t format strings. 14 years ago
Martin Storsjö 84465f2180 applehttp: Handle AES-128 encrypted streams 14 years ago
Martin Storsjö 6e4f70a8de Add a protocol handler for AES CBC decryption with PKCS7 padding 14 years ago
Diego Biurrun d9dee728b8 Use av_log_ask_for_sample() to request samples from users. 14 years ago
Martin Storsjö fe8e039460 applehttp: Expose the stream bitrate via metadata 14 years ago
Stefano Sabatini 79157f400b error: remove AVERROR_NUMEXPECTED 14 years ago
Michael Niedermayer 52512d0a43 oggdec: use av_freep() instead of av_free() 14 years ago
Martin Storsjö 26f6b8c571 avio: Fix sanity checks in ffurl_read* 14 years ago
Martin Storsjö 7bbb67d580 libavformat: Free AVFormatContext->streams 14 years ago
Martin Storsjö c60112f268 libavformat: Make protocols pass URLContext as log context where available 14 years ago
Vladimir Pantelic 8408e1d7d6 asf: remove commented out code in asf_read_seek 14 years ago
Stefano Sabatini 55815edca0 prefer avio_check() over url_exist() 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov 32b80696e0 lavf: remove misc disabled cruft. 14 years ago
Anton Khirnov df56d58339 lavf: remove FF_API_INDEX_BUILT cruft 14 years ago
Anton Khirnov 7f804085f1 lavf: remove FF_API_URL_CLASS cruft. 14 years ago
Anton Khirnov 5763e63913 lavf: remove FF_API_SYMVER cruft 14 years ago
Anton Khirnov b4c5acabb9 lavf: remove FF_API_FIRST_FORMAT cruft 14 years ago
Anton Khirnov 583f6c67b6 lavf: remove FF_API_PARAMETERS_CODEC_ID cruft 14 years ago
Anton Khirnov fc2d3a19c5 lavf: remove FF_API_LAVF_UNUSED cruft 14 years ago
Anton Khirnov 58d5ff0abf lavf: remove FF_API_PARSE_FRAME_PARAM cruft 14 years ago
Anton Khirnov 4df001d77f lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft 14 years ago