8776 Commits (1a8c6917f68f7378465e18f7615762bfd22704c2)

Author SHA1 Message Date
Anton Khirnov 0c270239c2 lavf: cosmetics, reformat av_write_trailer(). 12 years ago
Stefano Sabatini 5d1203f063 avio: flush the internal buffer in avio_close() 12 years ago
Derek Buitenhuis 1c56cdad33 riff: Add SVQ3 fourcc 12 years ago
Luca Barbato 44272c1ccc avformat: refactor avformat_close_input 12 years ago
Luca Barbato 4d1f443c3d avformat: simplify avformat_close_input 12 years ago
Martin Storsjö ca6b544ac9 os_support: Choose between direct.h and io.h using a configure check 12 years ago
Martin Storsjö 7b07fab567 os_support: Include io.h instead of direct.h on mingw32ce 12 years ago
Christian Schmidt 07584eaf4a mpegts: check substreams before discarding 12 years ago
Martin Storsjö 62c9ae11a7 Add a smooth streaming segmenter muxer 12 years ago
Martin Storsjö 29a9b12b10 file: Add an avoption for disabling truncating existing files on open 12 years ago
Tomas Härdin 5e3572893d img2dec: always close AVIOContexts 12 years ago
Martin Storsjö c3bcd22ed3 rtpdec_jpeg: Error out on other unsupported type values as well 12 years ago
Martin Storsjö 1743938df1 rtpdec_jpeg: Disallow using the reserved q values 12 years ago
Martin Storsjö 1de9317bd0 rtpdec_jpeg: Fold the default qtables case into an existing if statement 12 years ago
Martin Storsjö a218deb856 rtpdec_jpeg: Store and reuse old qtables for q values 128-254 12 years ago
Martin Storsjö a252649059 rtpdec_jpeg: Simplify the calculation of the number of qtables 12 years ago
Martin Storsjö cbaa9eeda3 rtpdec_jpeg: Add more comments about the fields in the SOF0 section 12 years ago
Martin Storsjö 31adff08a1 rtpdec_jpeg: Clarify where the subsampling magic numbers come from 12 years ago
Martin Storsjö c64d2a63df rtpdec_jpeg: Don't use a bitstream writer for the EOI marker 12 years ago
Martin Storsjö 20f325f320 rtpdec_jpeg: Don't needlessly use a bitstream writer for the header 12 years ago
Martin Storsjö 43957fcc71 rtpdec_jpeg: Simplify writing of the jpeg header 12 years ago
Martin Storsjö 932d8300d3 rtpdec_jpeg: Merge two if statements 12 years ago
Martin Storsjö 7ef4323405 rtpdec_jpeg: Write the DHT section properly 12 years ago
Samuel Pitoiset 55e778bebd rtpdec_jpeg: Add support for default quantizers 12 years ago
Anton Khirnov ee0dadc109 flvdec: always set AVFMTCTX_NOHEADER. 12 years ago
Martin Storsjö 0697d81269 file: Use a normal private context for storing the file descriptor 12 years ago
Samuel Pitoiset 3c19815416 rtp: Depacketization of JPEG (RFC 2435) 12 years ago
Martin Storsjö 7b699d8136 mov_chan: Only set the channel_layout if setting it to a nonzero value 12 years ago
Martin Storsjö 5f72bc02f8 mov_chan: Reindent an incorrectly indented line 12 years ago
Carl Eugen Hoyos 407eeb3474 mp2 muxer: mark as AVFMT_NOTIMESTAMPS. 12 years ago
Samuel Pitoiset 9afb7061f9 mov_chan: Pass a separate AVIOContext for reading 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Luca Barbato 3093939077 avio: make avio_close NULL the freed buffer 12 years ago
Martin Storsjö 12c8912de2 crypto: Remove a stray double space 12 years ago
Alberto Delmás ee769c6a7c MSS2 decoder 12 years ago
Mans Rullgard 8db73c61a7 build: allow non-standard variations of linker -l/-L flags 12 years ago
Martin Storsjö d4bba93f4d sdp: Use static const char arrays instead of pointers to strings 12 years ago
Martin Storsjö 06b5246c84 sdp: Include profile-level-id for H264 12 years ago
Samuel Pitoiset 6af2480aa6 rtpdec_h264: Don't set the pixel format 12 years ago
Martin Storsjö 125c6c0752 rtsp: Free the rtpdec context properly 12 years ago
Samuel Pitoiset 7011a42b1a rtmp: support strict rtmp servers 12 years ago
Mans Rullgard edb5238ccb libavformat: add const to AVCodec pointers 12 years ago
Anton Khirnov 15c71dfd03 swf(dec): replace CODEC_ID with AV_CODEC_ID 12 years ago
Anton Khirnov e0aa5e772b dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE 12 years ago
Samuel Pitoiset 8337b5db96 rtmpdh: Do not generate the same private key every time when using libnettle 12 years ago
Jordi Ortiz a2dd4f7780 rtp: remove ff_rtp_get_rtcp_file_handle(). 12 years ago
Jordi Ortiz e7993ece9b rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_handle() 12 years ago
Jordi Ortiz d6b9da1178 avio: add (ff)url_get_multi_file_handle() for getting more than one fd 12 years ago