|
|
|
@018e0db5
|
11 years |
michaelni |
Merge commit '09f3c937ed6fd7c5bd64450d45f73b0f4975f4c9'
* commit …
|
|
|
@c6b42589
|
11 years |
michaelni |
Merge commit '1eb932803037a3c9f98f66aeb80024dfa3c5c743'
* commit …
|
|
|
@c652662
|
11 years |
michaelni |
Merge commit 'c53b5dda352452e79a9e962cd4c74c813186d9ed'
* commit …
|
|
|
@c16470d7
|
11 years |
michaelni |
Merge commit '5f408333601a827054335f309defcb246a532b21'
* commit …
|
|
|
@f6622f96
|
11 years |
michaelni |
avformat/matroskadec: correct spurious keyframe warnings in webm
…
|
|
|
@3e2a5b33
|
11 years |
onemda |
avformat/matroskadec: use av_malloc_array() and check for allocation …
|
|
|
@13eff473
|
11 years |
michaelni |
swscale/swscale_unscaled: fix alpha values for rgb/bgr -> RGB32_1 / …
|
|
|
@1225b67f
|
11 years |
michaelni |
avutil/frame: suppress "comparison of unsigned expression < 0 is …
|
|
|
@9c8aeacf
|
11 years |
michaelni |
avutil: add av_get_colorspace_name()
Signed-off-by: Michael …
|
|
|
@63139f6
|
11 years |
michaelni |
avformat/bmv: remove unused variable
Signed-off-by: Michael …
|
|
|
@20101f4
|
11 years |
onemda |
avfilter/vf_decimate: add gray16 and yuv440p
Signed-off-by: Paul B …
|
|
|
@0ad5ef67
|
11 years |
onemda |
avfilter/vf_decimate: fix crash with gray8
Signed-off-by: Paul B …
|
|
|
@09f3c93
|
11 years |
anton |
asfenc: remember send time and offset of the index entries
…
|
|
|
@1eb93280
|
11 years |
anton |
asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF spec …
|
|
|
@c53b5dda
|
11 years |
anton |
asfdec: replace magic constant with DATA_HEADER_SIZE
Signed-off-by: …
|
|
|
@5f408333
|
11 years |
anton |
asfdec: substract preroll time from marker presentation time
this was …
|
|
|
@1f5d1342
|
11 years |
onemda |
doc: Add missing hashes and dates to APIChanges
Signed-off-by: Paul B …
|
|
|
@390c35a1
|
11 years |
onemda |
lavfi/mp: remove mp=qp
The filter does nothing.
Signed-off-by: Paul …
|
|
|
@ad2a0838
|
11 years |
michaelni |
avformat/concat: revert one hunk of …
|
|
|
@8be56e46
|
11 years |
michaelni |
avformat/smacker: Check if bufs has been allocated before use
Fixes …
|
|
|
@93648ee
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rv34: …
|
|
|
@52dc3600
|
11 years |
michaelni |
Merge commit 'bcbe4f3ceb6ee0210d3a401963518906c8b9b230'
* commit …
|
|
|
@b4c88a4c
|
11 years |
michaelni |
Merge commit '5372cda67109848d22146289e401669266217e80'
* commit …
|
|
|
@374a2f45
|
11 years |
michaelni |
Merge commit 'ae0f316a4778e473d407cffa8392595ba0735153'
* commit …
|
|
|
@32ea39f5
|
11 years |
michaelni |
Merge commit '1914e6f010b3320025c7b692aaea51d9b9a992a8'
* commit …
|
|
|
@257f1182
|
11 years |
michaelni |
Merge commit '5cdefc02079a5b899bdec09e15e2bb099cb01734'
* commit …
|
|
|
@b26ccf21
|
11 years |
michaelni |
Merge commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff'
* commit …
|
|
|
@ac2fc63
|
11 years |
michaelni |
Merge commit '9ae53c5860e17d087642d27b00dade071970a2e7'
* commit …
|
|
|
@fbd54827
|
11 years |
michaelni |
rtmp: Unbreak handle_notify
Commit …
|
|
|
@20dfab33
|
11 years |
michaelni |
Merge commit '5626f994f273af80fb100d4743b963304de9e05c'
* commit …
|
|
|
@f54d751f
|
11 years |
michaelni |
Merge commit '0f310a6f333b016d336674d086045e8473fdf918'
* commit …
|
|
|
@f0606a28
|
11 years |
stefasab |
ffprobe: add -read_intervals option
This is also useful to test …
|
|
|
@fdbd924b
|
11 years |
martin |
rv34: Fix a memory leak on errors
Signed-off-by: Martin Storsjö …
|
|
|
@bcbe4f3c
|
11 years |
martin |
idroqdec: Make sure a video stream has been allocated before returning …
|
|
|
@5372cda6
|
11 years |
martin |
rv10: Validate the dimensions set from the container
Reported-by: …
|
|
|
@6230a956
|
11 years |
stefasab |
doc/muxers: itemize tee examples
Improve rendering.
|
|
|
@ae0f316a
|
11 years |
lu_zero |
rtmp: Unbreak handle_notify
Commit …
|
|
|
@ea70e2f2
|
11 years |
michaelni |
matroskaenc: Write muxingapp and writingapp elements when using …
|
|
|
@93439e8b
|
11 years |
michaelni |
fate: Fix exif tests ffprobe dependency
Signed-off-by: James Almer …
|
|
|
@164e0e54
|
11 years |
michaelni |
doc/APIchanges: Fix two hashes
Signed-off-by: James Almer …
|
|
|
@2e356860
|
11 years |
onemda |
avfilter/vf_telecine: remove redudant av_frame_copy_props()
It is …
|
|
|
@1914e6f0
|
11 years |
alex.converse |
aacdec: Add support for LD (Low Delay) AAC
|
|
|
@5cdefc02
|
11 years |
alex.converse |
aacdec: Add support for Error Resilience syntax.
This does not add …
|
|
|
@c4bfa098
|
11 years |
justin.ruggles |
Add a WebP decoder
Container and lossy decoding by Aneesh Dogra …
|
|
|
@9ae53c58
|
11 years |
justin.ruggles |
lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_t
|
|
|
@5626f994
|
11 years |
diego |
avformat: Use av_reallocp() where suitable
Signed-off-by: Diego …
|
|
|
@7f4a5006
|
11 years |
onemda |
avfilter/vf_pullup: remove junk_down nonsense
Signed-off-by: Paul B …
|
|
|
@d5200550
|
11 years |
onemda |
avfilter/vf_pullup: change log level to error
Signed-off-by: Paul B …
|
|
|
@fe5b7612
|
11 years |
onemda |
avfilter/vf_pullup: fix memleak of metrics for last PullupField
…
|
|
|
@b7e7d8cd
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
movenc: …
|
|
|
@394a73ca
|
11 years |
onemda |
avfilter/vf_pullup: make sure metric_plane is available
…
|
|
|
@8302abf8
|
11 years |
onemda |
lavfi/mp: remove mp=pullup
The filter was ported to a native …
|
|
|
@66e199b
|
11 years |
michaelni |
Merge commit 'a4adabb460ace39783d707a5b3bbe28b4b5b9dc4'
* commit …
|
|
|
@015f7ce7
|
11 years |
michaelni |
Merge commit 'c77d409bf95954aceb762dd800d1ee2868c4b0d4'
* commit …
|
|
|
@4131a3cb
|
11 years |
michaelni |
Merge commit '8583b14252deac71136f1dec231910abab0ba503'
* commit …
|
|
|
@46cc498
|
11 years |
michaelni |
Merge commit 'd4c2a3740fb95f952a87ba320d2bf31f126bdf68'
* commit …
|
|
|
@c1840cbd
|
11 years |
michaelni |
Merge commit 'dc4acc820076b2149ef6c921bdabe05d07ca1bc6'
* commit …
|
|
|
@e81411e8
|
11 years |
michaelni |
Merge commit '647d655d19c38e9716328e4787199149097d6089'
* commit …
|
|
|
@7742edc0
|
11 years |
michaelni |
Merge commit '0d3784396b736374a61fea26268febdabd803a59'
* commit …
|
|
|
@f9ccdcb6
|
11 years |
michaelni |
Merge commit '8411baf6f0a42bdd61f00f34aa9efec7e138b5f2'
* commit …
|
|
|
@0f310a6f
|
11 years |
martin |
rmdec: Validate the fps value
Abort if it is invalid if strict error …
|
|
|
@2dd38a1d
|
11 years |
michaelni |
avcodec/jpeg2000dec: move "missing SIZ" check up
Signed-off-by: …
|
|
|
@8ae14bf5
|
11 years |
michaelni |
Merge commit '18a245a2aea31b92bc435f2962a71e060d83b5f7'
* commit …
|
|
|
@4d09d2ef
|
11 years |
michaelni |
doc/APIchanges: List merge commit hashes and version numbers
…
|
|
|
@ed725425
|
11 years |
michaelni |
lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns EINVAL without a …
|
|
|
@e7bf085
|
11 years |
martin |
movenc: Add an option for omitting the tfhd base offset
This makes …
|
|
|
@a4adabb4
|
11 years |
martin |
movenc: Write the moof atom in two passes
This is a bit more work, …
|
|
|
@c77d409b
|
11 years |
martin |
twinvqdec: Check the ibps parameter separately
This is required, …
|
|
|
@8583b142
|
11 years |
martin |
rtmp: Support reading interleaved chunks.
A given packet won't always …
|
|
|
@2d28950
|
11 years |
michaelni |
swscale/utils: remove redundant NULL checks before sws_freeVec()
…
|
|
|
@a446657d
|
11 years |
michaelni |
swscale/utils: simplify cpu caps printing code
Signed-off-by: Michael …
|
|
|
@9d052adb
|
11 years |
michaelni |
swscale/utils: Simplify scaler name printing code
Signed-off-by: …
|
|
|
@29664fab
|
11 years |
michaelni |
OpenCL: convert meaningless "device id" output to "device name"
…
|
|
|
@78f680cb
|
11 years |
onemda |
avformat/smacker: use av_malloc_array() and check for allocation error …
|
|
|
@7703d19c
|
11 years |
michaelni |
lavf/options_table: improve option help text
Contains text suggested …
|
|
|
@98592043
|
11 years |
michaelni |
avformat/asfenc: fix a build error
It's introduced by the erroneous …
|
|
|
@112017e9
|
11 years |
onemda |
avfilter/x86/vf_pullup: try to fix build on x64
Signed-off-by: Paul B …
|
|
|
@d4c2a374
|
11 years |
martin |
xmv: Add more sanity checks for parameters read from the bitstream
…
|
|
|
@dc4acc82
|
11 years |
martin |
rtmpproto: Extend a comment to explain the prev_pkt arrays roles
…
|
|
|
@647d655
|
11 years |
martin |
rtmpproto: Consistently use the right prev_pkt array
prev_pkt[0] is …
|
|
|
@0d378439
|
11 years |
martin |
rtmpproto: Check for the right return code
Signed-off-by: Martin …
|
|
|
@9c774459
|
11 years |
onemda |
avfilter: port pullup filter from libmpcodecs
Signed-off-by: Paul B …
|
|
|
@8411baf6
|
11 years |
diego |
dca_parser: Handle changes in DCA frame size
A change in framesize …
|
|
|
@fcb069af
|
11 years |
derek.buitenhuis |
lavc: Don't export ff_vdpau_vc1_decode_picture
It's not our …
|
|
|
@aec91de5
|
11 years |
michaelni |
swscale/utils: Allow sws_setColorspaceDetails() to use the tables from …
|
|
|
@09887096
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
doc: …
|
|
|
@102a1d92
|
11 years |
michaelni |
Merge commit 'b1db33159fdc2da4bdd8c75e4ff9a7dd0ef2f0c2'
* commit …
|
|
|
@19769766
|
11 years |
michaelni |
Merge commit 'ea78a348d86a3a733f6c1e0a65cfdd8283d924b9'
* commit …
|
|
|
@8fc441ce
|
11 years |
michaelni |
Merge commit 'c39f7eba01cd656e8f0eed592f93d11814736650'
* commit …
|
|
|
@028f8c3
|
11 years |
michaelni |
Merge commit 'f875a732e36786d49f3650e3235272891a820600'
* commit …
|
|
|
@8d0b899e
|
11 years |
michaelni |
Merge commit 'a92538b7c0defc86c55fb91f55dfa36aad192673'
* commit …
|
|
|
@7f20440b
|
11 years |
michaelni |
Merge commit '7f8d41eb097e8d4223c9caf97dd332a2fdb29d52'
* commit …
|
|
|
@5d12ec8f
|
11 years |
stefasab |
ffprobe: downgrade log level for non fatal errors in open_input_file() …
|
|
|
@a1fb3e51
|
11 years |
michaelni |
Merge commit '19b9659f3174599e8685d329c4330b1ea8c4c6db'
* commit …
|
|
|
@b3dfda8a
|
11 years |
michaelni |
Merge commit '711c970168297683860422e95d6b7e37ee3c8367'
* commit …
|
|
|
@2c8d876d
|
11 years |
michaelni |
Merge commit '569d18aa9dc989c37bb4d4b968026fe5afa6fff9'
* commit …
|
|
|
@7163bbe
|
11 years |
michaelni |
Merge commit 'e1f3847f860a1094a46be4c5f10db8df616c3135'
* commit …
|
|
|
@a64b9950
|
11 years |
michaelni |
Merge commit '1115689d54ea95a084421f5a182b8dc56cbff978'
* commit …
|
|
|
@18a245a2
|
11 years |
martin |
jpeg2000dec: Add more checks when parsing headers
Reported-by: …
|
|
|
@c38854c3
|
11 years |
lu_zero |
doc: Add missing hashes and dates to APIChanges
Also fix the typo in …
|
|
|