|
|
|
@1bd22229
|
12 years |
michaelni |
Merge commit '73871dc96ff78053b9dcd0eb259b7f5a5308ec87'
* commit …
|
|
|
@d19728da
|
12 years |
michaelni |
Merge commit '0edae4e6286096023cdd6adea74722fa06029867'
* commit …
|
|
|
@2e59210e
|
12 years |
Clément Bœsch |
lavc/h264: don't touch H264Context->ref_count[] during MB decoding.
…
|
|
|
@5cdd3b99
|
12 years |
michaelni |
hls: Disable http seekability probing
Some HLS servers return 403 …
|
|
|
@8a33210d
|
12 years |
michaelni |
http: prevent the Range header being sent when seekability probing …
|
|
|
@dd1e6b2a
|
12 years |
michaelni |
http: add option to prevent probing for HTTP seekability
Add an …
|
|
|
@cf5a98b9
|
12 years |
michaelni |
mpeg2videodec: fix list of supported frame rates to include sane ext …
|
|
|
@66a4ac51
|
12 years |
michaelni |
libspeexenc: Updated commentary to reflect recent changes
…
|
|
|
@038325ac
|
12 years |
michaelni |
libspeexenc: Add an option for enabling DTX
Discontinuous …
|
|
|
@d5683420
|
12 years |
michaelni |
aacenc: fix out of array writes
The value used in allocation is based …
|
|
|
@60b433d9
|
12 years |
michaelni |
movenc.c: Add support for >16bit BE flavours
Currently only LE …
|
|
|
@2e8dcde1
|
12 years |
michaelni |
ffplay: autodetect realtime streams and enable infbuf
Signed-off-by: …
|
|
|
@cb3fd029
|
12 years |
michaelni |
ffplay: add a 3rd state to infbuf for autodetection
Signed-off-by: …
|
|
|
@e214306
|
12 years |
michaelni |
mpeg2enc: support and use frame_rate_ext when needed
Signed-off-by: …
|
|
|
@489d8a79
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@0f1446a4
|
12 years |
michaelni |
Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'
* commit …
|
|
|
@73871dc9
|
12 years |
martin |
segment: Use the public av_write_header/av_write_trailer functions
…
|
|
|
@0edae4e6
|
12 years |
martin |
segment: Properly create new AVStreams for the chained muxer
Before, …
|
|
|
@aa9f128b
|
12 years |
martin |
segment: Add a missing space
Signed-off-by: Martin Storsjö …
|
|
|
@741f5b02
|
12 years |
michaelni |
Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'
* commit …
|
|
|
@4673a5a7
|
12 years |
anton |
vf_overlay: properly sync inputs.
Right now it incorrectly assumes …
|
|
|
@ab35ec29
|
12 years |
anton |
vf_overlay: get rid of pointless messing with timebase.
Output frames …
|
|
|
@cd15b7c0
|
12 years |
anton |
samplefmt: make av_samples_alloc() initialize the data to silence.
…
|
|
|
@047dcfa
|
12 years |
michaelni |
afq: sanity assert on remaining_samples
Signed-off-by: Michael …
|
|
|
@b27e2b6
|
12 years |
michaelni |
afq: update remaining samples variable.
Fixes Ticket1785 (opusenc …
|
|
|
@b02493e4
|
12 years |
michaelni |
movenc: force video timebase to be 0.1ms precisse at least.
The …
|
|
|
@c9df4890
|
12 years |
justin.ruggles |
libspeexdec: handle NULL return value from speex_packet_to_header()
…
|
|
|
@769ed305
|
12 years |
martin |
h264probe: Don't error out on bits that no longer are reserved
…
|
|
|
@1481e198
|
12 years |
janne-libav |
mpegvideo: set extended_data in ff_update_duplicate_context()
…
|
|
|
@29abb04e
|
12 years |
justin.ruggles |
libspeexdec: If the channel count is not valid, decode as stereo.
…
|
|
|
@45e5d0c3
|
12 years |
justin.ruggles |
libspeexdec: properly handle DTX for multiple frames-per-packet
|
|
|
@908e22b9
|
12 years |
justin.ruggles |
libspeexdec: move the SpeexHeader from LibSpeexContext to where it is used
|
|
|
@892695c
|
12 years |
justin.ruggles |
libspeexdec: simplify setting of frame_size
|
|
|
@27c3f9c
|
12 years |
justin.ruggles |
libspeexdec: set channel_layout
|
|
|
@3b061c5e
|
12 years |
justin.ruggles |
libspeexdec: improve setting of Speex mode and sample rate
If there …
|
|
|
@5e6439a1
|
12 years |
michaelni |
ff_choose_timebase: only try factors upto 14
otherwise a unexpected …
|
|
|
@de707bc8
|
12 years |
michaelni |
mux/nut: factorize ff_choose_timebase() out of nut
Signed-off-by: …
|
|
|
@ad11681a
|
12 years |
martin |
libspeex: Add a private option for enabling VAD
Speex detects …
|
|
|
@05e5a24f
|
12 years |
michaelni |
tiffenc: remove unused variable
Signed-off-by: Michael Niedermayer …
|
|
|
@f0fce9f3
|
12 years |
martin |
xtea: Test inplace decryption
Based on test code by: Giorgio Vazzana …
|
|
|
@b434500
|
12 years |
martin |
xtea: Fix CBC decryption when src==dst
Signed-off-by: Martin Storsjö …
|
|
|
@ca074cc3
|
12 years |
martin |
xtea: Factorize testing into a separate function
Based on a patch by …
|
|
|
@fd712a5
|
12 years |
diego |
configure: Refactor HAVE_ options available on the command line
|
|
|
@8be5b0d6
|
12 years |
diego |
avconv/avprobe: Add missing 'void' to exit_program() definition
|
|
|
@dc82b2c0
|
12 years |
michaelni |
framecrcenc: print flags and side data elements
The new fields are …
|
|
|
@6a697b42
|
12 years |
michaelni |
parser: fix large overreads
Signed-off-by: Michael Niedermayer …
|
|
|
@1e2e2c80
|
12 years |
Clément Bœsch |
lavc/h264: move ff_init_cabac_states() from decode_slice() to …
|
|
|
@05e209c0
|
12 years |
mans |
Allow use of strncpy()
There are cases where strncpy() does exactly …
|
|
|
@75366a50
|
12 years |
martin |
blowfish: Add more tests
Test inplace ECB, normal CBC and inplace CBC …
|
|
|
@87f023f2
|
12 years |
martin |
blowfish: Fix CBC decryption with dst==src
Signed-off-by: Martin …
|
|
|
@0cc9a64b
|
12 years |
martin |
blowfish: Factorize testing into a separate function
Signed-off-by: …
|
|
|
@7e5496fc
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ARM: …
|
|
|
@51a15ed7
|
12 years |
mans |
ARM: use numeric ID for Tag_ABI_align_preserved
Some old assemblers …
|
|
|
@695f0869
|
12 years |
michaelni |
ffv1dec: print bps for pict debug too
Signed-off-by: Michael …
|
|
|
@df824548
|
12 years |
michaelni |
8svx: Fixing header size, move decoding to per call instead of the …
|
|
|
@26d1c7d9
|
12 years |
michaelni |
8svx: avoid custom clip, avoid +128 for compressed data.
Based on: …
|
|
|
@6eed92a2
|
12 years |
michaelni |
8svx: fix delta_decode cliping limits
Signed-off-by: Michael …
|
|
|
@72f10d54
|
12 years |
michaelni |
8svx: copy start value in output samples.
Otherwise, the last byte of …
|
|
|
@f077e1fb
|
12 years |
michaelni |
ffserver: fix potential buffer overflow, based on wrong fscanf format …
|
|
|
@d4e82a34
|
12 years |
michaelni |
8svx: remove malloc and memcpy that have become unneeded
…
|
|
|
@4edb34f6
|
12 years |
martin |
segment: Pass the interrupt callback on to the chained …
|
|
|
@8f0168a3
|
12 years |
michaelni |
fix exit_program() prototypes
This fixes 2 warnings
Signed-off-by: …
|
|
|
@1ca3b62b
|
12 years |
mans |
ARM: bswap: drop armcc version of av_bswap16()
This function causes …
|
|
|
@5e826fd6
|
12 years |
mans |
ARM: set Tag_ABI_align_preserved in all asm files
All our ARM asm …
|
|
|
@032ba74
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ARM: …
|
|
|
@dd78e109
|
12 years |
michaelni |
Merge commit '1e46c63eb72be752e044ba32257d77f35cbd9dac'
* commit …
|
|
|
@6cbbf4a2
|
12 years |
michaelni |
Merge commit '86bbdf865e04bc5ddc2021b0620e6de634375253'
* commit …
|
|
|
@513042c9
|
12 years |
michaelni |
Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd'
* commit …
|
|
|
@f5b31daa
|
12 years |
michaelni |
libopusenc: use more specific and correct name for the channel order
…
|
|
|
@e88ca80d
|
12 years |
michaelni |
Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'
* commit …
|
|
|
@82db8ee3
|
12 years |
michaelni |
Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'
* commit …
|
|
|
@f7f5370b
|
12 years |
michaelni |
mov: add option to ignore edit lists.
Signed-off-by: Michael …
|
|
|
@7bda4ed7
|
12 years |
mans |
ARM: fix Thumb PIC on Apple
LDR with register offset and PC as base …
|
|
|
@72d30b27
|
12 years |
lu_zero |
nut: add do {} while (0) to GET_V
Make it consistent with the other …
|
|
|
@e97e0eff
|
12 years |
stefasab |
doc/swresample.txt: fix typos
|
|
|
@c053f486
|
12 years |
stefasab |
lavfi/transpose: add passthrough option
|
|
|
@63000627
|
12 years |
stefasab |
lavfi/transpose: add support to named options and shortands
Allow …
|
|
|
@b92dfb56
|
12 years |
alex.converse |
tiffenc: Check av_malloc() results.
|
|
|
@9bc055e3
|
12 years |
alex.converse |
tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.
|
|
|
@c785b6db
|
12 years |
michaelni |
Libspeex VAD support
Option for Voice Activity Detection is added to …
|
|
|
@44ae7bad
|
12 years |
michaelni |
ffmpeg: print muxed packet sizes in debug output too
Signed-off-by: …
|
|
|
@4abc411b
|
12 years |
michaelni |
nutenc: choose for non audio streams a timebase with finer resolution. …
|
|
|
@e3fb5bc1
|
12 years |
michaelni |
nut: store and read the r_frame_rate
With this, when we use a finer …
|
|
|
@4eb0f5f6
|
12 years |
michaelni |
nutenc: use 1/sample rate as timebase for audio instead of …
|
|
|
@c4dba58f
|
12 years |
Clément Bœsch |
isom: fix redundant redeclaration of ff_mov_read_chan().
Silence a …
|
|
|
@5e3f9979
|
12 years |
derek.buitenhuis |
Use atexit() instead of defining a custom exit_program() interface.
|
|
|
@bd680c7b
|
12 years |
derek.buitenhuis |
msvc: Fix detection of VFW & Avisynth required libs
It should be …
|
|
|
@2308c5bb
|
12 years |
Clément Bœsch |
lavfi/edgedetect: add missing minus in a comment.
|
|
|
@d771b1d1
|
12 years |
Clément Bœsch |
lavfi: EBU R.128 scanner.
|
|
|
@81bbce9c
|
12 years |
Clément Bœsch |
Move xGA font data from lavc to lavu.
This needs to be accessible for …
|
|
|
@1e46c63e
|
12 years |
lu_zero |
avformat: refactor avformat_write_header
Split away option settings, …
|
|
|
@86bbdf8
|
12 years |
lu_zero |
avformat: refactor avformat_write_header
Mostly cosmetic changes …
|
|
|
@55f9037f
|
12 years |
lu_zero |
avformat: split muxing functions from util.c
|
|
|
@bfcd4b6
|
12 years |
justin.ruggles |
adpcmdec: set AVCodec.sample_fmts
|
|
|
@1478a360
|
12 years |
justin.ruggles |
twinvq: use planar sample format
|
|
|
@a34be785
|
12 years |
justin.ruggles |
ralf: use planar sample format
|
|
|
@1a345903
|
12 years |
justin.ruggles |
mpc7/8: use planar sample format
|
|
|
@fd41cb43
|
12 years |
justin.ruggles |
avconv: improve sample format negotiation for decoder request
This …
|
|
|
@3fca0d72
|
12 years |
justin.ruggles |
iac/imc: use planar sample format
|
|
|
@64c312aa
|
12 years |
justin.ruggles |
dcadec: use float planar sample format
|
|
|