|
|
|
@db431f7e
|
13 years |
rsbultje |
h264: add support for decoding planar RGB images.
|
|
|
@6b0768e2
|
13 years |
rsbultje |
Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].
|
|
|
@bd97b2e1
|
13 years |
rsbultje |
pixfmt: add planar RGB formats.
|
|
|
@bbb46f3e
|
13 years |
justin.ruggles |
libavutil: add utility functions to simplify allocation of audio …
|
|
|
@8889cc4f
|
13 years |
justin.ruggles |
libavutil: add planar sample formats and av_sample_fmt_is_planar()
|
|
|
@aa38cff2
|
13 years |
janne-libav |
avconv: fix segfault at EOF with delayed pictures
At EOF it makes no …
|
|
|
@c1848c4b
|
13 years |
justin.ruggles |
pcmdec: remove unneeded resetting of samples pointer
|
|
|
@06d4e2fa
|
13 years |
anton |
avconv: remove a now unused parameter from output_packet().
|
|
|
@8b0268a8
|
13 years |
anton |
avconv: formatting fixes in output_packet()
|
|
|
@ffa0674e
|
13 years |
anton |
avconv: declare some variables in blocks where they are used
|
|
|
@af8ad892
|
13 years |
anton |
avconv: use the same behavior when decoding audio/video/subs
I.e. if …
|
|
|
@3eedd29b
|
13 years |
anton |
bethsoftvideo: return proper consumed size for palette packets.
Also …
|
|
|
@5872c781
|
13 years |
anton |
cdg: skip packets that don't contain a cdg command.
Signed-off-by: …
|
|
|
@0844b57c
|
13 years |
anton |
crcenc: add flags
AVFMT_NOTIMESTAMPS for crc, as it ignores the …
|
|
|
@e1edfbcb
|
13 years |
anton |
avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.
Prevent avconv …
|
|
|
@a94c769d
|
13 years |
anton |
tiffenc: add a private option for selecting compression algorithm
|
|
|
@50efd3ca
|
13 years |
anton |
md5enc: add flags
AVFMT_NOTIMESTAMPS for md5, as it ignores the …
|
|
|
@3a0b72de
|
13 years |
mans |
ARM: remove needless .text/.align directives
The 'function' macro …
|
|
|
@963f6855
|
13 years |
alex.converse |
aacdec: Fix PS in ADTS.
Fixes File1.aac and Bug 80.
|
|
|
@105ab61c
|
13 years |
alex.converse |
avconv: Consistently use PIX_FMT_NONE.
Use PIX_FMT_NONE instead of -1 …
|
|
|
@0e8fdd4
|
13 years |
justin.ruggles |
dsputil: use cpuflags in x86 emu_edge_core
avoids passing around the …
|
|
|
@395f2e7
|
13 years |
justin.ruggles |
dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()
This …
|
|
|
@05d1e45d
|
13 years |
justin.ruggles |
wma: initialize prev_block_len_bits, next_block_len_bits, and …
|
|
|
@9f8c190b
|
13 years |
alex.converse |
mov: Remove some redundant and obsolete comments.
|
|
|
@85770d6e
|
13 years |
mans |
Add libavutil/mathematics.h #includes for INFINITY
This fixes build …
|
|
|
@e361b508
|
13 years |
lu_zero |
doxy: structure libavformat groups
|
|
|
@e97e5a2e
|
13 years |
lu_zero |
doxy: introduce an empty structure in libavcodec
|
|
|
@757cd8d8
|
13 years |
lu_zero |
doxy: provide a start page and document libavutil
Introduce a basic …
|
|
|
@384bdace
|
13 years |
lu_zero |
doxy: cleanup pixfmt.h
Remove the dubious warning about the header …
|
|
|
@3fe5fc93
|
13 years |
mans |
regtest: split video encode/decode tests into individual targets
…
|
|
|
@8ee2b467
|
13 years |
mans |
ARM: add explicit .arch and .fpu directives to asm.S
This prevents …
|
|
|
@0945edde
|
13 years |
janne-libav |
pthread: do not touch has_b_frames
Adding the thread count in frame …
|
|
|
@82963f8f
|
13 years |
anton |
avconv: cleanup the transcoding loop in output_packet().
|
|
|
@9595234c
|
13 years |
anton |
avconv: split subtitle transcoding out of output_packet().
|
|
|
@45d4b66f
|
13 years |
anton |
avconv: split video transcoding out of output_packet().
|
|
|
@ded28ba3
|
13 years |
anton |
avconv: split audio transcoding out of output_packet().
|
|
|
@78162b4e
|
13 years |
anton |
avconv: reindent.
|
|
|
@2a651b7
|
13 years |
anton |
avconv: move streamcopy-only code out of decoding loop.
|
|
|
@51aeb694
|
13 years |
anton |
avconv: remove an always true condition and reindent.
|
|
|
@7204ec1a
|
13 years |
anton |
avconv: split off streamcopy handling into a separate loop.
This is …
|
|
|
@a8fe9a72
|
13 years |
justin.ruggles |
pthread: add some malloc failure checks
|
|
|
@03f30c83
|
13 years |
anton |
avconv: cosmetics, reformat transcode_init()
Fix spacing, vertically …
|
|
|
@1bb77e51
|
13 years |
anton |
avconv: rename 'os' variable to 'oc'
Output AVFormatContext is called …
|
|
|
@b0641ab7
|
13 years |
anton |
doc/filters: fix some typos.
|
|
|
@7c922411
|
13 years |
anton |
configure: add libpulse to help output
Fixes Bug 72.
|
|
|
@c40e1757
|
13 years |
martin |
httpproxy: Fix dependencies
Fix building with --disable-network.
…
|
|
|
@66e9c0b6
|
13 years |
martin |
httpproxy: Specify the object files needed in the Makefile
…
|
|
|
@09d243dd
|
13 years |
rsbultje |
swscale: Fix stack alignment for SSE
Although gcc guarantees 16 byte …
|
|
|
@f3a29b7
|
13 years |
justin.ruggles |
avcodec: move some AVCodecContext fields to an internal struct.
A new …
|
|
|
@513b6919
|
13 years |
justin.ruggles |
avcodec: use av_opt_set() instead of deprecated av_set_string3()
|
|
|
@fa9aeb82
|
13 years |
justin.ruggles |
avcodec: fix some const warnings
libavcodec/options.c:583: warning: …
|
|
|
@86d37303
|
13 years |
justin.ruggles |
avcodec: remove pointless AVOption, internal_buffer_count
|
|
|
@c693aa6f
|
13 years |
alex.converse |
imgutils: Fix illegal read.
Found with address sanitizer.
…
|
|
|
@ff3755cb
|
13 years |
janne-libav |
configure: add check for w32threads to enable it automatically
|
|
|
@704af3e2
|
13 years |
lu_zero |
rtmp: do not hardcode invoke numbers
Note: FCPublish/FCUnpublish are …
|
|
|
@b7d939d9
|
13 years |
lu_zero |
cinepack: return non-generic errors
|
|
|
@81ac4cda
|
13 years |
anton |
fate-lavf-ts: use -mpegts_transport_stream_id option.
Serves as a …
|
|
|
@f872e4d0
|
13 years |
anton |
Add an APIchanges entry and a minor bump for avio changes.
|
|
|
@45f511ec
|
13 years |
anton |
avio: Mark the old interrupt callback mechanism as deprecated
Prepare …
|
|
|
@40972f7c
|
13 years |
anton |
avplay: Set the new interrupt callback
Signed-off-by: Anton Khirnov …
|
|
|
@2abe947a
|
13 years |
anton |
avconv: Set new interrupt callbacks for all AVFormatContexts, use …
|
|
|
@a4009c6a
|
13 years |
martin |
cinepak: remove redundant coordinate checks
Signed-off-by: Michael …
|
|
|
@867b4966
|
13 years |
martin |
cinepak: check strip_size
Signed-off-by: Michael Niedermayer …
|
|
|
@d92fea2b
|
13 years |
martin |
cinepak, simplify, use AV_RB24()
Signed-off-by: Michael Niedermayer …
|
|
|
@a2b51fe8
|
13 years |
martin |
cinepak: simplify, use FFMIN()
Signed-off-by: Michael Niedermayer …
|
|
|
@b55aa7df
|
13 years |
martin |
cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 …
|
|
|
@795d9594
|
13 years |
martin |
applehttp: Fix seeking in streams not starting at DTS=0
The Apple …
|
|
|
@dbc2424
|
13 years |
martin |
http: Don't use the normal http proxy mechanism for https
The tls …
|
|
|
@2565dbe
|
13 years |
martin |
tls: Handle connection via a http proxy
Signed-off-by: Martin Storsjö …
|
|
|
@f5c5d57b
|
13 years |
martin |
http: Reorder two code blocks
This is in preparation for a later …
|
|
|
@9f1dae94
|
13 years |
martin |
http: Add a new protocol for opening connections via http proxies
…
|
|
|
@bf7723a6
|
13 years |
martin |
http: Split out the non-chunked buffer reading part from http_read
…
|
|
|
@ddf9b510
|
13 years |
martin |
segafilm: add support for raw videos
Signed-off-by: Martin Storsjö …
|
|
|
@525c5b08
|
13 years |
martin |
rtpdec: only use RTCP for PTS when synchronizing multiple streams
…
|
|
|
@12348ca2
|
13 years |
martin |
rtpdec: unwrap RTP timestamps for PTS calculation
The timestamp field …
|
|
|
@bb4b0ad8
|
13 years |
alex.converse |
vp5: Fix illegal read.
Found with Address Sanitizer
|
|
|
@e0966eb1
|
13 years |
alex.converse |
vp6: Fix illegal read.
Found with Address Sanitizer
Signed-off-by: …
|
|
|
@92db95e9
|
13 years |
martin |
tls: Use TLSv1_client_method for OpenSSL
TLSv1 is compatible with …
|
|
|
@268fb3f9
|
13 years |
martin |
mpegaudiodec: Don't use a nonexistent log context for av_dlog
This …
|
|
|
@18579f0
|
13 years |
martin |
avformat: Accept the ISO8601 separate format as input, too
This makes …
|
|
|
@4a835416
|
13 years |
martin |
avformat: Interpret times in ff_iso8601_to_unix_time as UTC
This …
|
|
|
@62706711
|
13 years |
martin |
avutil: Add av_timegm as a public function
This is useful, since the …
|
|
|
@747283a0
|
13 years |
martin |
cinepak: Add another special case so that it can handle the following …
|
|
|
@ffc638c2
|
13 years |
martin |
lagarith: add some RGBA decoding support
Signed-off-by: Martin …
|
|
|
@39616fc3
|
13 years |
martin |
lagarith: Add correct line prediction for RGB
Signed-off-by: Martin …
|
|
|
@52767d89
|
13 years |
mans |
lavf: fix multiplication overflow in avformat_find_stream_info()
…
|
|
|
@f1d1516e
|
13 years |
justin.ruggles |
cosmetics: indentation
|
|
|
@1158745a
|
13 years |
justin.ruggles |
mpegaudiodec: init static tables in AVCodec.init_static_data()
|
|
|
@3f5d6a66
|
13 years |
mans |
binkvideo: simplify and remove invalid shifts
Signed-off-by: Mans …
|
|
|
@2625b621
|
13 years |
lu_zero |
pulse: compute frame_duration once and fix it
The frame duration was …
|
|
|
@caf27e37
|
13 years |
lu_zero |
lavf: simplify format_child_class_next()
And fix the error introduced …
|
|
|
@ac3dbb4d
|
13 years |
lu_zero |
hwaccel: OS X Video Decoder Acceleration (VDA) support.
…
|
|
|
@d8a09169
|
13 years |
janne-libav |
doc: add support for an optional navigation bar in texi2html pages
…
|
|
|
@32caa7b
|
13 years |
anton |
lavf: pass options from AVFormatContext to avio.
|
|
|
@9d77a8fa
|
13 years |
anton |
avformat: Use avio_open2, pass the AVFormatContext interrupt_callback …
|
|
|
@1dee0aca
|
13 years |
anton |
avio: add avio_open2, taking an interrupt callback and options
The …
|
|
|
@ddffc2fd
|
13 years |
anton |
avio: add support for passing options to protocols.
Not used anywhere …
|
|
|
@163a3113
|
13 years |
anton |
avio: add and use ffurl_protocol_next().
|
|
|
@6ef350c1
|
13 years |
anton |
avformat: Pass the interrupt callback on to chained muxers/demuxers
…
|
|
|
@6f1b7b39
|
13 years |
anton |
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
…
|
|
|