|
|
|
@f35ff97f
|
14 years |
anton |
lavf: use designated initializers for all protocols
This is more …
|
|
|
@a6aa7a1a
|
14 years |
anton |
applehttp: don't use deprecated url_ functions.
|
|
|
@d6bbe761
|
14 years |
anton |
avio: move two ff_udp_* functions from avio_internal to url.h
|
|
|
@acaceca2
|
14 years |
anton |
asfdec: remove a forgotten declaration of nonexistent function
|
|
|
@026e175
|
14 years |
anton |
avio: deprecate the typedef for URLInterruptCB
There's no particular …
|
|
|
@a203125
|
14 years |
lu_zero |
proto: include os_support.h in network.h
Fix compilation on systems …
|
|
|
@91819763
|
14 years |
anton |
matroskaenc: don't write an empty Cues element.
|
|
|
@9f5ddd1e
|
14 years |
anton |
lavc: add a FF_API_REQUEST_CHANNELS deprecation macro
And hide …
|
|
|
@5cec8971
|
14 years |
anton |
avio: move extern url_interrupt_cb declaration from avio.h to url.h
|
|
|
@8e76a19b
|
14 years |
anton |
avio: make av_register_protocol2 internal.
|
|
|
@80c6e238
|
14 years |
anton |
avio: avio_ prefix for url_set_interrupt_cb.
|
|
|
@f87b1b37
|
14 years |
anton |
avio: AVIO_ prefixes for URL_ open flags.
|
|
|
@3d42d493
|
14 years |
lu_zero |
proto: introduce listen option in tcp
This way is possible to have …
|
|
|
@a013291d
|
14 years |
lu_zero |
doc: clarify configure features
This way people will not get …
|
|
|
@ebba2b3e
|
14 years |
lu_zero |
proto: factor ff_network_wait_fd and use it on udp
Support the …
|
|
|
@1f6265e0
|
14 years |
anton |
Fix parser: mark av_parser_parse() for removal on next major bump
Fix …
|
|
|
@0464ee9a
|
14 years |
anton |
swscale: postpone sws_getContext removal until next major bump.
The …
|
|
|
@0ba83223
|
14 years |
janne-libav |
fate: add AAC LATM test
|
|
|
@6e37b45
|
14 years |
anton |
mmst: get rid of deprecated AVERRORs
|
|
|
@a2018b51
|
14 years |
anton |
lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.
|
|
|
@f5b386af
|
14 years |
anton |
Reemove remaining uses of deprecated AVERROR_NOTSUPP.
|
|
|
@56a1000
|
14 years |
anton |
lavf: if id3v2 tag is present and all else fails, guess by file extension
|
|
|
@5371803d
|
14 years |
janne-libav |
psymodel: extend API to include PE and bit allocation.
Signed-off-by: …
|
|
|
@668438a3
|
14 years |
anton |
avio: always compile dyn_buf functions
Fixes build with …
|
|
|
@ba9ef8d0
|
14 years |
janne-libav |
Remove unnecessary parameter from ff_thread_init() and fix behavior
…
|
|
|
@d6f66edd
|
14 years |
janne-libav |
Revert "aac_latm_dec: use aac context and aac m4ac"
This reverts …
|
|
|
@f4f05c45
|
14 years |
anton |
configure: tell user if libva is enabled like the rest of external …
|
|
|
@14cf0fd2
|
14 years |
anton |
Add silence support for AV_SAMPLE_FMT_U8.
Signed-off-by: Anton …
|
|
|
@b8404847
|
14 years |
anton |
avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internal
|
|
|
@1305d93c
|
14 years |
anton |
avio: deprecate av_url_read_seek
It's not used anywhere internally.
…
|
|
|
@fa104e14
|
14 years |
anton |
avio: deprecate av_url_read_pause
It's not used anywhere internally.
…
|
|
|
@5f2e6c0f
|
14 years |
mans |
ac3enc: NEON optimised extract_exponents
Signed-off-by: Mans Rullgard …
|
|
|
@2310ee4b
|
14 years |
mans |
ac3enc: move extract_exponents inner loop to ac3dsp
Signed-off-by: …
|
|
|
@727c7aa0
|
14 years |
anton |
avio: deprecate url_get_filename().
URLContext.filename should be …
|
|
|
@5958df3
|
14 years |
anton |
avio: deprecate url_max_packet_size().
URLContext.max_packet_size …
|
|
|
@1869ea03
|
14 years |
anton |
avio: make url_get_file_handle() internal.
|
|
|
@32a97d46
|
14 years |
anton |
avio: make url_filesize() internal.
|
|
|
@e52a914
|
14 years |
anton |
avio: make url_close() internal.
|
|
|
@58a48c65
|
14 years |
anton |
avio: make url_seek() internal.
|
|
|
@230a4686
|
14 years |
anton |
avio: cosmetics, move AVSEEK_SIZE/FORCE declarations together
|
|
|
@925e908b
|
14 years |
anton |
avio: make url_write() internal.
|
|
|
@dce37564
|
14 years |
anton |
avio: make url_read_complete() internal.
|
|
|
@bc371aca
|
14 years |
anton |
avio: make url_read() internal.
|
|
|
@0589da0
|
14 years |
anton |
avio: make url_open() internal.
|
|
|
@62eaaeac
|
14 years |
anton |
avio: make url_connect internal.
|
|
|
@5652bb94
|
14 years |
anton |
avio: make url_alloc internal.
|
|
|
@0d8a33b1
|
14 years |
martin |
applehttp: Merge two for loops
The previous commit didn't do this …
|
|
|
@6cc7f139
|
14 years |
martin |
applehttp: Restructure the demuxer to use a custom AVIOContext
This …
|
|
|
@d3964da2
|
14 years |
martin |
applehttp: Move finished and target_duration to the variant struct
…
|
|
|
@57cc1ad
|
14 years |
janne-libav |
aacenc: reduce the number of loop index variables
Signed-off-by: …
|
|
|
@333e8943
|
14 years |
anton |
avio: deprecate url_open_protocol
The unbuffered API will be made …
|
|
|
@e2307053
|
14 years |
anton |
avio: deprecate url_poll and URLPollEntry
They're unimplemented and …
|
|
|
@e05a3ac
|
14 years |
justin.ruggles |
ac3enc: select bandwidth based on bit rate, sample rate, and number of …
|
|
|
@e3c007bb
|
14 years |
justin.ruggles |
flvdec: fix segfault in amf_parse_object() due to NULL key
fixes …
|
|
|
@906fd030
|
14 years |
mans |
fate: fix partial run when no samples path is specified
This restores …
|
|
|
@f7653904
|
14 years |
mans |
ARM: NEON fixed-point forward MDCT
Signed-off-by: Mans Rullgard …
|
|
|
@dba9852
|
14 years |
mans |
ARM: NEON fixed-point FFT
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@4dcde00c
|
14 years |
anton |
lavf: bump minor version and add an APIChanges entry for avio changes
|
|
|
@8bea72f7
|
14 years |
anton |
avio: simplify url_open_dyn_buf_internal by using avio_alloc_context()
|
|
|
@724f6a0f
|
14 years |
anton |
avio: make url_fdopen internal.
The unbuffered URLContext API will be …
|
|
|
@403ee835
|
14 years |
anton |
avio: make url_open_dyn_packet_buf internal.
It doesn't look fit to …
|
|
|
@6dc7d80d
|
14 years |
anton |
avio: avio_ prefix for url_close_dyn_buf
|
|
|
@b92c5452
|
14 years |
anton |
avio: avio_ prefix for url_open_dyn_buf
|
|
|
@8978feda
|
14 years |
anton |
avio: introduce an AVIOContext.seekable field
Use it instead of …
|
|
|
@79997def
|
14 years |
mans |
ac3enc: use generic fixed-point mdct
This makes the AC3 encoder use …
|
|
|
@aadfc9ee
|
14 years |
anton |
lavfi: add fade filter
Port fade filter from libavfilter soc repo, …
|
|
|
@233ed6b3
|
14 years |
anton |
Change yadif to not use out of picture lines.
Fixes issue2272.
…
|
|
|
@4e3945fd
|
14 years |
anton |
lavc: deprecate AVCodecContext.antialias_algo
It's been unused since …
|
|
|
@4a49d2d5
|
14 years |
anton |
lavc: mark mb_qmin/mb_qmax for removal on next major bump.
They've …
|
|
|
@bc154882
|
14 years |
mans |
Fixed-point MDCT with 32-bit unscaled output
Signed-off-by: Mans …
|
|
|
@ed5fcd6
|
14 years |
anton |
lavc: deprecate rate_emu
It's not used anywhere and apparrently …
|
|
|
@8ed2ae09
|
14 years |
anton |
lavc: mark hurry_up for removal on next major bump
It has been …
|
|
|
@9073ca6c
|
14 years |
anton |
parser: mark av_parser_parse() for removal on next major bump
Fixes …
|
|
|
@6f3d3eac
|
14 years |
anton |
lavc: add missing audioconvert includes
|
|
|
@b4b167ec
|
14 years |
anton |
jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY
|
|
|
@aa05f21
|
14 years |
mans |
ac3enc: ARM optimised ac3_compute_matissa_size
Signed-off-by: Mans …
|
|
|
@182826c8
|
14 years |
mans |
ac3: armv6 optimised bit_alloc_calc_bap
Signed-off-by: Mans Rullgard …
|
|
|
@5085a1a0
|
14 years |
mans |
fate: simplify fft test rules
Signed-off-by: Mans Rullgard …
|
|
|
@3c96c648
|
14 years |
anton |
avio: document avio_alloc_context.
|
|
|
@ab11317c
|
14 years |
anton |
lavf: make compute_chapters_end less picky.
In particular, now it …
|
|
|
@0e635f3e
|
14 years |
anton |
sierravmd: fix Indeo3 videos
Signed-off-by: Anton Khirnov …
|
|
|
@41327cca
|
14 years |
mans |
FFT: simplify fft8()
Part of the fft8() function corresponds to the …
|
|
|
@b41a108
|
14 years |
mans |
fate: add fixed-point fft/mdct tests
Signed-off-by: Mans Rullgard …
|
|
|
@6efe6028
|
14 years |
mans |
Fixed-point support in fft-test
Signed-off-by: Mans Rullgard …
|
|
|
@29a29043
|
14 years |
anton |
ape: check that number of seektable entries is equal to number of …
|
|
|
@e006d71f
|
14 years |
anton |
mpegts: propagate avio EOF in read_packet()
Allows distinguishing …
|
|
|
@1c69c79f
|
14 years |
martin |
configure: Initial support for --target-os=symbian
Signed-off-by: …
|
|
|
@7087ce08
|
14 years |
mans |
Fixed-point FFT and MDCT
|
|
|
@2f97b12e
|
14 years |
mans |
Include dependencies for test programs
This makes sure the various …
|
|
|
@7f6e05cd
|
14 years |
mans |
ac3enc: simplify sym_quant()
These expressions are equivalent since …
|
|
|
@cb7e2c1c
|
14 years |
anton |
flvdec: read index stored in the 'keyframes' tag.
'keyframes' metatag …
|
|
|
@9dd94f83
|
14 years |
anton |
mov: Add support for zero-sized stsc runs.
A zero sized stsc run …
|
|
|
@229e2631
|
14 years |
lu_zero |
rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers
…
|
|
|
@4b6f097b
|
14 years |
anton |
mlp_parse.c: set AVCodecContext channel_layout
The channel layout …
|
|
|
@95c851e2
|
14 years |
anton |
APIChanges: mark the place where 0.6 was branched.
|
|
|
@b64030f2
|
14 years |
anton |
avio: make get_checksum() internal.
|
|
|
@d09cc22d
|
14 years |
anton |
avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.h
|
|
|
@4c4427a7
|
14 years |
anton |
avio: make init_checksum() internal.
|
|
|
@ce02f9be
|
14 years |
anton |
Add MxPEG decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@e0e3b8b2
|
14 years |
anton |
Add support for picture_ptr field in MJpegDecodeContext
…
|
|
|