|
|
|
@b00e56b
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@24742524
|
11 years |
michaelni |
avutil/x86: disable ff_evaluate_lls_sse2() for 32bit
It just …
|
|
|
@7e112df4
|
11 years |
onemda |
flac_parser: check return value of av_fifo_alloc()
Signed-off-by: …
|
|
|
@9e6d063d
|
11 years |
michaelni |
lavf/movenc: use ffio_fill()
Signed-off-by: Michael Niedermayer …
|
|
|
@4e996604
|
11 years |
michaelni |
mpegts: use seek_back() for all seek backs
Signed-off-by: Michael …
|
|
|
@a5f23d8d
|
11 years |
michaelni |
mpegts: factor seek_back() out
Signed-off-by: Michael Niedermayer …
|
|
|
@b7c66852
|
11 years |
michaelni |
mpegts_read_header: goto fail instead of return directly
…
|
|
|
@afddf0d9
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mjpeg: …
|
|
|
@e3fb8ac9
|
11 years |
michaelni |
Merge commit '7520d9779c6d30b385df5a0a42da508238076192'
* commit …
|
|
|
@f803e0dc
|
11 years |
Carl Eugen Hoyos |
Support compilation on aix with gcc.
Shared libraries and the IBM …
|
|
|
@0915b531
|
11 years |
Carl Eugen Hoyos |
Rename "AVClass class" as "AVClass component_class".
The aix header …
|
|
|
@742b9617
|
11 years |
Carl Eugen Hoyos |
Rename constant FRAMESIZE in ra144 codec as FRAME_SIZE.
The aix …
|
|
|
@674d8a9
|
11 years |
Carl Eugen Hoyos |
Rename thread_init() in libavcodec and libavfilter as …
|
|
|
@33f5d70d
|
11 years |
Carl Eugen Hoyos |
Rename constant HZ in af_biquads.c as HERTZ.
The aix header …
|
|
|
@6258e86d
|
11 years |
Carl Eugen Hoyos |
Drop local lable from ppc asm timer.
The aix assembler does not …
|
|
|
@06549cee
|
11 years |
michaelni |
Merge commit '7798a59dc14ae27efe64e639a42646002608a908'
* commit …
|
|
|
@c1fc4ff9
|
11 years |
michaelni |
Merge commit '02ec656af72030eea4f3d63e30b25625cce6a3df'
* commit …
|
|
|
@490ed7f
|
11 years |
michaelni |
Merge commit 'd4a217a408da4bd63acc02cd8f9ebe378a2ad65a'
* commit …
|
|
|
@97947d9b
|
11 years |
michaelni |
Merge commit '183880cfc4aae53ce504e13337791cad5841c80c'
* commit …
|
|
|
@e27be795
|
11 years |
michaelni |
avcodec/lpc: Use a function pointer from an initialized context
Fixes …
|
|
|
@32a39552
|
11 years |
michaelni |
Merge commit 'c93ccf5a4cca722b39f05e9f5660b4cb75bc1740'
* commit …
|
|
|
@6e76e6a0
|
11 years |
michaelni |
Merge commit 'b545179fdff1ccfbbb9d422e4e9720cb6c6d9191'
* commit …
|
|
|
@a285079b
|
11 years |
michaelni |
lls.asm: disable ff_update_lls_avx
The code doesnt build with yasm …
|
|
|
@0b40c505
|
11 years |
michaelni |
lls.asm: put avx code under if HAVE_AVX_EXTERNAL
Signed-off-by: …
|
|
|
@78b54796
|
11 years |
michaelni |
Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'
* commit …
|
|
|
@c93a4247
|
11 years |
michaelni |
Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2'
* commit …
|
|
|
@d3bd320e
|
11 years |
michaelni |
Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'
* commit …
|
|
|
@6765ee7
|
11 years |
lu_zero |
mjpeg: Check the unescaped size for overflows
And contextually check …
|
|
|
@7520d977
|
11 years |
lu_zero |
mjpeg: Move code out of else branch
Simplify the control flow and …
|
|
|
@ff130d73
|
11 years |
michaelni |
get_xbits: assert validity of the number of bits
similar is already …
|
|
|
@68efb1d6
|
11 years |
michaelni |
4xm: Dont ignore dc run errors
Signed-off-by: Michael Niedermayer …
|
|
|
@13c56e9a
|
11 years |
michaelni |
4xm: check for invalid zero ac coeffs
Signed-off-by: Michael …
|
|
|
@6d6eabd3
|
11 years |
michaelni |
mjpeg_decode_dc: check code before using it in get_xbits()
Fixes …
|
|
|
@58950ca
|
11 years |
derek.buitenhuis |
ffmpeg: Don't include colorspace.h
The header is private, and …
|
|
|
@a2802d3c
|
11 years |
michaelni |
get_pix_fmt_score: favor equal formats if all else equal
Fixes …
|
|
|
@7798a59d
|
11 years |
derek.buitenhuis |
avconv: Don't include colorspace.h
The header is private, and …
|
|
|
@7f866c14
|
11 years |
michaelni |
update all trac links to use the trac subdomain
Signed-off-by: …
|
|
|
@a2e50fa
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@02ec656a
|
11 years |
lu_zero |
wmapro: error out on impossible scale factor offsets
Reported-by: …
|
|
|
@d4a217a4
|
11 years |
lu_zero |
wmapro: check the min_samples_per_subframe
Must be at least …
|
|
|
@183880cf
|
11 years |
lu_zero |
pictor: use the correct logging context
Broken in …
|
|
|
@2fa89b2
|
11 years |
michaelni |
Added codec ID to playback DNxHD
Signed-off-by: Michael Niedermayer …
|
|
|
@225f78b7
|
11 years |
Carl Eugen Hoyos |
Avoid a null pointer dereference on clean-up after oom in ac3 encoder.
|
|
|
@90bd75e
|
11 years |
Carl Eugen Hoyos |
Avoid a null pointer dereference on oom when decoding smacker.
Fixes …
|
|
|
@a1dbe49d
|
11 years |
Carl Eugen Hoyos |
Propagate error return values from the smacker decoder.
|
|
|
@ac83d621
|
11 years |
Carl Eugen Hoyos |
Avoid a null pointer dereference on oom when decoding vc1.
Fixes …
|
|
|
@d47168e7
|
11 years |
stefasab |
doc/muxers: apply various minor fixes to segment documentation
|
|
|
@f150db09
|
11 years |
stefasab |
doc/muxers: sort muxers by name
|
|
|
@c93ccf5
|
11 years |
lu_zero |
lpc: use levinson for the first pass of multipass cholesky
Levinson …
|
|
|
@b545179f
|
11 years |
lu_zero |
x86: lpc: simd av_evaluate_lls
1.5x-1.8x faster on sandybridge
…
|
|
|
@502ab21a
|
11 years |
lu_zero |
x86: lpc: simd av_update_lls
4x-6x faster on sandybridge
…
|
|
|
@41578f70
|
11 years |
lu_zero |
lpc: use function pointers, in preparation for asm
Signed-off-by: …
|
|
|
@cc6714bb
|
11 years |
lu_zero |
lpc: remove "decay" argument
We never used the rolling-average mode, …
|
|
|
@a3e9f4c3
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
wmapro: …
|
|
|
@562e8d01
|
11 years |
michaelni |
Merge commit '6652338f43ef623045912d7f28b61adea05d27ae'
* commit …
|
|
|
@3e33db3f
|
11 years |
michaelni |
Merge commit 'e30b068ef79f604ff439418da07f7e2efd01d4ea'
* commit …
|
|
|
@c1343897
|
11 years |
michaelni |
Merge commit 'afe03092dd693d025d43e1620283d8d285c92772'
* commit …
|
|
|
@53fd1ab2
|
11 years |
michaelni |
avformat: make av_register_*put_format() thread safe
Signed-off-by: …
|
|
|
@b36b5edb
|
11 years |
michaelni |
avcodec/bitstream_filter: make av_register_bitstream_filter() thread …
|
|
|
@08f6fdc3
|
11 years |
michaelni |
avcodec/parser: Make av_register_codec_parser() thread safe
…
|
|
|
@8738d942
|
11 years |
michaelni |
avcodec: Make av_register_hwaccel() and avcodec_register() thread safe …
|
|
|
@a9bbf59b
|
11 years |
michaelni |
cosmetics: Fix "dont" "wont" "doesnt" typos
Signed-off-by: Michael …
|
|
|
@fc736a99
|
11 years |
michaelni |
flac_parser.c: fix case when final frame is a false positive
Should …
|
|
|
@804c7b2
|
11 years |
michaelni |
udp: Fix receiving large udp packets
Signed-off-by: Michael …
|
|
|
@36748d4b
|
11 years |
onemda |
tak_parser: properly mark packets as key frames
Signed-off-by: Paul B …
|
|
|
@2bccd82c
|
11 years |
Carl Eugen Hoyos |
Do not list libshine like a main option in configure's output.
It is …
|
|
|
@3822936
|
11 years |
lu_zero |
wmapro: check num_vec_coeffs against the actual available buffer
…
|
|
|
@6652338f
|
11 years |
lu_zero |
wmapro: return early on unsupported condition
Reported-by: Mateusz …
|
|
|
@e30b068e
|
11 years |
lu_zero |
wmapro: make sure there is room to store the current packet
Prevent …
|
|
|
@afe03092
|
11 years |
lu_zero |
lavc: move put_bits_left in put_bits.h
|
|
|
@7eb5288f
|
11 years |
stefasab |
doc/decoders: document libopus decoder
Signed-off-by: Stefano …
|
|
|
@934df3b
|
11 years |
stefasab |
doc/encoders: alphabetically list the encoders
Signed-off-by: Stefano …
|
|
|
@22364567
|
11 years |
michaelni |
avfilter/avfilter: Make avfilter_register() thread safe
…
|
|
|
@16310e36
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@831e749b
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
aac: …
|
|
|
@1bcfb1e
|
11 years |
michaelni |
Merge commit '6d8629aac13692447b54eac795bf74007ebf8987'
* commit …
|
|
|
@41f3c60f
|
11 years |
Carl Eugen Hoyos |
Avoid a null pointer dereference in avcodec_decode_video2().
This …
|
|
|
@f9183321
|
11 years |
Carl Eugen Hoyos |
Set block_align when reading QDM2 in mov.
Fixes ticket #2718.
|
|
|
@7f1b3c2c
|
11 years |
Carl Eugen Hoyos |
Fix muxing QDM2 mono into caf.
|
|
|
@ef906390
|
11 years |
michaelni |
avfilter/vf_mp: preserve pixel format when possible
Fixes Ticket2577 …
|
|
|
@86190afb
|
11 years |
michaelni |
gxf: Added codec ID to playback AVCHD
Signed-off-by: Michael …
|
|
|
@7eb6eb03
|
11 years |
stefasab |
lavc/mpegvideo_enc: simplify timestamp checks in load_input_picture()
…
|
|
|
@c4db4b17
|
11 years |
michaelni |
Added GXF format code to identify AVC Intra video streams. This was an …
|
|
|
@7ebf3ab9
|
11 years |
michaelni |
gxf: Factorize code in get_sindex()
Reviewed-by: Reimar Döffinger …
|
|
|
@0de9d3dd
|
11 years |
michaelni |
gxf: Added GXF format code 25 which is used for DV codec in HD …
|
|
|
@42bd0cd2
|
11 years |
michaelni |
Fix copying extradata to codec in mxfdec.c
The code that copies any …
|
|
|
@e4198d2f
|
11 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@07c52e2c
|
11 years |
lu_zero |
aac: return meaningful errors
|
|
|
@6d8629aa
|
11 years |
lu_zero |
aac: K&R formatting cosmetics
|
|
|
@5c616fe4
|
11 years |
stefasab |
ffprobe: always exit 1 in case of errors
This is consistent with the …
|
|
|
@1fc626f8
|
11 years |
stefasab |
ffprobe: reindent after previous commit
|
|
|
@a334b00c
|
11 years |
stefasab |
ffprobe: fix exit code with stream specifiers
Without this fix, …
|
|
|
@205092bf
|
11 years |
stefasab |
ffprobe: simplify branching logic in probe_file()
|
|
|
@80b56a7b
|
11 years |
stefasab |
examples/muxing: rename audio/video_pts to audio/video_time
The new …
|
|
|
@db7ebab5
|
11 years |
stefasab |
doc/bitstream_filters: document the chomp filter
TODO: add some …
|
|
|
@7b38c4c9
|
11 years |
stefasab |
doc/bitstream-filters.texi: add documentation for the aac_adtstoasc …
|
|
|
@418b9454
|
11 years |
stefasab |
lavf/movenc: improve error feedback in case malformed AAC bitstream is …
|
|
|
@08b99be7
|
11 years |
stefasab |
lavf/mux: rename variable cortag -> tagbuf2 in init_muxer()
Possibly …
|
|
|
@47c9887e
|
11 years |
stefasab |
lavc/utils: improve feedback in case of invalid packet size
|
|
|
@c58d535b
|
11 years |
stefasab |
examples/Makefile: disable -O2 optimizations
There is no much point …
|
|
|