|
|
|
@ea0323b0
|
13 years |
shahriman_ams |
call revert_cdlms()
|
|
|
@6cf31ef2
|
13 years |
shahriman_ams |
Fix some loop conditions to prevent overreads
|
|
|
@a3a8d5e0
|
13 years |
shahriman_ams |
Initialize pred in lms_predict()
|
|
|
@7a9807d
|
13 years |
shahriman_ams |
Clean-up
|
|
|
@3e2f664b
|
13 years |
shahriman_ams |
dump_int_buffer() to dump samples from a buffer
|
|
|
@caf9eb8
|
13 years |
shahriman_ams |
Implement revert_cdlms()
|
|
|
@d47782df
|
13 years |
shahriman_ams |
Doxy for reset_codec()
|
|
|
@3e4901b2
|
13 years |
shahriman_ams |
Store transient state and position of transient area
|
|
|
@3f3d2b5f
|
13 years |
shahriman_ams |
Implement use_high_update_speed() and use_normal_update_speed()
|
|
|
@1e0db1c
|
13 years |
shahriman_ams |
Initialize num_logged_tiles and remove unnecessary codes
|
|
|
@5b2680a2
|
13 years |
shahriman_ams |
Log index for each line of output
|
|
|
@a7c31f15
|
13 years |
shahriman_ams |
Log tile size
|
|
|
@d5aef477
|
13 years |
shahriman_ams |
Output decoded residues
|
|
|
@f3d349f6
|
13 years |
shahriman_ams |
Replace placeholders with actual calls to clear_codec_buffers() and …
|
|
|
@269a0dee
|
13 years |
shahriman_ams |
Implement lms_update()
|
|
|
@0faae51
|
13 years |
shahriman_ams |
Implement lms_predict()
|
|
|
@03684c8f
|
13 years |
shahriman_ams |
Implement reset_codec()
|
|
|
@93d2cabd
|
13 years |
shahriman_ams |
Add missing syntax elements to WmallDecodeCtx
|
|
|
@79b16e78
|
13 years |
shahriman_ams |
Add .recent syntax element to cdlms struct
|
|
|
@87b9c23b
|
13 years |
shahriman_ams |
Implement clear_codec_buffers()
|
|
|
@d58db720
|
13 years |
shahriman_ams |
Add buffers to context necessary for reverting cdmls and mclms filter
|
|
|
@a80a10bd
|
13 years |
shahriman_ams |
Use avpriv_copy_bits() instead of ff_copy_bits()
|
|
|
@374582ac
|
13 years |
shahriman_ams |
Cosmetics
|
|
|
@fa3e0190
|
13 years |
shahriman_ams |
Add missing ff_ before the AVCodec struct for wmalossless
|
|
|
@4d9d9a4
|
13 years |
shahriman_ams |
wmall: Working bitstream parser
|
|
|
@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
…
|
|
|
@9957cdbf
|
13 years |
anton |
avformat: Use ff_check_interrupt
|
|
|
@c4a090dd
|
13 years |
anton |
avio: Add an internal utility function for checking the new interrupt …
|
|
|
@6aa0b98f
|
13 years |
anton |
avio: Add AVIOInterruptCB
This is a better io interrupt callback …
|
|
|
@58b68d6b
|
13 years |
lu_zero |
texi2html: remove stray \n
Single-quoted strings are printed verbatim …
|
|
|
@84fb63ed
|
13 years |
lu_zero |
doc: prettyfy the texi2html documentation
make it use the website css …
|
|
|
@8283f90a
|
13 years |
lu_zero |
swscale: handle unaligned buffers in yuv2plane1
The issue had been …
|
|
|
@29ae0565
|
13 years |
janne-libav |
vble: remove vble_error_close
It does not make much sense to factor …
|
|
|
@c433a3f9
|
13 years |
martin |
VBLE Decoder
Add a decoder for the VBLE Lossless Codec, which
still …
|
|
|
@b656c4d0
|
13 years |
justin.ruggles |
tta: use an integer instead of a pointer to iterate output samples
|
|
|
@5c210e2c
|
13 years |
justin.ruggles |
shorten: do not modify samples pointer when interleaving
|
|
|
@befc473c
|
13 years |
justin.ruggles |
mpc7: only support stereo input.
The Musepack SV7 reference encoder …
|
|
|
@8dbc6d03
|
13 years |
justin.ruggles |
dpcm: do not try to decode empty packets
|
|
|
@e79da63
|
13 years |
justin.ruggles |
dpcm: remove unneeded buf_size==0 check.
It is already checked in …
|
|
|
@9d06037d
|
13 years |
justin.ruggles |
twinvq: add SSE/AVX optimized sum/difference stereo interleaving
|
|
|
@7b966566
|
13 years |
justin.ruggles |
vqf/twinvq: pass vqf COMM chunk info in extradata
This is needed …
|
|
|
@ca482ce4
|
13 years |
justin.ruggles |
vqf: do not set bits_per_coded_sample for TwinVQ.
It is a lossy codec …
|
|
|
@a8a6da4a
|
13 years |
justin.ruggles |
twinvq: check for allocation failure in init_mdct_win()
|
|
|
@124e5645
|
13 years |
rsbultje |
swscale: add padding to conversion buffer.
Altivec does unaligned …
|
|
|
@b8a1b880
|
13 years |
martin |
rtpdec: Simplify finalize_packet
Signed-off-by: Martin Storsjö …
|
|
|
@b911518d
|
13 years |
martin |
http: Handle proxy authentication
Tested with both Basic and Digest …
|
|
|