11209 Commits (52dc18d414f4aa2c5a210edfb82cc1a99942ca3b)

Author SHA1 Message Date
Martin Storsjö 1de9317bd0 rtpdec_jpeg: Fold the default qtables case into an existing if statement 13 years ago
Martin Storsjö a218deb856 rtpdec_jpeg: Store and reuse old qtables for q values 128-254 13 years ago
Martin Storsjö a252649059 rtpdec_jpeg: Simplify the calculation of the number of qtables 13 years ago
Martin Storsjö cbaa9eeda3 rtpdec_jpeg: Add more comments about the fields in the SOF0 section 13 years ago
Martin Storsjö 31adff08a1 rtpdec_jpeg: Clarify where the subsampling magic numbers come from 13 years ago
Martin Storsjö c64d2a63df rtpdec_jpeg: Don't use a bitstream writer for the EOI marker 13 years ago
Martin Storsjö 20f325f320 rtpdec_jpeg: Don't needlessly use a bitstream writer for the header 13 years ago
Martin Storsjö 43957fcc71 rtpdec_jpeg: Simplify writing of the jpeg header 13 years ago
Martin Storsjö 932d8300d3 rtpdec_jpeg: Merge two if statements 13 years ago
Martin Storsjö 7ef4323405 rtpdec_jpeg: Write the DHT section properly 13 years ago
Michael Niedermayer 23e9e5c7d9 rtmpproto: reorder some expressions to fix compilation with clang without optimizations 13 years ago
Stefano Sabatini e592fd0ed1 lavf/flvenc: convert commented debug log to an av_dlog call 13 years ago
Samuel Pitoiset 55e778bebd rtpdec_jpeg: Add support for default quantizers 13 years ago
Anton Khirnov ee0dadc109 flvdec: always set AVFMTCTX_NOHEADER. 13 years ago
Michael Niedermayer 8470e6c96f lavf/avformat_seek_file: fix harmless integer overflow 13 years ago
Stefano Sabatini 00d516454c lavf/segment: add segment_list_flags option 13 years ago
Michael Niedermayer b3b27b63a0 mpegtsenc: add forgotten () 13 years ago
Martin Storsjö 0697d81269 file: Use a normal private context for storing the file descriptor 13 years ago
Sébastien Brochet e14725cecc add OTF support for attachments 13 years ago
Michael Niedermayer 41dba453f9 utils/update_stream_timings: fix division by zero 13 years ago
Michael Niedermayer 108957c661 avidec/guess_ni_flag: fix harmless integer overflow 13 years ago
Michael Niedermayer b422e2c58a compute_pkt_fields: fix harmless integer overflow 13 years ago
Samuel Pitoiset 3c19815416 rtp: Depacketization of JPEG (RFC 2435) 13 years ago
Derek Buitenhuis 16c03f2e91 file: Add S_ISFIFO compatability macro 13 years ago
Michael Niedermayer 07108cafc6 gxfenc: assert that the to be written data has not been truncated. 13 years ago
Michael Niedermayer eb336cb881 gxfenc: dont duplicate buffer size 13 years ago
Michael Niedermayer 59fdf543d5 smush: read subversion for version==1 too. 13 years ago
Michael Niedermayer b86e18fe46 yuv4mpeg: fix potential alignment bug 13 years ago
Michael Niedermayer 8a0118b4b4 ffio_read: dont spam the user at EOF with a truncation error 13 years ago
Michael Niedermayer 5710dbf88c mpegts: Fix potential memory leak in mpegts_read_packet() 13 years ago
Michael Niedermayer 9a27fd12f3 avio: replace ETIMEDOUT by EIO 13 years ago
Martin Storsjö 7b699d8136 mov_chan: Only set the channel_layout if setting it to a nonzero value 13 years ago
Martin Storsjö 5f72bc02f8 mov_chan: Reindent an incorrectly indented line 13 years ago
Carl Eugen Hoyos 407eeb3474 mp2 muxer: mark as AVFMT_NOTIMESTAMPS. 13 years ago
Derek Buitenhuis af2a17c09a cache: Only include unistd.h if it exists 13 years ago
Ronald S. Bultje f3be359707 file: Only include unistd.h if it exists 13 years ago
Ronald S. Bultje 9d0bc5c0bd rtpdec: Don't explicitly include unistd.h any longer 13 years ago
Derek Buitenhuis 1d4c4b0fbc wtvdec: Remove unused strings.h header 13 years ago
Stefano Sabatini 25f139e72f lavf/utils: fix typo in has_codec_parameters 13 years ago
Tomas Härdin d74af89317 img2dec: Don't leave AVIOContexts open on zero byte files 13 years ago
Michael Niedermayer a7fbc7d7b7 lavf: factor codec id forcing out 13 years ago
Samuel Pitoiset 9afb7061f9 mov_chan: Pass a separate AVIOContext for reading 13 years ago
Stefano Sabatini da2ea7c33c lavf/flvenc: apply various log fixes/clarifications 13 years ago
Stefano Sabatini 1bd6b0c927 lavf/flvenc: return meaningful error codes 13 years ago
rogerdpack ef122ff507 eliminate some mingw warnings 13 years ago
Stefano Sabatini 29e972f67c lavu/parseutils: add av_small_strptime() 13 years ago
Clément Bœsch 5620088494 lavf: fix a few typo in some comments. 13 years ago
Clément Bœsch 9d9f34a3c1 lavf: remove a few useless AV_NOWARN_DEPRECATED(). 13 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 13 years ago